| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
add CAmodel sample for matmul leakyrelu Co-authored-by: zhangyujia77<zhangyujia37@huawei.com> # message auto-generated for no-merge-commit merge: !1488 merge camodel_case into master add CAmodel sample for matmul leakyrelu Created-by: zhangyujia77 Commit-by: zhangyujia77 Merged-by: cann-robot Description: ## 描述 1. 新增基于 MatmulLeakyRelu 算子的 CAmodel 仿真样例,补充 CMakeLists.txt、matmul_leakyrelu.asc 和 README.md。样例内置输入数据生成、golden 计算与结果校验,并给出 msprof op simulator 的使用与分析说明。 2. 修改cpudebug样例为静态Tensor编程方式 ## 关联的Issue 无 ## 测试 ## 文档更新 ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 fix: Bug 修复 - [x] ✨ feat: 新功能 - [ ] ⚡ perf: 性能优化 - [ ] ♻️ refactor: 代码重构 - [ ] 🧪 test: 新增或修改测试 - [x] 📝 docs: 文档更新 - [ ] 🔧 ci: CI/CD 配置修改 - [ ] ↩️ revert: 回退 - [ ] 🧹 chore: 其他,请具体描述 See merge request: cann/asc-devkit!1488 | 2 个月前 | |
update Ascend C framework example readme Co-authored-by: changxianyu<changxianyu@hisilicon.com> # message auto-generated for no-merge-commit merge: !1348 merge asc_example into master update Ascend C framework example readme Created-by: changxianyu Commit-by: changxianyu Merged-by: cann-robot Description: ## 描述 优化framework相关路径下的文档,增强可读性,删除冗余信息 ## 关联的Issue [#376](https://gitcode.com/cann/asc-devkit/issues/376) ## 测试 本地验证通过 ## 文档更新 examples/01_simd_cpp_api/02_features/00_compilation, 01_invocation, 02_framework, 04_aicpu文档更新 ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 fix: Bug 修复 - [ ] ✨ feat: 新功能 - [ ] ⚡ perf: 性能优化 - [ ] ♻️ refactor: 代码重构 - [ ] 🧪 test: 新增或修改测试 - [x] 📝 docs: 文档更新 - [ ] 🔧 ci: CI/CD 配置修改 - [ ] ↩️ revert: 回退 - [ ] 🧹 chore: 其他,请具体描述 See merge request: cann/asc-devkit!1348 | 3 个月前 | |
modify copy & data_copy_pad Co-authored-by: yuaner1057<zengjiayuan1@h-partners.com> # message auto-generated for no-merge-commit merge: !1563 merge examples into master modify copy & data_copy_pad Created-by: yuaner1057 Commit-by: yuaner1057 Merged-by: cann-robot Description: ## 描述 copy & data_copy_pad 新增场景 ## 关联的Issue 关联Issue #468 ## 文档更新 修改 examples/01_simd_cpp_api/02_features/03_basic_api/00_data_movement/data_copy_pad_gm2ub_ub2gm/README.md 修改 examples/01_simd_cpp_api/02_features/03_basic_api/00_data_movement/copy_ub2ub/README.md ## 类型标签 <!-- [x] 表示选中 --> - [ ] 🐛 fix: Bug 修复 - [ ] ✨ feat: 新功能 - [ ] ⚡ perf: 性能优化 - [ ] ♻️ refactor: 代码重构 - [ ] 🧪 test: 新增或修改测试 - [x] 📝 docs: 文档更新 - [ ] 🔧 ci: CI/CD 配置修改 - [ ] ↩️ revert: 回退 - [x] 🧹 chore: 样例修改 See merge request: cann/asc-devkit!1563 | 2 个月前 |
Profiling样例介绍
概述
本样例展示了如何通过Profiling工具采集性能数据。
样例列表
| 目录名称 | 功能描述 |
|---|---|
| msProf | 本样例基于Ascend C编程语言实现了MatmulLeakyRelu样例, 同时使用msProf工具调试,给出了对应的端到端实现 |
| torch_library_report_tensor | 本样例展示了通过<<<>>>内核调用符调用核函数时,如何集成Profiling并采集Add算子的Shape信息。 |