[Mlir-commits] [mlir] [MLIR][XeGPU] Add unroll patterns and blocking pass for XeGPU [2/N] (PR #140163)
Chao Chen
llvmlistbot at llvm.org
Mon May 19 14:17:25 PDT 2025
================
@@ -38,4 +38,16 @@ def XeGPUSubgroupDistribute : Pass<"xegpu-subgroup-distribute"> {
];
}
+def XeGPUBlocking: Pass<"xegpu-blocking"> {
+ let summary = "Instructionlize XeGPU ops";
----------------
chencha3 wrote:
Fixed
https://github.com/llvm/llvm-project/pull/140163
More information about the Mlir-commits
mailing list