We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d073d commit c7e2328Copy full SHA for c7e2328
sycl/test/spec_const/spec_const_hw.cpp
@@ -1,4 +1,4 @@
1
-// UNSUPPORTED: cuda || level_zero
+// UNSUPPORTED: cuda
2
//
3
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
4
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
sycl/test/spec_const/spec_const_neg.cpp
@@ -3,7 +3,7 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
// Specialization constants are not supported on FPGA h/w and emulator.
6
7
8
//==----------- spec_const_hw.cpp ------------------------------------------==//
9
sycl/test/spec_const/spec_const_redefine.cpp
0 commit comments