Skip to content

Commit 378a189

Browse files
committed
fix of bindless_images/read_sampled.cpp test to be run on proper device
1 parent 9568cd0 commit 378a189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/bindless_images/read_sampled.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
// UNSUPPORTED: hip
44
// UNSUPPORTED-INTENDED: Returning non-FP values from sampling fails on HIP.
55

6-
// UNSUPPORTED: linux && ( arch-intel_gpu_bmg_g21 || arch-intel_gpu_mtl_u ) && level_zero_v2_adapter
6+
// UNSUPPORTED: linux && arch-intel_gpu_bmg_g21 && level_zero_v2_adapter
77
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20223
88

99
// RUN: %{build} -o %t.out
10-
// RUN: %{run-unfiltered-devices} %t.out
10+
// RUN: %{run} %t.out
1111

1212
// Print test names and pass status
1313
// #define VERBOSE_LV1

0 commit comments

Comments
 (0)