已合并
silentCheckV3 #17124
AtomGit-Bot创建于 2024年12月30日
silentCheckV3 #17124
已合并
从refs/pull/17124/head合入到master
Pull Request已成功合入, 合并人@
(感谢 AtomGit-Bot 的贡献)2024年12月30日 添加了
ascend-cla/yes
标签
atlasaccount1
2024年12月30日 评论:
2024年12月30日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[990ae38013ec44dc9a523ad44ec29ca9]


2024年12月30日 添加了
ci-pipeline-running
标签
此处折叠了8条事件消息 查看更多
2025年1月3日 移除了
ci-pipeline-running
标签
atlasaccount1
2025年1月3日 评论:
2025年1月3日 评论:
✅ 流水线任务触发成功,正在执行,请稍候。 任务链接[0445e10b34944aa2b1e15cde054b6abb]


2025年1月3日 添加了
ci-pipeline-running
标签
2025年1月3日 移除了
ci-pipeline-running
标签
2025年1月3日 添加了
ci-pipeline-passed
标签
atlasaccount1
2025年1月3日 评论:
2025年1月3日 评论:
| 任务名称 | 状态 | 详情 | 日志 | 出包 | |
|---|---|---|---|---|---|
| codecheck | ✅ | SUCCESS | >>> | N/A | |
| codecheck_scan | ✅ | SUCCESS | >>> | N/A | |
| checkerro | ✅ | SUCCESS | >>> | N/A | |
| codecheck_ftd | ✅ | SUCCESS | >>> | N/A | |
| Build_X86 | ✅ | SUCCESS | >>> | >>> | |
| Build_LibTorch | ✅ | SUCCESS | >>> | >>> | |
| Build_ARM_USE_CXX_ABI | ✅ | SUCCESS | >>> | >>> | |
| UT_DIST_X86 | ✅ | SUCCESS | >>> | N/A | |
| UT_X86_01 | ✅ | SUCCESS | >>> | N/A | |
| UT_X86_02 | ✅ | SUCCESS | >>> | N/A | |
| 跳过测试用例 | 否 | ||||
| UT失败过 | 否 | ||||
| 流水线链接 | 点此跳转 | ||||


2025年1月6日 添加了
lgtm
标签
torch_npu/csrc/npu/Module.cpp
@@ -1163,1 +1164,3 @@
1163- Py_RETURN_TRUE;
1164+ if (c10_npu::opapi::IsExistAclnnSilentCheckV2()) {
1165+ // silent check v3
1166+ return PyLong_FromLong(3);
底层特性版本和我们的版本号是不对应的吗?


dilililiwhy1
2025年1月6日 评论:
2025年1月6日 评论:
/approve


2025年1月6日 添加了
approved
标签
2025年1月6日 合并了Pull Request(通过 API 合并)
What type of PR is this?
What does this PR do / why do we need it:
silentCheckV3,兼容V1和V2,提升检出率
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewers: