Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions sycl/test/on-device/group-algorithm/leader.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// UNSUPPORTED: cuda
// OpenCL C 2.x alike work-group functions not yet supported by CUDA.
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down
3 changes: 0 additions & 3 deletions sycl/test/on-device/sub_group/attributes.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// UNSUPPORTED: cuda
// CUDA compilation and runtime do not yet support sub-groups.
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test/on-device/sub_group/broadcast.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// UNSUPPORTED: cuda
// XFAIL: cuda
// CUDA compilation and runtime do not yet support sub-groups.

// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test/on-device/sub_group/broadcast_fp16.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// UNSUPPORTED: cuda
// XFAIL: cuda
// CUDA compilation and runtime do not yet support sub-groups.

// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
Expand Down
2 changes: 1 addition & 1 deletion sycl/test/on-device/sub_group/broadcast_fp64.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// UNSUPPORTED: cuda
// XFAIL: cuda
// CUDA compilation and runtime do not yet support sub-groups.

// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
Expand Down
4 changes: 0 additions & 4 deletions sycl/test/on-device/sub_group/generic_reduce.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

// UNSUPPORTED: cuda
// CUDA compilation and runtime do not yet support sub-groups.
//
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -std=c++14 %s -o %t.out
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple -std=c++14 -D SG_GPU %s -o %t_gpu.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
Expand Down
3 changes: 2 additions & 1 deletion sycl/test/on-device/sub_group/load_store.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

// UNSUPPORTED: cuda || cpu
// XFAIL: cuda
// UNSUPPORTED: cpu
// CUDA compilation and runtime do not yet support sub-groups.
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
// runtime for every supported ISA
Expand Down
3 changes: 1 addition & 2 deletions sycl/test/on-device/sub_group/reduce.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// UNSUPPORTED: cuda || cpu
// CUDA compilation and runtime do not yet support sub-groups.
// UNSUPPORTED: cpu
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
// runtime for every supported ISA
//
Expand Down
3 changes: 0 additions & 3 deletions sycl/test/on-device/sub_group/reduce_fp16.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// UNSUPPORTED: cuda
// CUDA compilation and runtime do not yet support sub-groups.
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
///==---------------- reduce_fp16.cpp - SYCL sub_group reduce test ----*- C++ -*---==//
Expand Down
3 changes: 1 addition & 2 deletions sycl/test/on-device/sub_group/reduce_fp64.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// UNSUPPORTED: cuda || cpu
// CUDA compilation and runtime do not yet support sub-groups.
// UNSUPPORTED: cpu
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
// runtime for every supported ISA
//
Expand Down
3 changes: 1 addition & 2 deletions sycl/test/on-device/sub_group/scan.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// UNSUPPORTED: cuda || cpu
// CUDA compilation and runtime do not yet support sub-groups.
// UNSUPPORTED: cpu
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
// runtime for every supported ISA
//
Expand Down
3 changes: 0 additions & 3 deletions sycl/test/on-device/sub_group/scan_fp16.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// UNSUPPORTED: cuda
// CUDA compilation and runtime do not yet support sub-groups.
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

Expand Down
3 changes: 1 addition & 2 deletions sycl/test/on-device/sub_group/scan_fp64.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// UNSUPPORTED: cuda || cpu
// CUDA compilation and runtime do not yet support sub-groups.
// UNSUPPORTED: cpu
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
// runtime for every supported ISA
//
Expand Down
3 changes: 0 additions & 3 deletions sycl/test/on-device/sub_group/vote.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// UNSUPPORTED: cuda
// CUDA compilation and runtime do not yet support sub-groups.
//
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down