File tree Expand file tree Collapse file tree 27 files changed +2
-37
lines changed Expand file tree Collapse file tree 27 files changed +2
-37
lines changed Original file line number Diff line number Diff line change 2
2
3
3
// RUN: %clangxx -fsycl -fsycl-instrument-device-code %s -o %t.out \
4
4
// RUN: -fsycl-targets=%sycl_triple
5
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
6
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
7
6
// RUN: %GPU_RUN_PLACEHOLDER %t.out
8
7
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fsycl-device-code-split=per_kernel %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -ffast-math -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
2
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -D HALF_IS_SUPPORTED %s -o %t_gpu.out
3
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
4
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %GPU_RUN_PLACEHOLDER %t_gpu.out
6
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 3
3
// CUDA doesn't support vector format specifiers ("%v").
4
4
//
5
5
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
6
- // RUN: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER
7
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
8
7
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
9
8
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// FIXME unsupported on windows (opencl and level-zero) until fix of libdevice
2
2
// UNSUPPORTED: windows && (opencl || level_zero)
3
3
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
4
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
5
4
// RUN: %CPU_RUN_PLACEHOLDER %t.out
6
5
// RUN: %GPU_RUN_PLACEHOLDER %t.out
7
6
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
4
6
5
// RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
7
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
9
7
// RUN: %ACC_RUN_PLACEHOLDER %t.out
10
8
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: hip
2
2
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fno-builtin %s -o %t.out
3
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
4
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7
6
8
7
// RUN: %clangxx -fsycl -fno-builtin -fsycl-device-lib-jit-link %s -o %t.out
9
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
10
8
// RUN: %CPU_RUN_PLACEHOLDER %t.out
11
9
// RUN: %ACC_RUN_PLACEHOLDER %t.out
12
10
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
5
7
6
// RUN: %clangxx -fsycl -fno-builtin -fsycl-device-lib-jit-link %s -o %t.out
8
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
9
7
// RUN: %CPU_RUN_PLACEHOLDER %t.out
10
8
// RUN: %ACC_RUN_PLACEHOLDER %t.out
11
9
// RUN: %GPU_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: hip
2
2
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
3
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
4
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7
6
8
7
// RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
9
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
10
8
// RUN: %CPU_RUN_PLACEHOLDER %t.out
11
9
// RUN: %ACC_RUN_PLACEHOLDER %t.out
12
10
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: windows
2
2
// Disabled on windows due to bug VS 2019 missing math builtins
3
3
4
- // REQUIRES: (cpu || host || accelerator) && windows
4
+ // REQUIRES: (cpu || accelerator) && windows
5
5
// RUN: %clangxx -fsycl -c %s -o %t.o
6
6
// RUN: %clangxx -fsycl %t.o %sycl_libs_dir/../bin/libsycl-cmath-fp64.o -o %t.out
7
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
7
// RUN: %CPU_RUN_PLACEHOLDER %t.out
9
8
// RUN: %ACC_RUN_PLACEHOLDER %t.out
10
9
#include " math_utils.hpp"
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: windows
2
2
// RUN: %clangxx -fsycl %s -o %t.out -fno-builtin
3
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
4
3
#include < iostream>
5
4
#include < math.h>
6
5
#include < sycl/sycl.hpp>
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: hip
2
2
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
3
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
4
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7
6
8
7
// RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
9
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
10
8
// RUN: %CPU_RUN_PLACEHOLDER %t.out
11
9
// RUN: %ACC_RUN_PLACEHOLDER %t.out
12
10
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: windows
2
2
// Disabled on windows due to bug VS 2019 missing math builtins
3
3
4
- // REQUIRES: (accelerator || cpu || host ) && windows
4
+ // REQUIRES: (accelerator || cpu) && windows
5
5
// RUN: %clangxx -fsycl -c %s -o %t.o
6
6
// RUN: %clangxx -fsycl %t.o %sycl_libs_dir/../bin/libsycl-cmath.o -o %t.out
7
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
7
// RUN: %CPU_RUN_PLACEHOLDER %t.out
9
8
// RUN: %ACC_RUN_PLACEHOLDER %t.out
10
9
#include " math_utils.hpp"
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
4
6
5
// RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
7
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
9
7
// RUN: %ACC_RUN_PLACEHOLDER %t.out
10
8
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl %s -o %t.out
2
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
3
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
3
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
4
6
5
// RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
7
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
6
// RUN: %CPU_RUN_PLACEHOLDER %t.out
9
7
// RUN: %ACC_RUN_PLACEHOLDER %t.out
10
8
Original file line number Diff line number Diff line change 1
1
// UNSUPPORTED: hip
2
2
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -fno-builtin %s -o %t.out
3
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
4
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
4
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
5
// RUN: %ACC_RUN_PLACEHOLDER %t.out
7
6
8
7
// RUN: %clangxx -fsycl -fno-builtin -fsycl-device-lib-jit-link %s -o %t.out
9
- // RUN: %HOST_RUN_PLACEHOLDER %t.out
10
8
// RUN: %CPU_RUN_PLACEHOLDER %t.out
11
9
// RUN: %ACC_RUN_PLACEHOLDER %t.out
12
10
You can’t perform that action at this time.
0 commit comments