[Mlir-commits] [mlir] [MLIR][XeGPU] Switch to the new sg to wi pass (PR #188627)
Charitha Saumya
llvmlistbot at llvm.org
Tue Mar 31 08:47:45 PDT 2026
================
@@ -89,7 +89,8 @@ void buildGPUPassPipeline(OpPassManager &pm,
pm.addNestedPass<gpu::GPUModuleOp>(createCSEPass());
pm.addNestedPass<gpu::GPUModuleOp>(
xegpu::createXeGPUPropagateLayout(laneLayoutOptions));
- pm.addNestedPass<gpu::GPUModuleOp>(xegpu::createXeGPUSubgroupDistribute());
+ pm.addNestedPass<gpu::GPUModuleOp>(
+ xegpu::createXeGPUSgToWiDistributeExperimental());
----------------
charithaintc wrote:
I would remove the `Experimental` now.
https://github.com/llvm/llvm-project/pull/188627
More information about the Mlir-commits
mailing list