| [feat] Add aicpu op: ReduceSum Expand Reshape GreaterEqual
Co-authored-by: FengHaozhan<fenghaozhan@huawei.com>
# message auto-generated for no-merge-commit merge:
!2829 merge Reshape-4-op into master
[feat] Add aicpu op: ReduceSum Expand Reshape GreaterEqual
Created-by: FengHaozhan
Commit-by: FengHaozhan
Merged-by: cann-robot
Description: ## 描述
本次改动为 Reshape、Expand、GreaterEqual、ReduceSum 四个算子补充了 AICPU 实现及相关支撑,具体包含:
- Reshape: 新增 AICPU kernel, host infershape, example, UT, README/CMake
- Expand: 新增 AICPU kernel, example, UT, README/CMake
- GreaterEqual: 新增 AICPU kernel, example, UT, README/CMake
- 更新了 docs/zh/op_list.md 文档,明确了相关算子的 AICPU 支持状态。
- 完善了 CMake 构建脚本,确保新增算子正确接入编译体系。
## 关联的Issue
#1621
## 测试
- [ ] 编译构建验证:建议执行全量编译确保无冲突。
- [ ] AICPU 单元测试:已包含四个算子的 UT,建议在目标环境执行验证。
- [ ] Graph Example 基本验证:建议通过提供的 example 脚本跑通基本推断流程。
- [ ] 接口注册/加载验证:确认算子在系统启动时正确注册到 AICPU 算子库。
## 文档更新
README 与 docs/zh/op_list.md 已按要求更新。
## 类型标签
- [x] ✨ 新特性
- [ ] 🐛 修复
- [x] 🧪 测试
- [x] 📦 构建/CI
- [x] 📝 文档更新
- [ ] 🎨 代码风格
- [ ] ♻️ 重构
- [ ] ⚡ 性能优化
- [ ] 🔒 安全修复
- [ ] 🏷️ 标签属性维护
- [ ] 🏷️ 废弃
See merge request: cann/ops-math!2829 | 13 天前 |