[Mlir-commits] [mlir] [MLIR][XeGPU] Fix layout inference issues blocking MXFP_GEMM test (PR #196243)
Sang Ik Lee
llvmlistbot at llvm.org
Thu May 7 10:29:18 PDT 2026
================
@@ -488,6 +488,13 @@ void XeGPUBlockingPass::runOnOperation() {
}
}
+ // Drop inst_data from operation attributes (e.g., layout, layout_a,
----------------
silee2 wrote:
If inst_data matches shape and not dropped, what issue happens?
Adding unit test for that scenario would be great.
https://github.com/llvm/llvm-project/pull/196243
More information about the Mlir-commits
mailing list