[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


================
@@ -0,0 +1,73 @@
+// RUN: mlir-opt %s --gpu-lower-to-xevm-pipeline="xegpu-op-level=lane zebin-chip=cri" \
+// RUN: | mlir-runner \
+// RUN:   --shared-libs=%mlir_levelzero_runtime \
+// RUN:   --shared-libs=%mlir_runner_utils \
+// RUN:   --shared-libs=%mlir_c_runner_utils \
+// RUN:   --entry-point-result=void \
+// RUN: | FileCheck %s
+
+// XFAIL: *
----------------
akroviakov wrote:

Why should the end-to-end *kernel compilation* fail? 

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


More information about the Mlir-commits mailing list