# Copyright (c) 2025 Huawei Technologies Co., Ltd.
# This program is free software, you can redistribute it and/or modify it under the terms and conditions of
# CANN Open Software License Agreement Version 2.0 (the "License").
# Please refer to the License for details. You may not use this file except in compliance with the License.
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED,
# INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
# See LICENSE in the root of the software repository for the full text of the License.
# ======================================================================================================================

pyasc:
  commiter:
    "xxx"
  team: "pyasc"
  src:
    release:
      - bin
      - include
      - lib
      - python/asc
    unrelease:
      - python/asc/lib/runtime/npu_utils.cpp
      - python/asc/lib/runtime/print_utils.cpp
      - python/asc/lib/runtime/rt_wrapper.cpp
      - python/asc/lib/host/bindings/Enums.cpp
      - python/asc/lib/host/bindings/Module.cpp
      - python/asc/lib/host/bindings/Platform.cpp
      - python/asc/lib/host/bindings/MatmulApiTiling.cpp
      - lib/Dialect/Asc/IR/OpInterfaces.cpp
      - lib/Dialect/Asc/IR/TypeInterfaces.cpp
      - lib/Dialect/Asc/Transforms/GenerateBoilerplatePass.cpp
      - bin/ascir-lsp.cpp

  llt:
    ut_check:true
    st_check:false

python@pyasc:
  commiter:
    "xxx"
  team: "pyasc"
  src:
    release:
      - python/asc
    unrelease:

  llt:
    ut_check:true
    st_check:false

cpp@pyasc:
  commiter:
    "xxx"
  team: "pyasc"
  src:
    release:
      - bin
      - include
      - lib
    unrelease:
      - python/asc/lib/runtime/npu_utils.cpp
      - python/asc/lib/runtime/print_utils.cpp
      - python/asc/lib/runtime/rt_wrapper.cpp
      - python/asc/lib/host/bindings/Enums.cpp
      - python/asc/lib/host/bindings/Module.cpp
      - python/asc/lib/host/bindings/Platform.cpp
      - python/asc/lib/host/bindings/MatmulApiTiling.cpp
      - lib/Dialect/Asc/IR/OpInterfaces.cpp
      - lib/Dialect/Asc/IR/TypeInterfaces.cpp
      - lib/Dialect/Asc/Transforms/GenerateBoilerplatePass.cpp
      - bin/ascir-lsp.cpp

  llt:
    ut_check:true
    st_check:false