已合并
MicroAPI namespace to Reg for arch35 kernels #9267
shichenyu创建于 10 天前
MicroAPI namespace to Reg for arch35 kernels #9267
已合并
shichenyu创建于 10 天前
shichenyu
10 天前

描述

修改了index,activation,matmul,conv,foreach,optim,experimental,vfusion,hash这几个文件夹内的命名空间,将MicroAPI-->Reg

关联的Issue

多个文件夹内的算子命名空间使用的MicroAPI,应改为Reg

测试

验证方法
严格按四步流程,逐算子验证:

  1. Step 1:编译原始代码,保存 baseline binary .o 文件 MD5
  2. Step 2:执行 MicroAPI → Reg 替换
  3. Step 3:编译替换后代码,保存 after binary .o 文件 MD5
  4. Step 4:对比 A_before.md5 与 B_after.md5
    平台:ascend950,编译参数:--soc=ascend950 --ops= -j16
    验证替换前后 binary 产物 MD5 完全一致。
    冒烟,代码审查均通过

文档更新

类型标签

AI/Agent生成声明

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 shichenyu 的贡献)
Sshichenyu
10 天前 创建了 pull request,commit c54d8119
atomgit-bot
atomgit-bot
10 天前 评论:

🤖 AI Code Review

⚠️ 审查未能完成

本次代码审查未能完成,可能是临时性故障。

你可以在评论区输入 /ai summary 重新发起审查。若多次失败,请联系管理员并附上下方追踪 ID。

追踪 ID: task-224268-run-213098

likedislike
atomgit-bot
atomgit-bot
10 天前 评论:

🤖 AI Code Review

⚠️ 审查未能完成

本次代码审查未能完成,可能是临时性故障。

你可以在评论区输入 /ai review 重新发起审查。若多次失败,请联系管理员并附上下方追踪 ID。

追踪 ID: task-224269-run-213099

likedislike
CANN-robot
CANN-robot成员
10 天前 评论:

Hi @gcw_DS4cmz2b, welcome to submitting your first PR to ops-nn!

PR Merge Steps

1. CLA Signing

If the current PR label includes cann-cla/yes, it means you have signed the CLA and can proceed to the next step. If the label includes cann-cla/no, please sign the CLA first. If you have any questions, please refer to the FAQ.

2. CI Check

Please comment /compile to trigger the CI pipeline check. If the CI run is successful, the PR will be tagged with ci-pipeline-passed and you can proceed to the next step. If the CI run fails, the PR will be tagged with ci-pipeline-failed, please check the CI logs to fix the issues in the PR. If you have any questions, please refer to the FAQ.

3. Code Review

After CI passes, please refer to the PR Approval Progress and proactively @ the committers in the table to review the code. After approval, committers will comment /lgtm and /approve. Once the lgtm and approved labels are successfully added, the PR will be merged automatically.

likedislike
CANN-robotCANN-robot成员
10 天前 添加了label:cann-cla/no
此处折叠了92条消息 查看更多
CANN-robotCANN-robot成员
9 天前 添加了label:approved
TangPC
TangPC成员
9 天前 评论:

/lgtm
/approve

likedislike
CANN-robotCANN-robot成员
9 天前 添加了label:lgtm
CANN-robotCANN-robot成员
9 天前 关闭了关联的issue
CANN-robotCANN-robot成员
9 天前 合入了pull request