File tree Expand file tree Collapse file tree 14 files changed +9
-31
lines changed Expand file tree Collapse file tree 14 files changed +9
-31
lines changed Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda
2
- // OpenCL C 2.x alike work-group functions not yet supported by CUDA.
3
- //
4
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
6
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda
2
- // CUDA compilation and runtime do not yet support sub-groups.
3
- //
4
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
6
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED : cuda
1
+ // XFAIL : cuda
2
2
// CUDA compilation and runtime do not yet support sub-groups.
3
3
4
4
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED : cuda
1
+ // XFAIL : cuda
2
2
// CUDA compilation and runtime do not yet support sub-groups.
3
3
4
4
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED : cuda
1
+ // XFAIL : cuda
2
2
// CUDA compilation and runtime do not yet support sub-groups.
3
3
4
4
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
Original file line number Diff line number Diff line change 1
-
2
- // UNSUPPORTED: cuda
3
- // CUDA compilation and runtime do not yet support sub-groups.
4
- //
5
1
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -std=c++14 %s -o %t.out
6
2
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple -std=c++14 -D SG_GPU %s -o %t_gpu.out
7
3
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
Original file line number Diff line number Diff line change 1
1
2
- // UNSUPPORTED: cuda || cpu
2
+ // XFAIL: cuda
3
+ // UNSUPPORTED: cpu
3
4
// CUDA compilation and runtime do not yet support sub-groups.
4
5
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
5
6
// runtime for every supported ISA
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda || cpu
2
- // CUDA compilation and runtime do not yet support sub-groups.
1
+ // UNSUPPORTED: cpu
3
2
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
4
3
// runtime for every supported ISA
5
4
//
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda
2
- // CUDA compilation and runtime do not yet support sub-groups.
3
- //
4
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5
2
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
3
// /==---------------- reduce_fp16.cpp - SYCL sub_group reduce test ----*- C++ -*---==//
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda || cpu
2
- // CUDA compilation and runtime do not yet support sub-groups.
1
+ // UNSUPPORTED: cpu
3
2
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
4
3
// runtime for every supported ISA
5
4
//
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda || cpu
2
- // CUDA compilation and runtime do not yet support sub-groups.
1
+ // UNSUPPORTED: cpu
3
2
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
4
3
// runtime for every supported ISA
5
4
//
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda
2
- // CUDA compilation and runtime do not yet support sub-groups.
3
- //
4
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5
2
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
3
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda || cpu
2
- // CUDA compilation and runtime do not yet support sub-groups.
1
+ // UNSUPPORTED: cpu
3
2
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
4
3
// runtime for every supported ISA
5
4
//
Original file line number Diff line number Diff line change 1
- // UNSUPPORTED: cuda
2
- // CUDA compilation and runtime do not yet support sub-groups.
3
- //
4
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5
2
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
6
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments