[Mlir-commits] [mlir] [MLIR][XeGPU] Preserve leading unit dimension during blocking (PR #180884)

Jianhui Li llvmlistbot at llvm.org
Thu Feb 12 10:06:49 PST 2026


================
@@ -817,16 +800,27 @@ gpu.module @test_kernel {
 }
 
 // -----
-#inst_data = #xegpu.layout<inst_data = [1, 1, 32]>
+#inst_data = #xegpu.layout<inst_data = [1, 1, 16]>
----------------
Jianhui-Li wrote:

The original #inst_data doesn't trigger any blocking functionality after we preserve the leading dims.

https://github.com/llvm/llvm-project/pull/180884


More information about the Mlir-commits mailing list