[Mlir-commits] [mlir] [MLIR][XeGPU] Fix layout inference issues blocking MXFP_GEMM test (PR #196243)
Artem Kroviakov
llvmlistbot at llvm.org
Thu May 7 02:52:38 PDT 2026
================
@@ -488,6 +488,13 @@ void XeGPUBlockingPass::runOnOperation() {
}
}
+ // Drop inst_data from operation attributes (e.g., layout, layout_a,
+ // layout_b, etc.) This is necessary for anchor operations that don't get
+ // unrolled because their inst_data already matches their shape.
----------------
akroviakov wrote:
What if they should get unrolled and inst_data is not the default one (different from what the propagation would put in place)?
https://github.com/llvm/llvm-project/pull/196243
More information about the Mlir-commits
mailing list