已合并
Less/GreaterEqual删除多余配置 #3559
cai-chengchao创建于 6月25日
Less/GreaterEqual删除多余配置 #3559
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 cai-chengchao 的贡献)6月25日 创建了 pull request,commit 06153fc4
6月25日 添加了label:cann-cla/yes
CANN-robot
6月25日 评论:
6月25日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| */*/op_host/*_def.cpp | ✅ zhangzijie, 汤磊, 宋恺 (3/2) | ✅ 汤磊 (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
cai-chengchao, thanks for your pull request. All authors of the commits have signed the CLA. 👍


atomgit-bot
6月25日 评论:
6月25日 评论:
变更摘要
此 PR 从 GreaterEqual 和 Less 两个算子的 Host 侧定义文件中移除了对 ascend910_55(Ascend 910_55 芯片型号)的 AICore 配置注册。ascend910_55 是 scripts/ci/gen_ops_soc.py 中定义的一种芯片变体标识,对应 ascend910_55 配置名称;删除后这两个算子将不再为 910_55 芯片注册算子加速配置。
主要改动
- 移除
GreaterEqual的 910_55 配置: 在math/greater_equal/op_host/greater_equal_def.cpp中删除了this->AICore().AddConfig("ascend910_55", aicoreConfig)一行,该算子仅保留ascend950的 AICore 配置。 - 移除
Less的 910_55 配置: 在math/less/op_host/less_def.cpp中删除了this->AICore().AddConfig("ascend910_55", aicoreConfig)一行,该算子仅保留ascend950的 AICore 配置。


cai-chengchao
6月25日 评论:
6月25日 评论:
compile


Ccai-chengchao
6月25日 update merge request[project id: 7649531, iid: 3559, commit_id: ac92c3c1018d85dd96774010cd9df9a088adfe83] virtual merging success
6月25日 update merge request[project id: 7649531, iid: 3559, commit_id: ac92c3c1018d85dd96774010cd9df9a088adfe83] virtual merging success
6月25日 添加了label:ci-pipeline-running
CANN-robot
6月25日 评论:
6月25日 评论:
流水线任务触发成功
任务链接 [cdead4ae93fa4fc99f7e3cc29567958b][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_experimental | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5 | ✅ SUCCESS | >>>>> | >>>>> |
| pre_comment | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_X86_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_mobile_station_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_experimental_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_X86_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_harmony-infer | ✅ SUCCESS | >>>>> | |
| Compile_Ascend_ARM_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_experimental_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_single_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM_A5_ubuntu24 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_X86_monitor_910b | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_X86_monitor_910c | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_X86_monitor_950 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_harmony-infer-chs-math | ✅ SUCCESS | >>>>> | |
| UT_Test | ✅ SUCCESS | ||
| UT_Test_experimental | ✅ SUCCESS | ||
| UT_Test_kernel | ✅ SUCCESS | ||
| PreSmoke_A900 | ✅ SUCCESS | >>>>> | |
| API_Check | ✅ SUCCESS | >>>>> | |
| PreSmoke_ATK_Test_A2 | ✅ SUCCESS | >>>>> |
[2026-06-25 21:08:15] CI执行结束


atomgit-bot
6月25日 评论:
6月25日 评论:
CANN-robot
6月25日 评论:
6月25日 评论:
流水线任务触发成功
任务链接 [81c4168bba8442ec97bacb17f3f232a9][流水线指导]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| antipoison | ✅ SUCCESS | >>>>> | |
| codecheck_Pr | ✅ SUCCESS | ||
| StaticCheck_codespell_check | ✅ SUCCESS | ||
| StaticCheck_link_validity_check | ✅ SUCCESS | ||
| StaticCheck_resource_existence_check | ✅ SUCCESS | ||
| StaticCheck_tag_closed_check | ✅ SUCCESS | ||
| StaticCheck_markdownlint | ✅ SUCCESS | ||
| codecheck_codestyle | ✅ SUCCESS | >>>>> | |
| codecheck_precommit | ⚠️ WARNING | >>>>> | >>>>> |
[2026-06-25 20:58:11] CI执行结束


6月25日 添加了label:api-check-pass
此处折叠了6条事件消息 查看更多
6月26日 修改了pull request 的描述
songkai111
6月26日 评论:
6月26日 评论:
/lgtm
/approve


zhangzijie
6月26日 评论:
6月26日 评论:
/lgtm


6月26日 添加了label:lgtm
6月26日 修改标题为 “Less/GreaterEqual删除多余配置”,原标题为“Less/GreaterEqual不支持910_55芯片”
tang-lei01
6月26日 评论:
6月26日 评论:
/approve


6月26日 添加了label:approved
6月26日 关闭了关联的issue
6月26日 合入了pull request
描述
910_55芯片废弃,Less/GreaterEqual算子取消在此芯片上的支持能力
关联的Issue
https://gitcode.com/cann/ops-math/issues/2059
测试
冒烟测试通过
文档更新
NA
类型标签