| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
新增Ascend C实现的reduce_std_v2算子 Co-authored-by: tieyutong<tieyutong@huawei.com> # message auto-generated for no-merge-commit merge: !3126 merge upload-reduce-std-v2-20260604 into master 新增Ascend C实现的reduce_std_v2算子 Created-by: tieyutong Commit-by: tieyutong Merged-by: cann-robot Description: ## 描述 本 PR 新增 experimental/math/reduce_std_v2路径下ReduceStdV2算子的Ascend C实现与配套工程文件。 主要改动包括: - 新增 ReduceStdV2 L0 op_api、op_host、op_kernel、op_graph 相关文件。 - 支持 dim、correction、keepdim 参数校验与 shape 推导。 - 支持空 tensor、0 维 tensor、shapeProd <= correction 等特殊场景处理。 - 910B 系列通过 ReduceMean + Expand + ReduceStdWithMean + Cast + ViewCopy 组合路径实现。 - arch35 路径保留 ReduceStdV2 AICore kernel、tiling 与 ascend950 配置。 - 新增 op_host / op_api UT,覆盖参数校验、shape 推导和接口构图路径。 ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1837 ## 测试 已完成以下验证: 套件 用例数 结果 ━━━━━━━━━━━━━━━━━━━━━━━━━━ Accu_Generalization 2103 Pass ────────────────────────── Accu_RL 3 Pass ────────────────────────── Accu_pangu 3 Pass ────────────────────────── Special 103 Pass ────────────────────────── Abnormal 3 Pass,3 条均为预期错误匹配 ────────────────────────── Sanitizer_Generalization 180 Pass ────────────────────────── Perf_Generalization 6 Pass CI/工程验证: 项目 结果 ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 环境检查 Pass ─────────────────────────── experimental package 编译 Pass ─────────────────────────── custom package 安装 Pass ─────────────────────────── op_host UT Pass,1 test ─────────────────────────── op_api UT Pass,43 tests ─────────────────────────── op_graph UT Pass,0 tests ─────────────────────────── NPU 示例运行 Pass ## 文档更新 已更新/新增以下文档: - experimental/math/reduce_std_v2/README.md ## 类型标签 - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!3126 | 2 个月前 | |
新增Ascend C实现的reduce_std_v2算子 Co-authored-by: tieyutong<tieyutong@huawei.com> # message auto-generated for no-merge-commit merge: !3126 merge upload-reduce-std-v2-20260604 into master 新增Ascend C实现的reduce_std_v2算子 Created-by: tieyutong Commit-by: tieyutong Merged-by: cann-robot Description: ## 描述 本 PR 新增 experimental/math/reduce_std_v2路径下ReduceStdV2算子的Ascend C实现与配套工程文件。 主要改动包括: - 新增 ReduceStdV2 L0 op_api、op_host、op_kernel、op_graph 相关文件。 - 支持 dim、correction、keepdim 参数校验与 shape 推导。 - 支持空 tensor、0 维 tensor、shapeProd <= correction 等特殊场景处理。 - 910B 系列通过 ReduceMean + Expand + ReduceStdWithMean + Cast + ViewCopy 组合路径实现。 - arch35 路径保留 ReduceStdV2 AICore kernel、tiling 与 ascend950 配置。 - 新增 op_host / op_api UT,覆盖参数校验、shape 推导和接口构图路径。 ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1837 ## 测试 已完成以下验证: 套件 用例数 结果 ━━━━━━━━━━━━━━━━━━━━━━━━━━ Accu_Generalization 2103 Pass ────────────────────────── Accu_RL 3 Pass ────────────────────────── Accu_pangu 3 Pass ────────────────────────── Special 103 Pass ────────────────────────── Abnormal 3 Pass,3 条均为预期错误匹配 ────────────────────────── Sanitizer_Generalization 180 Pass ────────────────────────── Perf_Generalization 6 Pass CI/工程验证: 项目 结果 ━━━━━━━━━━━━━━━━━━━━━━━━━━━ 环境检查 Pass ─────────────────────────── experimental package 编译 Pass ─────────────────────────── custom package 安装 Pass ─────────────────────────── op_host UT Pass,1 test ─────────────────────────── op_api UT Pass,43 tests ─────────────────────────── op_graph UT Pass,0 tests ─────────────────────────── NPU 示例运行 Pass ## 文档更新 已更新/新增以下文档: - experimental/math/reduce_std_v2/README.md ## 类型标签 - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!3126 | 2 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 2 个月前 |