已合并
【inductor】fix ci bug #31152
kkjocker创建于 2月28日
【inductor】fix ci bug #31152
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 kkjocker 的贡献)AtlasAccount
2月28日 评论:
2月28日 评论:
ascend-robot
2月28日 评论:
2月28日 评论:
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 |
|---|---|---|
| test | ✅ zichun_ye, htchu (2/2) | ✅ zichun_ye, htchu (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


2月28日 添加了label:ascend-cla/yes
ascend-robot
2月28日 评论:
2月28日 评论:
2月28日 修改标题为 “【inductor】fix ci bug”,原标题为“fix ci bug”
AtlasAccount
2月28日 评论:
2月28日 评论:
问题/功能描述
本次PR旨在临时禁用一个尚未支持的测试用例,以解决测试套件运行阻塞的问题。该测试用例用于验证特定张量操作在编译模式下的正确性,但由于底层功能尚未实现,直接运行会导致测试失败。通过本次修改,可以确保整体测试流程能够顺利执行,避免因单个未完成的功能而影响其他测试。
修改方案描述
修改方案包含两个核心变更:首先,在测试文件头部导入unittest模块;其次,在目标测试方法test_masked_subblock上添加@unittest.skip装饰器,并附带说明信息“this test is not supported yet”。此方案确保了在运行测试时,该特定用例会被自动跳过,而其他测试用例不受影响,是一种在功能开发完成前管理测试状态的常规且有效的做法。


kkjocker
2月28日 评论:
2月28日 评论:
compile


2月28日 添加了label:ci-pipeline-running
2月28日 删除了label:ci-pipeline-running
2月28日 添加了label:ci-pipeline-passed
ascend-robot
2月28日 评论:
2月28日 评论:
流水线 PR-pipeline_pytorch#8544 已完成
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_X86 | ✅ | >>> |
| Build_LibTorch | ✅ | >>> | |
| Build_ARM | ✅ | >>> | |
| Build_ARM_inductor | ✅ | >>> | |
| Build_X86_torchair | 🛑 | >>> | |
| Build_ARM_torchair | 🛑 | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 编码安全与规范检查 | CodeCheck | ✅ | >>> |
| check_error | ✅ | >>> | |
| 开源片段检查 | SCA | ✅ | >>> |
| 开发者测试 | UT_X86_Part_01 | ✅ | >>> |
| UT_X86_Part_02 | ✅ | >>> | |
| UT_ARM_A2_Part_01 | ✅ | >>> | |
| UT_ARM_A2_Part_02 | ✅ | >>> | |
| UT_ARM_A3_Part_01 | ✅ | >>> | |
| UT_ARM_A3_Part_02 | ✅ | >>> | |
| UT_DIST_X86_Part_01 | 🛑 | >>> | |
| UT_DIST_X86_Part_02 | 🛑 | >>> | |
| UT_DIST_X86_Part_03 | 🛑 | >>> | |
| UT_DIST_X86_Part_04 | 🛑 | >>> | |
| UT_inductor_Part_01 | ✅ | >>> | |
| UT_inductor_Part_02 | ✅ | >>> | |
| UT_inductor_Part_03 | ✅ | >>> | |
| UT_inductor_Part_04 | ✅ | >>> | |
| 流水线 | PR-pipeline_pytorch | ✅ | >>> |


zichun_ye
2月28日 评论:
2月28日 评论:
/approve


2月28日 添加了label:approved
2月28日 添加了label:lgtm
ascend-robot
2月28日 评论:
2月28日 评论:
2月28日 合入了pull request
【合入来源】
【修改方案】
【资料变更】
【接口变更】
【功能验证】
【CheckList】