已合并
fix(blogs): 修正 SuperKernel 与 TilingKey 博客中的拼写错误 (#358) #566
fix(blogs): 修正 SuperKernel 与 TilingKey 博客中的拼写错误 (#358) #566
已合并
Sep_19创建于 20 天前
Sep_19
20 天前

修复内容

修复 issue #358 中反馈的两处拼写错误:

文件 修改
blogs/inference/superkernel_inference_acceleration/SuperKernel技术综述.md 328 SetValeSetValue(同文件 324 行写法正确,AscendC API 名为 SetValue)
blogs/operator/tilingkey_template_programming/TilingKey模板化编程.md 208 ops-transfomerops-transformer(同文件 214、216 行写法正确)

验证

  • 两处错误已在本地 grep 确认存在
  • 修复后 grep 确认无残留错误写法
  • 改动共 2 行,零歧义,无副作用

Closes #358

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 Sep_19 的贡献)
SSep_19
20 天前 创建了 pull request,commit 3a616ba3
SSep_19
20 天前 关联了issue:[Documentation] 多篇博客存在拼写错误:SetVale 应为 SetValue、ops-transfomer 应为 ops-transformer
atomgit-bot
atomgit-bot
20 天前 评论:

变更摘要

此 PR 修复了 issue #358 中反馈的两处博客拼写错误,均为 API 名称或术语的字母遗漏问题,改动仅涉及两个文件各一行,零歧义、无副作用。

主要改动

  • 修正 SuperKernel技术综述.md 中的 API 拼写: 将第 328 行的 SetVale 更正为 SetValue,与同文件第 324 行及 AscendC API 的实际命名保持一致。
  • 修正 TilingKey模板化编程.md 中的术语拼写: 将第 208 行的 ops-transfomer 更正为 ops-transformer,与同文件第 214、216 行的正确写法保持一致。
likedislike
atomgit-bot
atomgit-bot
20 天前 评论:

代码审查

✅ 未发现问题

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

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 (1/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)
likedislike
CANN-robot
CANN-robot成员
20 天前 评论:

CLA Signature Pass

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

likedislike
wanzutao
wanzutao成员
15 天前 评论:

/lgtm
/approve

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

/lgtm

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