| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: 修正--npu-arch 映射,修复docker部署问题,修正950PR基准问题 Co-authored-by: Developer user<suyueming@huawei.com> Co-authored-by: surezz<zhangyuwei31@huawei.com> Co-authored-by: jiaohonghao<jiaohonghao@huawei.com> # message auto-generated for no-merge-commit merge: !164 merge master into master fix: 修正--npu-arch 映射,修复docker部署问题,修正950PR基准问题 Created-by: su-yueming Commit-by: Developer user;suyueming;surezz;jiaohonghao Merged-by: cann-robot Description: ## 变更描述 / Description Dockerfile: FROM 改为 ARG CANN_VERSION + ARG DEVICE 参数化 修正 bisheng --npu-arch 映射,对齐 CANN 9.0.0 官方架构标识 修复docker部署问题 修正950PR基准问题 <!-- 本 PR 做了什么,为什么需要 / What does this PR do and why --> ## 改动类型 / Change Type - [x] Bug 修复 / Bug Fix - [ ] 新功能 / New Feature - [ ] 性能优化 / Performance - [ ] 代码重构 / Refactoring - [ ] 文档更新 / Documentation - [ ] 测试相关 / Test - [ ] 其它 / Other ## 关联 Issue / Related Issues <!-- Closes #000 可自动关闭 / Closes #000 to auto-close --> - Closes # - References # ## 测试信息 / Testing <!-- 简要测试说明或关键结果 / Brief test description or key results --> - [ ] 单元测试通过 / UT passed - [ ] 集成测试通过 / ST passed - [x] 人工验证通过 / Manual verified ## 检查清单 / Checklist - [ ] 代码符合规范 / Code follows style guide - [ ] 测试添加并通过 / Tests added and passed - [ ] 文档已更新 / Docs updated if needed - [ ] 无硬编码敏感信息 / No secrets hardcoded - [ ] 提交信息符合规范 / Commit message follows convention See merge request: cann/cann-bench!164 | 1 个月前 | |
aclnn example支持ascend950 Co-authored-by: suyueming<suyueming@huawei.com> # message auto-generated for no-merge-commit merge: !91 merge master into master aclnn example支持ascend950 Created-by: su-yueming Commit-by: Developer user;suyueming Merged-by: cann-robot Description: ## 变更描述 / Description <!-- 本 PR 做了什么,为什么需要 / What does this PR do and why --> ## 改动类型 / Change Type - [x] Bug 修复 / Bug Fix - [x] 新功能 / New Feature - [ ] 性能优化 / Performance - [ ] 代码重构 / Refactoring - [ ] 文档更新 / Documentation - [ ] 测试相关 / Test - [ ] 其它 / Other ## 关联 Issue / Related Issues <!-- Closes #000 可自动关闭 / Closes #000 to auto-close --> - Closes # - References # ## 测试信息 / Testing <!-- 简要测试说明或关键结果 / Brief test description or key results --> - [ ] 单元测试通过 / UT passed - [ ] 集成测试通过 / ST passed - [ ] 人工验证通过 / Manual verified ## 检查清单 / Checklist - [ ] 代码符合规范 / Code follows style guide - [ ] 测试添加并通过 / Tests added and passed - [ ] 文档已更新 / Docs updated if needed - [ ] 无硬编码敏感信息 / No secrets hardcoded - [ ] 提交信息符合规范 / Commit message follows convention See merge request: cann/cann-bench!91 | 2 个月前 | |
chore(license): add CANN OSL headers to golden.py; bump 2025→2026 on examples Co-authored-by: fanyuwei<fanyuwei2@huawei.com> # message auto-generated for no-merge-commit merge: !18 merge chore/license-headers into master chore(license): add CANN OSL headers to golden.py; bump 2025→2026 on examples Created-by: fanyuwei_math Commit-by: fanyuwei Merged-by: su-yueming Description: Two mechanical passes, no logic changes: 1. kernel_bench/**/golden.py (52 files) Prepends the standard 13-line CANN Open Software License Agreement v2.0 header (with #!/usr/bin/python3 + # coding=utf-8 shebang) to every golden.py that currently has no license block. One golden (kernel_bench/level3/moe_re_routing/golden.py) is intentionally skipped because it also has substantive content changes that belong in a separate PR. 2. examples/aclnn_launch_example/** and examples/direct_launch_example/** C++ / .h / .cmake / CMakeLists.txt / setup.py / __init__.py / test_*.py (70 files): bumps the first-line copyright year from 2025 to 2026. Scope matches commit 1a48ba7 in cann-bench-dev; README.md / build*.sh / test.sh are intentionally left at 2025. Lands license hygiene before the upcoming content PRs so downstream diffs stay focused on actual code changes. See merge request: cann/cann-bench!18 | 3 个月前 | |
chore(license): add CANN OSL headers to golden.py; bump 2025→2026 on examples Co-authored-by: fanyuwei<fanyuwei2@huawei.com> # message auto-generated for no-merge-commit merge: !18 merge chore/license-headers into master chore(license): add CANN OSL headers to golden.py; bump 2025→2026 on examples Created-by: fanyuwei_math Commit-by: fanyuwei Merged-by: su-yueming Description: Two mechanical passes, no logic changes: 1. kernel_bench/**/golden.py (52 files) Prepends the standard 13-line CANN Open Software License Agreement v2.0 header (with #!/usr/bin/python3 + # coding=utf-8 shebang) to every golden.py that currently has no license block. One golden (kernel_bench/level3/moe_re_routing/golden.py) is intentionally skipped because it also has substantive content changes that belong in a separate PR. 2. examples/aclnn_launch_example/** and examples/direct_launch_example/** C++ / .h / .cmake / CMakeLists.txt / setup.py / __init__.py / test_*.py (70 files): bumps the first-line copyright year from 2025 to 2026. Scope matches commit 1a48ba7 in cann-bench-dev; README.md / build*.sh / test.sh are intentionally left at 2025. Lands license hygiene before the upcoming content PRs so downstream diffs stay focused on actual code changes. See merge request: cann/cann-bench!18 | 3 个月前 | |
chore(license): add CANN OSL headers to golden.py; bump 2025→2026 on examples Co-authored-by: fanyuwei<fanyuwei2@huawei.com> # message auto-generated for no-merge-commit merge: !18 merge chore/license-headers into master chore(license): add CANN OSL headers to golden.py; bump 2025→2026 on examples Created-by: fanyuwei_math Commit-by: fanyuwei Merged-by: su-yueming Description: Two mechanical passes, no logic changes: 1. kernel_bench/**/golden.py (52 files) Prepends the standard 13-line CANN Open Software License Agreement v2.0 header (with #!/usr/bin/python3 + # coding=utf-8 shebang) to every golden.py that currently has no license block. One golden (kernel_bench/level3/moe_re_routing/golden.py) is intentionally skipped because it also has substantive content changes that belong in a separate PR. 2. examples/aclnn_launch_example/** and examples/direct_launch_example/** C++ / .h / .cmake / CMakeLists.txt / setup.py / __init__.py / test_*.py (70 files): bumps the first-line copyright year from 2025 to 2026. Scope matches commit 1a48ba7 in cann-bench-dev; README.md / build*.sh / test.sh are intentionally left at 2025. Lands license hygiene before the upcoming content PRs so downstream diffs stay focused on actual code changes. See merge request: cann/cann-bench!18 | 3 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 2 个月前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 3 个月前 |