[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:26:03 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: *
----------------
silee2 wrote:
If compilation is expected to fail, add a note why it fails / what the lowering pipeline lacks would be helpful.
https://github.com/llvm/llvm-project/pull/196243
More information about the Mlir-commits
mailing list