| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
feat(report): 评测报告默认命名自动加入语义前缀&重构删除重复代码 Co-authored-by: suyueming<suyueming@huawei.com> # message auto-generated for no-merge-commit merge: !140 merge master into master feat(report): 评测报告默认命名自动加入语义前缀&重构删除重复代码 Created-by: su-yueming Commit-by: suyueming;Developer user Merged-by: cann-robot Description: ## 变更描述 / Description <!-- 本 PR 做了什么,为什么需要 / What does this PR do and why --> [#21](https://gitcode.com/cann/cann-bench/issues/21) [#39](https://gitcode.com/cann/cann-bench/issues/39) ## 改动类型 / Change Type - [ ] 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!140 | 1 个月前 | |
修复example文档问题&多卡并行数据采集问题 Co-authored-by: suyueming<suyueming@huawei.com> # message auto-generated for no-merge-commit merge: !195 merge master into master 修复example文档问题&多卡并行数据采集问题 Created-by: su-yueming Commit-by: suyueming Merged-by: cann-robot Description: ## 变更描述 / Description <!-- 本 PR 做了什么,为什么需要 / What does this PR do and why --> ## 改动类型 / Change Type - [x] Bug 修复 / Bug Fix - [ ] 新功能 / New Feature - [ ] 性能优化 / Performance - [ ] 代码重构 / Refactoring - [ ] 文档更新 / Documentation - [ ] 测试相关 / Test - [ ] 其它 / Other ## 关联 Issue / Related Issues [#55](https://gitcode.com/cann/cann-bench/issues/55) [#56](https://gitcode.com/cann/cann-bench/issues/56) [#46](https://gitcode.com/cann/cann-bench/issues/46) <!-- 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 - [x] 测试添加并通过 / Tests added and passed - [ ] 文档已更新 / Docs updated if needed - [ ] 无硬编码敏感信息 / No secrets hardcoded - [ ] 提交信息符合规范 / Commit message follows convention See merge request: cann/cann-bench!195 | 24 天前 | |
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 个月前 | |
refactor(aclnn_example): port plugin layer to aclnn launch path Co-authored-by: fanyuwei<fanyuwei2@huawei.com> # message auto-generated for no-merge-commit merge: !23 merge refactor/aclnn-plugin-refactor into master refactor(aclnn_example): port plugin layer to aclnn launch path Created-by: fanyuwei_math Commit-by: fanyuwei Merged-by: su-yueming Description: Replaces the legacy at_npu::native::OpCommand plugin pattern with the current aclnn / acl host launch flow: - **examples/aclnn_launch_example/csrc/ops/{add,mish,sqrt}/op_plugin/*_plugin.cpp** - drop OpCommand + torch_npu NPUStream dependency - go through the newly-added aclnn_common.h helper which wraps the aclnnXxxGetWorkspaceSize / aclnnXxx / aclrtSynchronizeStream trio - keep the meta function, just reroute the NPU path - **examples/aclnn_launch_example/csrc/ops/_common/aclnn_common.h** — new header, shared helpers (WorkspaceGuard, RunAclnnKernel) for the three plugin files above - **examples/aclnn_launch_example/csrc/ops/CMakeLists.txt** — exclude the new _common/ helper dir (and any other _-prefixed subdir) from the per-op add_subdirectory walk, since it's plugin-side only and has no CMakeLists of its own Matches dev's layout under examples/aclnn_launch_example/csrc/ops/. See merge request: cann/cann-bench!23 | 3 个月前 |