Skip to content

Commit 5342d0a

Browse files
silee2Honey Goyal
authored andcommitted
[MLIR][XeVM] gpu.printf test: use correct runtime. (llvm#170754)
gpu printf test was not using the runtime required by lit.local.cfg All other tests in the directory are correctly using level zero runtime. But gpu printf test is using sycl runtime.
1 parent b4e928e commit 5342d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Integration/Dialect/XeVM/GPU/gpu_printf.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: | mlir-opt -convert-scf-to-cf -convert-cf-to-llvm -convert-vector-to-llvm -convert-arith-to-llvm \
44
// RUN: | mlir-opt -gpu-to-llvm -reconcile-unrealized-casts -cse -gpu-module-to-binary \
55
// RUN: | mlir-runner \
6-
// RUN: --shared-libs=%mlir_sycl_runtime \
6+
// RUN: --shared-libs=%mlir_levelzero_runtime \
77
// RUN: --shared-libs=%mlir_runner_utils \
88
// RUN: --shared-libs=%mlir_c_runner_utils \
99
// RUN: --entry-point-result=void \

0 commit comments

Comments
 (0)