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