File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda || level_zero
1
+ // UNSUPPORTED: cuda
2
2
//
3
3
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
4
4
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
5
// Specialization constants are not supported on FPGA h/w and emulator.
6
- // UNSUPPORTED: cuda || level_zero
6
+ // UNSUPPORTED: cuda
7
7
//
8
8
// ==----------- spec_const_hw.cpp ------------------------------------------==//
9
9
//
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda || level_zero
1
+ // UNSUPPORTED: cuda
2
2
//
3
3
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
4
4
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
You can’t perform that action at this time.
0 commit comments