| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
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 | 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 | 3 个月前 |
Features样例介绍
概述
基于Ascend C特性样例,介绍了Framework、C_API等特性编写算子样例的实现方法。
样例列表
| 目录名称 | 功能描述 |
|---|---|
| 03_c_api | 本样例展示了使用C_API构建算子样例的编译流程 |