已开启
Adaptation of compilation options for TA3.6 #4364
luqichao创建于  25 天前
luqichao
luqichao成员
25 天前 创建

Description

Adapt torch_npu Inductor compilation options for Triton Ascend TA3.6.

Changes

  • Change the Inductor SIMT_TEMPLATE compile mode to simd_simt_template.
  • Ensure Inductor supplies a non-None compile_mode when a generated, fallback, template, or user configuration omits it.

Validation

  • python3 -m py_compile torch_npu/_inductor/codegen/triton_utils.py torch_npu/_inductor/runtime/triton_heuristics.py
  • git diff --check
likedislike
luqichaoluqichao成员
25 天前 关联了看板:FrameworkPTAdapter 版本issue看板
TorchNPU-BotTorchNPU-Bot成员
25 天前 添加了label:triage-review
TorchNPU-Bot
TorchNPU-Bot成员
25 天前 评论:

issue待分派,添加triage-review标签

likedislike
luqichaoluqichao成员
25 天前 关联了pull request:fix: adapt Inductor compile mode for TA3.6
TorchNPU-BotTorchNPU-Bot成员
25 天前 添加了label:bot-triaged;删除了label:triage-review
TorchNPU-Bot
TorchNPU-Bot成员
25 天前 评论:

检测到当前 issue 已关联 PR,自动添加标签:bot-triaged

likedislike
luqichaoluqichao成员
25 天前 关联了pull request:同步:将 TA3.6 编译选项适配同步至 master