| [inductor] migrate NPU Fast Launch to ACL host-args API Co-authored-by: erwin<j18636938310@163.com> # message auto-generated for no-merge-commit merge: !44648 merge fixit into v2.10.0 [inductor] migrate NPU Fast Launch to ACL host-args API Created-by: jiabiao_o Commit-by: erwin Merged-by: ascend-robot Description: # 【合入来源】 - [ ] 需求 - [ ] 问题单 - [x] issue/工单 https://gitcode.com/Ascend/pytorch/issues/4099 - [x] 重构优化 - [ ] 资料更新 # 【修改方案】 1. 将 NPU Fast Launch 的 Kernel 启动接口统一迁移至 aclrtLaunchKernelWithHostArgs,移除旧私有接口依赖。 2. SIMT 场景通过 ACL 属性传递动态 UBUF 大小。 3. 更新静态 UT,校验仅使用新的 ACL 启动接口。 # 【资料变更】 不涉及。 # 【接口变更】 不涉及跨仓及客户可见接口变更。 # 【功能验证】 相关静态 UT 及 PR CI 流水线执行通过。 # 【CheckList】 - [x] 代码注释完备,正确记录错误日志 - [x] 代码实现进行了返回值、空指针等校验 - [x] PR标题正确使用类型标签,如:feat、fix、refactor、docs、test等 - [x] PR持续集成流水线(CI)执行通过,代码检查无异常 See merge request: Ascend/pytorch!44648 | 9 天前 |