| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat: MmadMx for 3510 Co-authored-by: haipingmao<maohaiping@huawei.com> # message auto-generated for no-merge-commit merge: !2772 merge br_beta1_mx into 9.1.0-beta.1 feat: MmadMx for 3510 Created-by: haipingmao Commit-by: haipingmao Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 新增MmadMx接口,用于Mx场景的Mmad计算。同时新增/修改: - 存量文档中调用的Mmad修改为MmadMx。 - 对接口新增UT case。 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #xxx--> 关联Issue [#730](https://gitcode.com/cann/asc-devkit/issues/730) ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> - 冒烟测试; - 样例执行成功。 ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> NA ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 fix: Bug 修复 - [x] ✨ feat: 新功能 - [ ] ⚡ perf: 性能优化 - [ ] ♻️ refactor: 代码重构 - [x] 🧪 test: 新增或修改测试 - [ ] 📝 docs: 文档更新 - [ ] 🔧 ci: CI/CD 配置修改 - [ ] ↩️ revert: 回退 - [ ] 🧹 chore: 其他,请具体描述 See merge request: cann/asc-devkit!2772 | 1 个月前 | |
修复--cov生成覆盖率报错 Co-authored-by: wx369<wangxu243@huawei.com> # message auto-generated for no-merge-commit merge: !764 merge master into master 修复--cov生成覆盖率报错 Created-by: wx369 Commit-by: wx369 Merged-by: cann-robot Description: ## 描述 修复lcov2.0及以上版本,执行bash build.sh --test --cov生成覆盖率报错问题 ## 关联的Issue 关联Issue [#231](https://gitcode.com/cann/asc-devkit/issues/231) ## 测试 通过了bash build.sh --test --cov覆盖率生成测试 ## 文档更新 NA ## 类型标签 - [x] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit!764 | 4 个月前 | |
fix(sk): derive ACLGraph option parsing from context Co-authored-by: yrz1027<yangruizhi5@huawei.com> # message auto-generated for no-merge-commit merge: !2030 merge fix/sk-sub-op-compile-by-option-9.1.0-beta.1 into 9.1.0-beta.1 fix(sk): derive ACLGraph option parsing from context Created-by: yrz1027 Commit-by: yrz1027 Merged-by: cann-robot Description: ## 描述 本次修复 Super Kernel 编译选项解析逻辑,使 GE 与 ACLGraph 后端按不同规则处理 options。 主要改动: - 将 parse_super_kernel_options 从显式参数控制,调整为通过当前 OpContext 中的 super_kernel_sub_combine 判断是否进入 ACLGraph 解析分支。 - GE 后端保持原有通用 super kernel option 解析能力。 - ACLGraph 后端仅解析 dcci-before-kernel-start、dcci-after-kernel-end、dcci-disable-on-kernel 三类 DCCI 控制选项。 - ACLGraph 后端对非支持选项进行 INFO 日志提示并忽略,避免子算子编译阶段错误消费 GE/其他后端选项。 - 同步更新 asc_op_compiler 与 adapter 两侧实现及 UT 覆盖。 影响范围: - tools/build/asc_op_compile_base/asc_op_compiler/* - tools/build/asc_op_compile_base/adapter/* - 对应 tests/python/asc_op_compiler 与 tests/python/adapter UT ## 关联的Issue 无 ## 测试 已执行: - python3 -m py_compile ...:通过,覆盖本次修改的 parser、compile_op 及相关 UT 文件。 - rg -n "convert_underscore_to_hyphen|is_aclgraph=True" ...:无旧显式参数残留。 未通过 / 受限: - git diff --check origin/master...HEAD:未通过,当前分支存在 tools/build/asc_op_compile_base/adapter/super_kernel_option_parse.py:207 trailing whitespace。 - python3 -m pytest tests/python/asc_op_compiler/test_ascendc_compile_utility.py -q:collection 阶段被本地 libasc_platform.so 缺失阻塞。 - python3 -m pytest tests/python/adapter/test_ascendc_compile_utility.py -q:collection 阶段被本地 tbe 包缺失阻塞。 ## 文档更新 无 ## 类型标签 <!-- [x] 表示选中 --> - [x] 🐛 fix: Bug 修复 - [ ] ✨ feat: 新功能 - [ ] ⚡ perf: 性能优化 - [ ] ♻️ refactor: 代码重构 - [x] 🧪 test: 新增或修改测试 - [ ] 📝 docs: 文档更新 - [ ] 🔧 ci: CI/CD 配置修改 - [ ] ↩️ revert: 回退 - [ ] 🧹 chore: 其他,请具体描述 See merge request: cann/asc-devkit!2030 | 1 个月前 | |
[Aclrtc] adapter template global function Co-authored-by: ChenZhoujie<chenzhoujie@huawei.com> # message auto-generated for no-merge-commit merge: !1276 merge master into master [Aclrtc] adapter template global function Created-by: ChenZhoujie Commit-by: ChenZhoujie Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 实现Aclrtc预留的模板接口, 1. 支持Aclrtc接口添加模板global函数的实例化; 2. 以及获取对应的mangling name; ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #xxx--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> 现有的A2/A3/A5 Aclrtc看护用例 ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> 待更新Aclrtc对应接口的资料 ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 fix: Bug 修复 - [x] ✨ feat: 新功能 - [ ] ⚡ perf: 性能优化 - [ ] ♻️ refactor: 代码重构 - [ ] 🧪 test: 新增或修改测试 - [ ] 📝 docs: 文档更新 - [ ] 🔧 ci: CI/CD 配置修改 - [ ] ↩️ revert: 回退 - [ ] 🧹 chore: 其他,请具体描述 See merge request: cann/asc-devkit!1276 | 3 个月前 | |
refactor tests Co-authored-by: wuyang_hw<wuyang74@hisilicon.com> # message auto-generated for no-merge-commit merge: !197 merge refactor_tests into master refactor tests Created-by: wuyang_hw Commit-by: wuyang_hw Merged-by: cann-robot Description: ## 描述 重构 tests 目录 增加 950 版本用例 ## 关联的Issue ## 测试 ## 文档更新 ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit!197 | 5 个月前 | |
refactor tests Co-authored-by: wuyang_hw<wuyang74@hisilicon.com> # message auto-generated for no-merge-commit merge: !197 merge refactor_tests into master refactor tests Created-by: wuyang_hw Commit-by: wuyang_hw Merged-by: cann-robot Description: ## 描述 重构 tests 目录 增加 950 版本用例 ## 关联的Issue ## 测试 ## 文档更新 ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit!197 | 5 个月前 | |
NPU ARCH 3101 TO 3510 Co-authored-by: qwerwjy<wangjunyi23@huawei.com> # message auto-generated for no-merge-commit merge: !646 merge master into master NPU ARCH 3101 TO 3510 Created-by: qwerwjy Commit-by: qwerwjy Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 将Ascend 950PR/Ascend 950DT的NPU ARCH从3101改为3510 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #xxx--> 关联Issue [#129](https://gitcode.com/cann/asc-devkit/issues/129) ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> 二级冒烟测试 ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [ ] 其他,请描述: See merge request: cann/asc-devkit!646 | 4 个月前 | |
同步tensor_api分支代码到master Co-authored-by: hw-zjy<zhoujingyi9@hisilicon.com> Co-authored-by: haipingmao<maohaiping@huawei.com> # message auto-generated for no-merge-commit merge: !1103 merge master into master 同步tensor_api分支代码到master Created-by: haipingmao Commit-by: haipingmao;hw-zjy Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> 本单代码旨在推出一套全新的 Tensor API 接口。该 API 基于 AscendC 提供了一套 C++ 模板抽象库,专门面向层次化多维数据布局的定义与操作进行设计。使用该接口,开发者可专注于算法逻辑的表达,无需关注底层内存布局细节,使其在昇腾 AI 处理器的高性能计算场景中,能够获得与业界标准一致的开发体验。 目前,Tensor API提供了(3510版): - Cube数据搬运类接口 如 DataCopy、LoadData和Fixpipe接口。 - Cube数据计算类接口 如 Mmad接口。 - 公共数据结构的定义和接口 如 Layout、Tensor、MakeXXXLayout等。 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。例如:关联Issue #xxx--> 关联Issue [#320](https://gitcode.com/cann/asc-devkit/issues/320) ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> UT测试 ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> NA ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 fix: Bug 修复 - [x] ✨ feat: 新功能 - [ ] ⚡ perf: 性能优化 - [ ] ♻️ refactor: 代码重构 - [ ] 🧪 test: 新增或修改测试 - [x] 📝 docs: 文档更新 - [ ] 🔧 ci: CI/CD 配置修改 - [ ] ↩️ revert: 回退 - [ ] 🧹 chore: 其他,请具体描述 See merge request: cann/asc-devkit!1103 | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 3 个月前 | ||
| 5 个月前 | ||
| 5 个月前 | ||
| 4 个月前 | ||
| 3 个月前 |