已合并
fix: update skills README dates and notebook fixes #535
fix: update skills README dates and notebook fixes #535
已合并
ink_polymer创建于 8 天前
ink_polymer
ink_polymer成员
8 天前

描述

关联的Issue

测试

文档更新

类型标签

  • Bug修复
  • 新特性
  • 内容优化
  • 其他,请描述:

其他信息

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 ink_polymer 的贡献)
ink_polymerink_polymer成员
8 天前 创建了 pull request,commit 7c233d04
atomgit-bot
atomgit-bot
8 天前 评论:

变更摘要

此 PR 主要对 PyTorch 在线推理算子优化相关教程中的两个 Jupyter Notebook 进行了小幅修正,包括文档中数量描述错误的更正和代码示例中变量名的拼写修复。

主要改动

  • 修正 03_operator_develop.ipynb 中的 Buffer 块数量描述:将说明文本中 "6个Buffer块" 更正为 "3个Buffer块",因为 AddCustomTemplate 算子仅有两个输入和一个输出,共 3 个 Buffer 块,原文的 6 属于错误。
  • 修正 04_pytorch_op_extension_develop_and_apply.ipynb 中的变量名拼写:将代码示例中的 customs_ops.add_custom 更正为 custom_ops.add_custom,去除了多余的字母 "s",修复了变量名拼写错误。
likedislike
atomgit-bot
atomgit-bot
8 天前 评论:

代码审查

✅ 未发现问题

likedislike
CANN-robotCANN-robot成员
8 天前 添加了label:cann-cla/yes
CANN-robot
CANN-robot成员
8 天前 评论:

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/cann-learning-hub zutao, waimaidaole (2/2) zutao, waimaidaole (2/1)

💡 Tip:

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

CLA Signature Pass

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

likedislike
meme成员
8 天前 评论:

/approve
/lgtm

likedislike
CANN-robotCANN-robot成员
8 天前 添加了label:approved
wanzutao
wanzutao成员
8 天前 评论:

/approve
/lgtm

likedislike
CANN-robotCANN-robot成员
8 天前 添加了label:lgtm
CANN-robotCANN-robot成员
8 天前 合入了pull request