Skip to content

Commit 5730c6a

Browse files
committed
[SYCL] XFAIL sub_group shuffle tests on GPU
1 parent 9c06d42 commit 5730c6a

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

sycl/test/sub_group/generic-shuffle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// UNSUPPORTED: cuda
22
// CUDA compilation and runtime do not yet support sub-groups.
33
//
4+
// XFAIL: linux && gpu
45
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
56
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
67
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/sub_group/shuffle.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// UNSUPPORTED: cuda
22
// CUDA compilation and runtime do not yet support sub-groups.
33
//
4+
// XFAIL: linux && gpu
45
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
56
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
67
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/sub_group/shuffle_fp16.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// UNSUPPORTED: cuda
22
// CUDA compilation and runtime do not yet support sub-groups.
33
//
4+
// XFAIL: linux && gpu
45
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
56
// RUN: %GPU_RUN_PLACEHOLDER %t.out
67
//

sycl/test/sub_group/shuffle_fp64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// UNSUPPORTED: cuda
22
// CUDA compilation and runtime do not yet support sub-groups.
33
//
4+
// XFAIL: linux && gpu
45
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
56
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
67
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)