[Mlir-commits] [mlir] [MLIR][XeVM] Disable gpu.printf test. (PR #184215)

Sang Ik Lee llvmlistbot at llvm.org
Mon Mar 2 11:55:13 PST 2026


https://github.com/silee2 created https://github.com/llvm/llvm-project/pull/184215

Temporarily disable gpu.printf tests until vararg handling issue with SPIR-V backend is resolved.

>From 9a3e658fa4c4b1a6c96d3d056fb3407a92c2b59c Mon Sep 17 00:00:00 2001
From: "Lee, Sang Ik" <sang.ik.lee at intel.com>
Date: Mon, 2 Mar 2026 19:53:15 +0000
Subject: [PATCH] [MLIR][XeVM] Disable gpu.printf test. Temporarily disable
 gpu.printf tests until vararg handling issue with SPIR-V backend is resolved.

---
 mlir/test/Integration/Dialect/XeVM/GPU/lit.local.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mlir/test/Integration/Dialect/XeVM/GPU/lit.local.cfg b/mlir/test/Integration/Dialect/XeVM/GPU/lit.local.cfg
index d0d51c6020588..2d52e48528b6a 100644
--- a/mlir/test/Integration/Dialect/XeVM/GPU/lit.local.cfg
+++ b/mlir/test/Integration/Dialect/XeVM/GPU/lit.local.cfg
@@ -2,3 +2,5 @@ if not config.run_xevm_tests:
     config.unsupported = True
 if not config.enable_levelzero_runner:
     config.unsupported = True
+# Temporary until gpu.printf issue is resolved
+config.excludes = ["gpu_printf.mlir"]



More information about the Mlir-commits mailing list