Skip to content

Commit 9b0d8ec

Browse files
authored
Fix for GPU CI (#559)
Use level-zero runtime for test Co-authored-by: [email protected] <Nishant Patel>
1 parent f05137b commit 9b0d8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PlaidML/OpTest.ExplicitPaddingNegInf.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %gpu_skip || %python_executable %imex_runner -i %s --pass-pipeline-file=%p/linalg-to-llvm.pp \
66
// RUN: --runner mlir-cpu-runner -e main \
77
// RUN: --entry-point-result=void \
8-
// RUN: --shared-libs=%mlir_runner_utils,%sycl_runtime | FileCheck %s
8+
// RUN: --shared-libs=%mlir_runner_utils,%levelzero_runtime | FileCheck %s
99
#map0 = affine_map<(d0, d1) -> (d0, d1)>
1010
#map1 = affine_map<(d0, d1) -> (d0 + 2, d1 + 1)>
1111
module @explicit_padding {

0 commit comments

Comments
 (0)