已合并
fix_device_dynamo_trace #31555
Ambi创建于 3月9日
fix_device_dynamo_trace #31555
已合并
从已删除 :master合入到Ascend/pytorchmaster
Pull Request已成功合入, 合并人@ascend-robot
(感谢 Ambi 的贡献)AtlasAccount
3月9日 评论:
3月9日 评论:
ascend-robot
3月9日 评论:
3月9日 评论:
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 | ✅ li_jing_hw, zichun_ye (2/2) | ✅ li_jing_hw, zichun_ye (2/1) |
| torch_npu/utils | ✅ zichun_ye, li_jing_hw (2/2) | ✅ zichun_ye, li_jing_hw (2/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)


3月9日 添加了label:ascend-cla/yes
ascend-robot
3月9日 评论:
3月9日 评论:
Ambi
3月9日 评论:
3月9日 评论:
compile


3月9日 添加了label:ci-pipeline-running
3月9日 修改了pull request 的描述
3月9日 删除了label:ci-pipeline-running
3月9日 添加了label:ci-pipeline-failed
ascend-robot
3月9日 评论:
3月9日 评论:
流水线 PR-pipeline_pytorch#9806 运行失败
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | 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_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 | ❌ | >>> |


Ambi
3月9日 评论:
3月9日 评论:
compile


3月9日 删除了label:ci-pipeline-failed
3月9日 添加了label:ci-pipeline-running
3月9日 删除了label:ci-pipeline-running
3月9日 添加了label:ci-pipeline-passed
ascend-robot
3月9日 评论:
3月9日 评论:
流水线 PR-pipeline_pytorch#9829 已完成
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | 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_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
3月11日 评论:
3月11日 评论:
/approve


3月11日 添加了label:approved
3月11日 修改标题为 “fix_device_”,原标题为“fix_MT_bug”
3月11日 修改标题为 “fix_device_dynamo_trace”,原标题为“fix_device_”
li_jing_hw
3月11日 评论:
3月11日 评论:
/approve


3月11日 添加了label:lgtm
ascend-robot
3月11日 评论:
3月11日 评论:
Review Guide
This pull-request passes review.
Committers who wrote a comment of /approve are: zichun_ye, li_jing_hw.
Reviewers who wrote a comment of /lgtm are: li_jing_hw, zichun_ye.


3月11日 合入了pull request
【合入来源】
【修改方案】
现场问题
torch.device在原生中为skipVariable 而pta把他归为TorchInGraphFunctionVariable,在dynamo阶段会出现trcae失败的问题。
【资料变更】
不涉及
【接口变更】
不涉及
【功能验证】
社区issue测试,以及现场问题反馈的用例
【CheckList】