File tree Expand file tree Collapse file tree 10 files changed +16
-27
lines changed Expand file tree Collapse file tree 10 files changed +16
-27
lines changed Original file line number Diff line number Diff line change 1
1
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
2
// See https://github.com/intel/llvm/issues/2264 for more details.
3
+ // XFAIL: gpu && (level_zero || opencl)
3
4
4
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-targets=%sycl_triple %s -o %t.out
5
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5
6
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
6
7
// RUN: %CPU_RUN_PLACEHOLDER %t.out
7
8
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
- // XFAIL: cpu
2
1
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
3
2
// See https://github.com/intel/llvm/issues/2264 for more details.
3
+ // XFAIL: gpu && (level_zero || opencl) && linux
4
4
5
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-targets=%sycl_triple %s -o %t.out
5
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
6
6
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
7
7
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
8
8
// RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out %GPU_CHECK_ON_LINUX_PLACEHOLDER
Original file line number Diff line number Diff line change 1
1
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
2
// See https://github.com/intel/llvm/issues/2264 for more details.
3
+ // XFAIL: gpu && (level_zero || opencl)
3
4
4
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-targets=%sycl_triple %s -o %t.out
5
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
5
6
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
6
7
// RUN: %CPU_RUN_PLACEHOLDER %t.out
7
8
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
-
4
1
// UNSUPPORTED: cuda
5
2
// CUDA compilation and runtime do not yet support sub-groups.
6
3
//
7
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-targets=%sycl_triple %s -o %t.out
4
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
8
5
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
9
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
10
7
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
2
// See https://github.com/intel/llvm/issues/2264 for more details.
3
+ // XFAIL: gpu
3
4
4
5
// UNSUPPORTED: cuda
5
6
// CUDA compilation and runtime do not yet support sub-groups.
6
7
//
7
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-unnamed-lambda -std=c++14 %s -o %t.out
8
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-unnamed-lambda -fsycl-targets=%sycl_triple -std=c++14 -D SG_GPU %s -o %t_gpu.out
8
+ // RUN: %clangxx -fsycl -fsycl-unnamed-lambda -std=c++14 %s -o %t.out
9
+ // RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple -std=c++14 -D SG_GPU %s -o %t_gpu.out
9
10
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
10
11
// RUN: %CPU_RUN_PLACEHOLDER %t.out
11
12
// RUN: %GPU_RUN_PLACEHOLDER %t_gpu.out
Original file line number Diff line number Diff line change 1
1
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
2
// See https://github.com/intel/llvm/issues/2264 for more details.
3
+ // XFAIL: gpu
3
4
4
5
// UNSUPPORTED: cuda || cpu
5
6
// CUDA compilation and runtime do not yet support sub-groups.
6
7
// #2252 Disable until all variants of built-ins are available in OpenCL CPU
7
8
// runtime for every supported ISA
8
9
//
9
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-targets=%sycl_triple %s -o %t.out
10
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
10
11
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
11
12
// RUN: %CPU_RUN_PLACEHOLDER %t.out
12
13
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
-
4
1
// UNSUPPORTED: cuda
5
2
// CUDA compilation and runtime do not yet support sub-groups.
6
3
//
7
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-targets=%sycl_triple %s -o %t.out
4
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
8
5
// RUN: %GPU_RUN_PLACEHOLDER %t.out
9
6
10
7
// ==--------------- scan_fp16.cpp - SYCL sub_group scan test --------*- C++ -*---==//
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
-
4
1
// UNSUPPORTED: cuda
5
2
// CUDA compilation and runtime do not yet support sub-groups.
6
3
//
7
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-targets=%sycl_triple %s -o %t.out
4
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
8
5
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
9
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
10
7
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
-
4
1
// UNSUPPORTED: cuda
5
2
// CUDA compilation and runtime do not yet support sub-groups.
6
3
//
7
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-targets=%sycl_triple %s -o %t.out
4
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
8
5
// RUN: %GPU_RUN_PLACEHOLDER %t.out
9
6
//
10
7
// ==------------ shuffle_fp16.cpp - SYCL sub_group shuffle test -----*- C++ -*---==//
Original file line number Diff line number Diff line change 1
- // TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2
- // See https://github.com/intel/llvm/issues/2264 for more details.
3
-
4
1
// UNSUPPORTED: cuda
5
2
// CUDA compilation and runtime do not yet support sub-groups.
6
3
//
7
- // RUN: %clangxx -fsycl -fno-sycl-early-optimizations - fsycl-targets=%sycl_triple %s -o %t.out
4
+ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
8
5
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
9
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
10
7
// RUN: %GPU_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments