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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Mar 2 11:55:49 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir-gpu

Author: Sang Ik Lee (silee2)

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/184215.diff


1 Files Affected:

- (modified) mlir/test/Integration/Dialect/XeVM/GPU/lit.local.cfg (+2) 


``````````diff
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"]

``````````

</details>


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


More information about the Mlir-commits mailing list