Pull Request已成功合入, 合并人@CANN-robot
(感谢 洪跃城 的贡献)变更摘要
本 PR 为修复性变更,修正 reshape_recovery_pass.cc 中 InsertReshapeIfNeed 函数内一条 GELOGD 日志文本的单词拼写错误,将 nad 更正为 and。该改动仅涉及日志输出文本,不改变任何代码逻辑、接口行为或功能。
主要改动
- 日志文本拼写修正: 在
reshape_recovery_pass.cc的InsertReshapeIfNeed函数中,将GELOGD日志消息里的"No need to insert reshape node between %s nad %s."中的nad修正为and,使日志语句含义正确、更易读。 - 无功能逻辑影响: 改动仅限日志字符串内容,涉及动态 shape 判断(
is_dynamic = true)的既有逻辑与行为均保持不变。


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.


Pull Request
描述
修复
reshape_recovery_pass.cc中 plog 日志的单词拼写错误:nad→and该修改仅涉及日志文本,不影响功能逻辑。
变更类型
请选择本次引入的变更类型:
关联的Issue
无关联Issue
如何测试
描述测试此变更的步骤和前提条件:
核对清单
其他信息
本次修改仅修复一处 plog 日志文本中的单词拼写错误,不涉及代码逻辑、接口行为及功能变更。