File tree 4 files changed +2
-8
lines changed
4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
- // XFAIL: gpu && (level_zero || opencl)
4
-
5
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
6
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
7
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
- // XFAIL: gpu && (level_zero || opencl) && linux
4
-
5
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
6
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
7
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Original file line number Diff line number Diff line change
1
+ // XFAIL: cpu
1
2
// UNSUPPORTED: cuda
2
3
// CUDA compilation and runtime do not yet support sub-groups.
3
4
Original file line number Diff line number Diff line change
1
+ // XFAIL: cpu
1
2
// UNSUPPORTED: cuda
2
3
// CUDA compilation and runtime do not yet support sub-groups.
3
4
You can’t perform that action at this time.
0 commit comments