File tree 7 files changed +28
-0
lines changed
7 files changed +28
-0
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
+
1
5
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
6
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
3
7
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
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
+
1
5
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
6
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
3
7
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
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
+
1
5
// UNSUPPORTED: cuda
2
6
// Reductions use work-group builtins not yet supported by CUDA.
3
7
//
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
+
1
5
// UNSUPPORTED: cuda
2
6
// OpenCL C 2.x alike work-group functions not yet supported by CUDA.
3
7
//
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
+
1
5
// UNSUPPORTED: cuda
2
6
// Reductions use work-group builtins not yet supported by CUDA.
3
7
//
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
+
1
5
// UNSUPPORTED: cuda
2
6
// Reductions use work-group builtins not yet supported by CUDA.
3
7
//
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
+
1
5
// UNSUPPORTED: cuda
2
6
// Reductions use work-group builtins not yet supported by CUDA.
3
7
You can’t perform that action at this time.
0 commit comments