已合并
add error code #1333
misty-rain-typhoid创建于 2024年3月2日
add error code #1333
已合并
从refs/pull/1333/head合入到master
Pull Request已成功合入, 合并人@
(感谢 misty-rain-typhoid 的贡献)2024年3月2日 添加了
ascend-cla/yes
标签
misty-rain-typhoid
2024年3月2日 评论:
2024年3月2日 评论:
compile


atlasaccount1
2024年3月2日 评论:
2024年3月2日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[fa106c549a2745f1b66dd409065e5167]


2024年3月2日 添加了
ci-pipeline-running
标签
atlasaccount1
2024年3月2日 评论:
2024年3月2日 评论:
SCA扫描: success
| # | check type | result | report |
|---|---|---|---|
| 1 | sca | success | >>> |


atlasaccount1
2024年3月2日 评论:
2024年3月2日 评论:
静态检查: pass
| # | check type | result | report |
|---|---|---|---|
| 1 | codecheck | pass | >>> |


2024年3月2日 移除了
ci-pipeline-running
标签
2024年3月2日 添加了
ci-pipeline-passed
标签
2024年3月4日 强制推送 了代码
misty-rain-typhoid
2024年3月4日 评论:
2024年3月4日 评论:
compile


atlasaccount1
2024年3月4日 评论:
2024年3月4日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[721e87544fc94b258e3be7d4ed9901e1]


2024年3月4日 移除了
ci-pipeline-passed
标签
2024年3月4日 添加了
ci-pipeline-running
标签
atlasaccount1
2024年3月4日 评论:
2024年3月4日 评论:
SCA扫描: success
| # | check type | result | report |
|---|---|---|---|
| 1 | sca | success | >>> |


atlasaccount1
2024年3月4日 评论:
2024年3月4日 评论:
静态检查: pass
| # | check type | result | report |
|---|---|---|---|
| 1 | codecheck | pass | >>> |


2024年3月4日 移除了
ci-pipeline-running
标签
2024年3月4日 添加了
ci-pipeline-passed
标签
op_plugin/utils/custom_functions/aclops/LinalgSvdKernelNpu.cpp
@@ -193,3 +193,3 @@
193193 false, api_name, batch_str, ": Argument ", -info,
194194 " has illegal value. Most certainly there is a bug in the implementation calling the backend library.",
195- OPS_ERROR(ErrCode::PARAM));
195+ OPS_ERROR(ErrCode::VALUE));
这个是info<0会执行到的代码,可以理解为value错误
已修改


2024年3月4日 添加了
lgtm
标签
2024年3月4日 添加了
approved
标签
2024年3月4日 合并了Pull Request(通过 API 合并)
What type of PR is this?
What does this PR do / why do we need it:
修改错误码
Special notes for your reviewers: