Skip to content

Commit 16d866b

Browse files
authored
[SYCL][CUDA] Reduction ext unsupported (#1641)
The reduction extension is not yet supported by CUDA. Mark LIT tests as unsupported. Signed-off-by: Bjoern Knafla <[email protected]>
1 parent 7886fd8 commit 16d866b

5 files changed

+15
-0
lines changed

sycl/test/reduction/reduction_nd_conditional.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: cuda
2+
// Reductions use work-group builtins not yet supported by CUDA.
3+
//
14
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUNx: env SYCL_DEVICE_TYPE=HOST %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/reduction/reduction_nd_s0_dw.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: cuda
2+
// Reductions use work-group builtins not yet supported by CUDA.
3+
//
14
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUNx: env SYCL_DEVICE_TYPE=HOST %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/reduction/reduction_nd_s0_rw.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: cuda
2+
// Reductions use work-group builtins not yet supported by CUDA.
3+
//
14
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUNx: env SYCL_DEVICE_TYPE=HOST %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/reduction/reduction_nd_s1_dw.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: cuda
2+
// Reductions use work-group builtins not yet supported by CUDA.
3+
//
14
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUNx: env SYCL_DEVICE_TYPE=HOST %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/reduction/reduction_nd_s1_rw.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: cuda
2+
// OpenCL C 2.x alike work-group functions not yet supported by CUDA.
3+
//
14
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUNx: env SYCL_DEVICE_TYPE=HOST %t.out
36
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)