Skip to content

Commit c5f0766

Browse files
authored
Revert "[SYCL] XFAIL sub_group shuffle tests on GPU" (#2564)
This reverts commit 5730c6a. These failures were fixed by 0c8d46e.
1 parent 24ae95b commit c5f0766

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

sycl/test/sub_group/generic-shuffle.cpp

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

sycl/test/sub_group/shuffle.cpp

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

sycl/test/sub_group/shuffle_fp16.cpp

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

sycl/test/sub_group/shuffle_fp64.cpp

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

0 commit comments

Comments
 (0)