[Mlir-commits] [mlir] [MLIR][XeGPU] Preserve leading unit dimension during blocking (PR #180884)
Sang Ik Lee
llvmlistbot at llvm.org
Thu Feb 12 10:01:03 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]>
----------------
silee2 wrote:
Why this change to test case?
https://github.com/llvm/llvm-project/pull/180884
More information about the Mlir-commits
mailing list