已合并
Less/GreaterEqual删除多余配置 #3559
cai-chengchao创建于 6月25日
Less/GreaterEqual删除多余配置 #3559
已合并
cai-chengchao创建于 6月25日
cai-chengchao
6月25日

描述

910_55芯片废弃,Less/GreaterEqual算子取消在此芯片上的支持能力

关联的Issue

https://gitcode.com/cann/ops-math/issues/2059

测试

冒烟测试通过

文档更新

NA

类型标签

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 cai-chengchao 的贡献)
Ccai-chengchao
6月25日 创建了 pull request,commit 06153fc4
CANN-robotCANN-robot成员
6月25日 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
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 /approve or /lgtm
  • Commenting /approve implies 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. 👍

likedislike
atomgit-bot
atomgit-bot
6月25日 评论:

变更摘要

此 PR 从 GreaterEqualLess 两个算子的 Host 侧定义文件中移除了对 ascend910_55(Ascend 910_55 芯片型号)的 AICore 配置注册。ascend910_55scripts/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 配置。
likedislike
cai-chengchao
6月25日 评论:

compile

likedislike
Ccai-chengchao
6月25日 update merge request[project id: 7649531, iid: 3559, commit_id: ac92c3c1018d85dd96774010cd9df9a088adfe83] virtual merging success
CANN-robotCANN-robot成员
6月25日 添加了label:ci-pipeline-running
CANN-robot
CANN-robot成员
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执行结束

likedislike
atomgit-bot
atomgit-bot
6月25日 评论:

代码审查

✅ 未发现问题

likedislike
CANN-robot
CANN-robot成员
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执行结束

likedislike
CANN-robotCANN-robot成员
6月25日 添加了label:api-check-pass
此处折叠了6条事件消息 查看更多
Ccai-chengchao
6月26日 修改了pull request 的描述
songkai111成员
6月26日 评论:

/lgtm
/approve

likedislike
zhangzijie成员
6月26日 评论:

/lgtm

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

/approve

likedislike
CANN-robotCANN-robot成员
6月26日 添加了label:approved
CANN-robotCANN-robot成员
6月26日 关闭了关联的issue
CANN-robotCANN-robot成员
6月26日 合入了pull request