文件最后提交记录最后更新时间
新增greater-equal算子 Co-authored-by: lyt_claire<luyitong1@huawei.com> # message auto-generated for no-merge-commit merge: !2731 merge experimental/greater-equal-20260514 into master 新增greater-equal算子 Created-by: tieyutong Commit-by: lyt_claire Merged-by: cann-robot Description: ## 描述 新增Ascend C架构greater equal算子至目录experimental/math/greater_equal ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1540 ## 测试 | 类型 | 条数 | 通过率 / 结论 | |------|------|----------------| | Accu| 9730 / 9730 | 100%,Pass | | Accu_RL | 92 / 92 | 100%,Pass | | Accu_pangu | 4 / 4 | 100%,Pass | | Accu_O1 | 1 / 1(×2 次) | 各 100%,Pass | | Special | 202 / 202 | 100%,Pass | | Abnormal | 2 / 2 | 100%,Pass | | Sanitizer | 780 / 780 | 100%,SUCCESS | ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!273111 天前
新增greater-equal算子 Co-authored-by: lyt_claire<luyitong1@huawei.com> # message auto-generated for no-merge-commit merge: !2731 merge experimental/greater-equal-20260514 into master 新增greater-equal算子 Created-by: tieyutong Commit-by: lyt_claire Merged-by: cann-robot Description: ## 描述 新增Ascend C架构greater equal算子至目录experimental/math/greater_equal ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1540 ## 测试 | 类型 | 条数 | 通过率 / 结论 | |------|------|----------------| | Accu| 9730 / 9730 | 100%,Pass | | Accu_RL | 92 / 92 | 100%,Pass | | Accu_pangu | 4 / 4 | 100%,Pass | | Accu_O1 | 1 / 1(×2 次) | 各 100%,Pass | | Special | 202 / 202 | 100%,Pass | | Abnormal | 2 / 2 | 100%,Pass | | Sanitizer | 780 / 780 | 100%,SUCCESS | ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!273111 天前
新增greater-equal算子 Co-authored-by: lyt_claire<luyitong1@huawei.com> # message auto-generated for no-merge-commit merge: !2731 merge experimental/greater-equal-20260514 into master 新增greater-equal算子 Created-by: tieyutong Commit-by: lyt_claire Merged-by: cann-robot Description: ## 描述 新增Ascend C架构greater equal算子至目录experimental/math/greater_equal ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1540 ## 测试 | 类型 | 条数 | 通过率 / 结论 | |------|------|----------------| | Accu| 9730 / 9730 | 100%,Pass | | Accu_RL | 92 / 92 | 100%,Pass | | Accu_pangu | 4 / 4 | 100%,Pass | | Accu_O1 | 1 / 1(×2 次) | 各 100%,Pass | | Special | 202 / 202 | 100%,Pass | | Abnormal | 2 / 2 | 100%,Pass | | Sanitizer | 780 / 780 | 100%,SUCCESS | ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!273111 天前
新增greater-equal算子 Co-authored-by: lyt_claire<luyitong1@huawei.com> # message auto-generated for no-merge-commit merge: !2731 merge experimental/greater-equal-20260514 into master 新增greater-equal算子 Created-by: tieyutong Commit-by: lyt_claire Merged-by: cann-robot Description: ## 描述 新增Ascend C架构greater equal算子至目录experimental/math/greater_equal ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1540 ## 测试 | 类型 | 条数 | 通过率 / 结论 | |------|------|----------------| | Accu| 9730 / 9730 | 100%,Pass | | Accu_RL | 92 / 92 | 100%,Pass | | Accu_pangu | 4 / 4 | 100%,Pass | | Accu_O1 | 1 / 1(×2 次) | 各 100%,Pass | | Special | 202 / 202 | 100%,Pass | | Abnormal | 2 / 2 | 100%,Pass | | Sanitizer | 780 / 780 | 100%,SUCCESS | ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!273111 天前
refactor: 迁移 experimental 算子 tiling 模块至新公共头文件及命名空间 Co-authored-by: songkai111<songkai16@huawei.com> # message auto-generated for no-merge-commit merge: !2974 merge master into master refactor: 迁移 experimental 算子 tiling 模块至新公共头文件及命名空间 Created-by: songkai111 Commit-by: songkai111 Merged-by: cann-robot Description: ## 描述 将 experimental 目录下 22 个算子的 tiling 代码从旧公共头文件及命名空间迁移至新公共头文件及命名空间,统一 tiling 公共接口规范。 ### 改动原因 experimental 算子的 tiling 代码依赖了旧的公共头文件(tiling_base_util.hmath_tiling_templates_registry.htiling_base_class.h)及 Ops::Base 命名空间,需要迁移至新的公共头文件(tiling_util.htiling_templates_registry.htiling_base.h)及 Ops::Math::OpTiling 命名空间,以统一 tiling 公共接口规范。 ### 改动方法 1. 替换 #include 指令: - "op_host/tiling_base_util.h""op_host/tiling_util.h"(20 个文件) - "op_host/math_tiling_templates_registry.h""op_host/tiling_templates_registry.h"(2 个文件) - "op_host/tiling_base_class.h""op_host/tiling_base.h"(1 个文件) 2. 命名空间及 API 迁移: - Ops::Base::EnsureNotScalar()Ops::Math::OpTiling::EnsureNotScalar() - Ops::Base::IsRegbaseSocVersion()Ops::Math::OpTiling::IsRegbaseSocVersion() - using namespace Ops::Baseusing namespace Ops::Math::OpTiling(2 个文件) ### 涉及算子(22 个文件) - **conversion 算子**:col2_im、im2_col - **math 算子**:add_v2、atan、ceil_v2、cross、dot_v2、floor_div、floor_mod、ger_v2、greater_equal(arch35)、isin_part_v1、minimum、ones_like、real、select_v3、sinh、softsign(arch35)、square_v2、trilu(arch35)、trunc_v2 ## 关联的Issue - #1679 - https://gitcode.com/cann/ops-math/issues/1679 ## 测试 通过编译验证及算子冒烟测试。 ## 文档更新 无文档更新。 ## 类型标签 - [ ] Bug修复 - [ ] 新特性 - [ ] 性能优化 - [ ] 文档更新 - [x] 其他,请描述:重构 - 迁移 tiling 公共头文件及命名空间 See merge request: cann/ops-math!29745 天前
新增greater-equal算子 Co-authored-by: lyt_claire<luyitong1@huawei.com> # message auto-generated for no-merge-commit merge: !2731 merge experimental/greater-equal-20260514 into master 新增greater-equal算子 Created-by: tieyutong Commit-by: lyt_claire Merged-by: cann-robot Description: ## 描述 新增Ascend C架构greater equal算子至目录experimental/math/greater_equal ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1540 ## 测试 | 类型 | 条数 | 通过率 / 结论 | |------|------|----------------| | Accu| 9730 / 9730 | 100%,Pass | | Accu_RL | 92 / 92 | 100%,Pass | | Accu_pangu | 4 / 4 | 100%,Pass | | Accu_O1 | 1 / 1(×2 次) | 各 100%,Pass | | Special | 202 / 202 | 100%,Pass | | Abnormal | 2 / 2 | 100%,Pass | | Sanitizer | 780 / 780 | 100%,SUCCESS | ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!273111 天前
新增greater-equal算子 Co-authored-by: lyt_claire<luyitong1@huawei.com> # message auto-generated for no-merge-commit merge: !2731 merge experimental/greater-equal-20260514 into master 新增greater-equal算子 Created-by: tieyutong Commit-by: lyt_claire Merged-by: cann-robot Description: ## 描述 新增Ascend C架构greater equal算子至目录experimental/math/greater_equal ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1540 ## 测试 | 类型 | 条数 | 通过率 / 结论 | |------|------|----------------| | Accu| 9730 / 9730 | 100%,Pass | | Accu_RL | 92 / 92 | 100%,Pass | | Accu_pangu | 4 / 4 | 100%,Pass | | Accu_O1 | 1 / 1(×2 次) | 各 100%,Pass | | Special | 202 / 202 | 100%,Pass | | Abnormal | 2 / 2 | 100%,Pass | | Sanitizer | 780 / 780 | 100%,SUCCESS | ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!273111 天前
新增greater-equal算子 Co-authored-by: lyt_claire<luyitong1@huawei.com> # message auto-generated for no-merge-commit merge: !2731 merge experimental/greater-equal-20260514 into master 新增greater-equal算子 Created-by: tieyutong Commit-by: lyt_claire Merged-by: cann-robot Description: ## 描述 新增Ascend C架构greater equal算子至目录experimental/math/greater_equal ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1540 ## 测试 | 类型 | 条数 | 通过率 / 结论 | |------|------|----------------| | Accu| 9730 / 9730 | 100%,Pass | | Accu_RL | 92 / 92 | 100%,Pass | | Accu_pangu | 4 / 4 | 100%,Pass | | Accu_O1 | 1 / 1(×2 次) | 各 100%,Pass | | Special | 202 / 202 | 100%,Pass | | Abnormal | 2 / 2 | 100%,Pass | | Sanitizer | 780 / 780 | 100%,SUCCESS | ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!273111 天前
新增greater-equal算子 Co-authored-by: lyt_claire<luyitong1@huawei.com> # message auto-generated for no-merge-commit merge: !2731 merge experimental/greater-equal-20260514 into master 新增greater-equal算子 Created-by: tieyutong Commit-by: lyt_claire Merged-by: cann-robot Description: ## 描述 新增Ascend C架构greater equal算子至目录experimental/math/greater_equal ## 关联的Issue https://gitcode.com/cann/ops-math/issues/1540 ## 测试 | 类型 | 条数 | 通过率 / 结论 | |------|------|----------------| | Accu| 9730 / 9730 | 100%,Pass | | Accu_RL | 92 / 92 | 100%,Pass | | Accu_pangu | 4 / 4 | 100%,Pass | | Accu_O1 | 1 / 1(×2 次) | 各 100%,Pass | | Special | 202 / 202 | 100%,Pass | | Abnormal | 2 / 2 | 100%,Pass | | Sanitizer | 780 / 780 | 100%,SUCCESS | ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [x] 新特性 - [ ] 性能优化 - [x] 文档更新 - [ ] 其他,请描述: See merge request: cann/ops-math!273111 天前
README.md

GreaterEqual

产品支持情况

产品 是否支持
Atlas A2 训练系列产品/Atlas 800I A2 推理产品/A200I A2 Box 异构组件

功能说明

  • 算子功能:逐元素比较 selfother(tensor 或 scalar),判断 self >= other,输出 BOOL 张量。

  • 计算公式:

    outi=(selfi≥otheri)out_i = (self_i \geq other_i)

参数说明(Tensor 形态)

参数名 输入/输出/属性 描述 数据类型
self 输入 参与比较的 tensor。 FLOAT、FLOAT16、BFLOAT16、INT32、INT64、UINT64、INT8、UINT8、BOOL 等(以接口校验为准)
other 输入 参与比较的 tensor 或标量。 与 self 可广播、可类型提升
out 输出 比较结果。 BOOL

约束说明

aclnn_ge_tensor / aclnn_ge_scalar 实现中的维度与 dtype 校验为准(例如 broadcast、最大维度等)。

调用说明

调用方式 调用样例 说明
aclnn调用 test_aclnn_ge_scalar 通过 aclnnGeScalar / aclnnInplaceGeScalar 调用。
aclnn调用 test_aclnn_ge_tensor 通过 aclnnGeTensor / aclnnInplaceGeTensor 调用。

贡献说明

贡献者 贡献方 贡献算子 贡献时间 贡献内容
GreaterEqual 个人开发者 GreaterEqual 2026/5/14 GreaterEqual 算子适配开源仓