代码审查发现日志文案存在多处拼写错误与病句。日志是问题定位的第一入口,错误拼写会导致按关键词检索日志时遗漏,降低可诊断性。
wthich is not be expected
which is not as expected
plan is not initilized.
plan is not initialized.
nalloc failed
alloc failed
BlasCalPlan maskTensor malloc failed:
ouTensor
outTensor
Blas get synchronized.
Blas stream synchronized.
纯字符串字面量问题,不涉及任何分支逻辑,修改后编译通过即无回归。
仅修正字符串字面量,不动代码结构。
感谢您的反馈,当前@east_yang跟踪处理中。
Describe the current behavior / 问题描述
代码审查发现日志文案存在多处拼写错误与病句。日志是问题定位的第一入口,错误拼写会导致按关键词检索日志时遗漏,降低可诊断性。
问题位置与内容
wthich is not be expectedwhich is not as expectedplan is not initilized.plan is not initialized.nalloc failedalloc failed(疑为 not alloc 笔误)BlasCalPlan maskTensor malloc failed:(末尾悬空冒号)ouTensoroutTensorBlas get synchronized.Blas stream synchronized.Impact / 影响
纯字符串字面量问题,不涉及任何分支逻辑,修改后编译通过即无回归。
Suggested fix / 修复建议
仅修正字符串字面量,不动代码结构。
Environment / 环境信息