已合并
fix: correct typo in reshape recovery pass log #4468
fix: correct typo in reshape recovery pass log #4468
已合并
洪跃城创建于 8 天前
洪跃城
洪跃城
8 天前

Pull Request

描述

修复 reshape_recovery_pass.cc 中 plog 日志的单词拼写错误:

  • nadand

该修改仅涉及日志文本,不影响功能逻辑。

变更类型

请选择本次引入的变更类型:

关联的Issue

无关联Issue

如何测试

描述测试此变更的步骤和前提条件:

  1. 使用 git diff 检查修改内容,确认仅将日志中的 nad 修改为 and。
  2. 使用 git diff --check 检查代码格式,确认无空白符或格式问题。
  3. 使用 grep 检查对应源码,确认该处日志中不再存在 nad 拼写错误。

核对清单

其他信息

本次修改仅修复一处 plog 日志文本中的单词拼写错误,不涉及代码逻辑、接口行为及功能变更。

likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 洪跃城 的贡献)
洪跃城洪跃城
8 天前 添加了label:enhancement
洪跃城洪跃城
8 天前 创建了 pull request,commit bd70a90e
atomgit-bot
atomgit-bot
8 天前 评论:

变更摘要

本 PR 为修复性变更,修正 reshape_recovery_pass.ccInsertReshapeIfNeed 函数内一条 GELOGD 日志文本的单词拼写错误,将 nad 更正为 and。该改动仅涉及日志输出文本,不改变任何代码逻辑、接口行为或功能。

主要改动

  • 日志文本拼写修正: 在 reshape_recovery_pass.ccInsertReshapeIfNeed 函数中,将 GELOGD 日志消息里的 "No need to insert reshape node between %s nad %s." 中的 nad 修正为 and,使日志语句含义正确、更易读。
  • 无功能逻辑影响: 改动仅限日志字符串内容,涉及动态 shape 判断(is_dynamic = true)的既有逻辑与行为均保持不变。
likedislike
CANN-robot
CANN-robot成员
8 天前 评论:

Hi @m0_50621083, welcome to submitting your first PR to ge!

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
atomgit-bot
atomgit-bot
8 天前 评论:

代码审查

✅ 未发现问题

likedislike
此处折叠了52条消息 查看更多
夏国正成员
7 天前 评论:

/lgtm

likedislike
CANN-robotCANN-robot成员
7 天前 添加了label:lgtm
张德鹏成员
7 天前 评论:

/approve

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