Skip to content

Commit c7e2328

Browse files
authored
[SYCL] Enable spec constant tests for LevelZero. (#2489)
Signed-off-by: Konstantin S Bobrovsky <[email protected]>
1 parent f7d073d commit c7e2328

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sycl/test/spec_const/spec_const_hw.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda || level_zero
1+
// UNSUPPORTED: cuda
22
//
33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
44
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out

sycl/test/spec_const/spec_const_neg.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// Specialization constants are not supported on FPGA h/w and emulator.
6-
// UNSUPPORTED: cuda || level_zero
6+
// UNSUPPORTED: cuda
77
//
88
//==----------- spec_const_hw.cpp ------------------------------------------==//
99
//

sycl/test/spec_const/spec_const_redefine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// UNSUPPORTED: cuda || level_zero
1+
// UNSUPPORTED: cuda
22
//
33
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
44
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out

0 commit comments

Comments
 (0)