已合并
feat: 修改AGMM pytorch接入方式,从customClass改为TORCH_LIBRARY,并更新对应skill #51
feat: 修改AGMM pytorch接入方式,从customClass改为TORCH_LIBRARY,并更新对应skill #51
已合并
i_soyabean创建于 6月10日
i_soyabean成员
6月10日

变更描述 / Description

AGMM算子之前通过PyTorch custom class方式接入,算子无法入图。现采用TORCH_LIBRARY注册方式注册为PyTorch自定义算子,可以通过torch.ops.catccos.*调用算子。

  • 新增AGMM Torch Library 接入路径。
  • 删除了原来的通过custom class的接入方式。
  • 更新了对应的torch-binding SKILL。

改动类型 / Change Type

  • Closes #
  • References #

测试信息 / Testing

检查清单 / Checklist

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 i_soyabean 的贡献)
CANN-robotCANN-robot成员
6月10日 添加了label:stat/needs-squash
CANN-robotCANN-robot成员
6月10日 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
6月10日 评论:

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
repo-cann/catccos caixuyi, 尹祺然 (2/2) caixuyi (1/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)

CLA Signature Pass

i_soyabean, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
i_soyabean成员
6月10日 评论:

compile

likedislike
CANN-robotCANN-robot成员
6月10日 添加了label:ci-pipeline-running
Ii_soyabean成员
6月10日 强制推送  9 个提交:4efbac83-1 commit from branch masterf13cd1ae-feat: register agmm torch library op,a43ef52d-fix: align torch kernel build flags,e204879c-fix: align agmm wrapper arguments,6dfdb675-test: summarize agmm python cases,e3f18497-refactor: share agmm padding selection,4d4f6d66-refactor: keep agmm padding helpers host-side,e0bba501-refactor: remove agmm custom class bindings,98492c6f-docs: update torch binding skill for torch library
i_soyabean成员
6月10日 评论:

compile

likedislike
CANN-robotCANN-robot成员
6月10日 删除了label:ci-pipeline-running
CANN-robot
CANN-robot成员
6月10日 评论:
流水线 PR-pipeline_catccos#138 [ commitID:4d0ad91a ] 已终止运行
阶段 任务名 状态 详情
恶意代码检查 Antipoison 🕚 >>>
编码安全与规范检查 CodeCheck 🕚 >>>
开源片段检查 SCA 🕚 >>>
开发者测试 UT_arm 🕚 >>>
流水线 PR-pipeline_catccos 🟨 >>>
likedislike
CANN-robotCANN-robot成员
6月10日 添加了label:ci-pipeline-running
Ii_soyabean成员
6月10日 修改了pull request 的描述
此处折叠了5条事件消息 查看更多
CANN-robotCANN-robot成员
6月11日 添加了label:ci-pipeline-running
i_soyabean成员
6月11日 评论:

compile

likedislike
CANN-robotCANN-robot成员
6月11日 删除了label:ci-pipeline-running
CANN-robot
CANN-robot成员
6月11日 评论:
流水线 PR-pipeline_catccos#139 (重试第1次) [ commitID:98492c6f ] 已终止运行
阶段 任务名 状态 详情
恶意代码检查 Antipoison >>>
编码安全与规范检查 CodeCheck >>>
开源片段检查 SCA >>>
开发者测试 UT_arm 🟨 >>>
流水线 PR-pipeline_catccos 🟨 >>>
likedislike
CANN-robotCANN-robot成员
6月11日 添加了label:ci-pipeline-running
CANN-robotCANN-robot成员
6月11日 删除了label:ci-pipeline-running
CANN-robotCANN-robot成员
6月11日 添加了label:ci-pipeline-passed
CANN-robot
CANN-robot成员
6月11日 评论:
流水线 PR-pipeline_catccos#148 已完成
阶段 任务名 状态 详情
恶意代码检查 Antipoison >>>
编码安全与规范检查 CodeCheck >>>
开源片段检查 SCA >>>
开发者测试 UT_arm >>>
流水线 PR-pipeline_catccos >>>
likedislike
caixuyi
6月11日 评论:

/approve
/lgtm

likedislike
CANN-robotCANN-robot成员
6月11日 添加了label:approved
nino888成员
6月11日 评论:

/lgtm

likedislike
CANN-robotCANN-robot成员
6月11日 添加了label:lgtm
CANN-robotCANN-robot成员
6月11日 合入了pull request