已合并
test: add isinf_maskedfill_test_e2e to backend E2E test execution list(#160) #1170
Jett_Woo创建于 7月2日
test: add isinf_maskedfill_test_e2e to backend E2E test execution list(#160) #1170
已合并
Pull Request已成功合入, 合并人@CANN-robot
(感谢 Jett_Woo 的贡献)7月2日 添加了label:cann-cla/yes
CANN-robot
7月2日 评论:
7月2日 评论:
CANN-robot
7月2日 评论:
7月2日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
✅ Congratulations! All modules have met the lgtm and approve requirements.
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-cann/graph-autofusion | ✅ zhanj, zhang_shengjie, xchu42 (3/2) | ✅ zhanj (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
Jett_Woo, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了247条消息 查看更多
zhang_shengjie
7月6日 评论:
7月6日 评论:
/lgtm


7月6日 添加了label:lgtm
zhanj
7月7日 评论:
7月7日 评论:
/approve


7月7日 添加了label:approved
7月7日 合入了pull request
Pull Request
描述
将
isinf_maskedfill_test_e2e添加到 backend E2E 测试执行列表中,作为 IsInf/MaskedFill 生成 kernel 的 compile-only 覆盖。说明:当前 CPU simulator 对
ReinterpretCastaliasing +Abs路径存在已知模拟限制,因此该 target 的 gtest 执行阶段会GTEST_SKIP(),不作为正确性验证;它用于保证 CI 中生成的isinf_maskedfill_test_kernel.cpp可以被编译,覆盖 CANN 9.1.0 下IsInfExtend<float>/Abs<int>类编译兼容问题。正确性验证记录:真实 910B3 设备上使用 PyTorch + Autofuse 的 IsInf/LogicalOr/MaskedFill 场景验证通过,输出
Max diff: 0.0、Mismatch count: 0 / 6400、PASSED: All results match!。问题原因和验证记录见 Issue #160。变更类型
关联的Issue
关联 Issue #160。
如何测试
cmake --build build --target isinf_maskedfill_test_e2e -j 8。[100%] Built target isinf_maskedfill_test_e2e。核对清单