已合并
[feat]Inductor Autotuning Optimization for Triton Ascend Compilation #37655
yanf81创建于 6月5日
[feat]Inductor Autotuning Optimization for Triton Ascend Compilation #37655
已合并
Pull Request已成功合入, 合并人@ascend-robot
(感谢 yanf81 的贡献)ascend-robot
6月5日 评论:
6月5日 评论:
6月5日 添加了label:stat/needs-squash
6月5日 添加了label:ascend-cla/yes
ascend-robot
6月5日 评论:
6月5日 评论:
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 | ✅ crazyDannyBoy, TonyYA (2/2) | ✅ crazyDannyBoy (1/1) |
| torch_npu/_inductor | ✅ crazyDannyBoy, TonyYA (2/2) | ✅ crazyDannyBoy (1/1) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
yanf81, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了608条消息 查看更多
ascend-robot
7月15日 评论:
7月15日 评论:
流水线 PR-pipeline_pytorch#45774 [ commitID:6e217858 ] 已完成
>>>代码风格自动修复执行成功(无修复内容)
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_X86 | ✅ | >>> |
| Build_ARM | ✅ | >>> | |
| Build_LibTorch_x86 | ✅ | >>> | |
| Build_LibTorch_ARM | ✅ | >>> | |
| Build_X86_torchair | 🛑 | >>> | |
| Build_ARM_torchair | 🛑 | >>> | |
| patch_test | 🛑 | >>> | |
| 恶意代码检查 | Antipoison | ✅ | >>> |
| 编码安全与规范检查 | CodeCheck | ✅ | >>> |
| check_error | ✅ | >>> | |
| CodeCheck_lintrunner | ✅ | >>> | |
| 开源片段检查 | SCA | ✅ | >>> |
| 开发者测试 | UT_X86_Part_01 | ✅ | >>> |
| UT_X86_Part_02 | ✅ | >>> | |
| UT_ARM_A3_Part_01 | ✅ | >>> | |
| UT_ARM_A3_Part_02 | ✅ | >>> | |
| UT_ARM_A2_Part_01 | ✅ | >>> | |
| UT_ARM_A2_Part_02 | ✅ | >>> | |
| UT_ARM_A2_Part_03 | ✅ | >>> | |
| UT_inductor_Part_01 | ✅ | >>> | |
| UT_inductor_Part_02 | ✅ | >>> | |
| UT_inductor_Part_03 | ✅ | >>> | |
| UT_inductor_Part_04 | ✅ | >>> | |
| UT_DIST_ARM_Part_01 | 🛑 | >>> | |
| UT_DIST_ARM_Part_02 | 🛑 | >>> | |
| UT_DIST_ARM_Part_03 | 🛑 | >>> | |
| UT_DIST_ARM_Part_04 | 🛑 | >>> | |
| UT_ARM_A2_Select_Part_01 | ✅ | >>> | |
| UT_ARM_A2_Select_Part_02 | ✅ | >>> | |
| 流水线 | PR-pipeline_pytorch | ✅ | >>> |
- compile、compile_inductor、compile_torchair : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


7月15日 关闭了关联的issue
7月15日 合入了pull request
ascend-robot
7月15日 评论:
7月15日 评论:
Pull Request 已合并或已关闭。
If you want to solve this problem, you can click here to do it in the FAQs.


ascend-robot
7月15日 评论:
7月15日 评论:
流水线 pytorch_gitcode_PR_multiVersion#12653 [ commitID:6e217858 ] 已完成


The following PR includes optimizations and enhancements for Inductor's autotuning mechanism. The goal is to reduce the autotuning time by 50%, without degrading kernels latency.
The enhancements in this project are delivered for the FASTAUTOTUNE=1 / ‘Expert’ mode, where the baseline version is v2.7.1.
Final performance verifications were done on Ascend910_957 (90.90.93.32 station) with triton_ascend=3.2.2; torch_npu=2.7.1.post4.dev20260509; cann-9.1.0.
Main features added:
Environment params to be set by a user to enable the feature:
Additional feature params
Statistics gathering
Dynamic Filter algo
【合入来源】
【修改方案】
【资料变更】
【接口变更】
【功能验证】
【CheckList】