Skip to content

Commit 803a15b

Browse files
authored
Merge pull request intel#1221 from bb-sycl/xmain
Auto pulldown and update tc files for xmain branch on 20220923
2 parents 569f8ac + ed6da32 commit 803a15b

File tree

537 files changed

+4881
-6829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

537 files changed

+4881
-6829
lines changed

External/SPEC/SpecCPU2006.cmake

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ if(TEST_SUITE_SPEC2006_ROOT)
5454
list(APPEND CPPFLAGS -DSPEC_CPU_LP64)
5555
endif()
5656

57-
if(TARGET_OS STREQUAL "Darwin")
58-
# Work around built in -Werror=implicit-function-declaration default on iOS
59-
list(APPEND CPPFLAGS -Wno-implicit-function-declaration)
60-
endif()
57+
list(APPEND CFLAGS -Wno-implicit-function-declaration)
6158

6259
macro(cpu2006_subdir BENCHMARK)
6360
set(BENCHMARK_DIR ${TEST_SUITE_SPEC2006_ROOT}/benchspec/CPU2006/${BENCHMARK})

Fortran/UnitTests/fcvs21_f95/CMakeLists.txt

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# Thread model: posix
1313
# gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
1414
#
15+
# Reference results for tests 905 and 907 generated with flang ~15.0.0 on
16+
# Ubuntu 20.04 (aarch64-unknown-linux-gnu).
17+
#
1518
# See additional comments in `driver_run` script should reference
1619
# results ever need to be updated.
1720
#
@@ -33,19 +36,28 @@
3336
# clean-up fort.* files otherwise one of the tests will fail
3437
llvm_test_prepare(rm -f %S/fort.*)
3538

39+
# Different compilers or different compiler options may produce slightly
40+
# different but still valid outputs for some of these tests. By default, we will
41+
# check that the outputs match the reference outputs exactly. However, when this
42+
# option is set, we will check less strictly.
43+
option(FCVS_ALLOW_FLEXIBLE_OUTPUT "Don't match the output of FCVS tests exactly")
44+
3645
# Group 1:
3746
# Tests 905 and 907 use list-directed output, for which the standard allows some
3847
# flexibility, e.g., with regards to how many white space characters or
3948
# floating point decimals to print. Treat them separately.
40-
# FIXME: Reenable these tests after moving the buildbots from using
41-
# flang-to-external-fc to using flang-new.
4249
set(SPECIAL_CASES "FM905.f" "FM907.f")
43-
if (NOT CMAKE_Fortran_COMPILER_ID STREQUAL "LLVMFlang")
44-
set(Source ${SPECIAL_CASES})
50+
set(Source ${SPECIAL_CASES})
51+
if (FCVS_ALLOW_FLEXIBLE_OUTPUT)
4552
set(FP_IGNOREWHITESPACE ON)
46-
llvm_singlesource()
47-
set(Source)
53+
54+
# FM905 needs a higher relative tolerance than the rest. The reference output
55+
# contains 2.5E-11, but gfortran (reasonably) prints 2.50000003E-11. Both
56+
# should be accepted.
57+
set(FP_TOLERANCE 1.0e-7)
4858
endif()
59+
llvm_singlesource()
60+
set(Source)
4961

5062
# Group 2:
5163
# Generic case. Make sure to exclude the special cases which have already been

Fortran/UnitTests/fcvs21_f95/FM905.reference_output

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727

2828
1 INSPECT
2929
COMPUTED=
30-
2
30+
2
3131
CORRECT=
3232
2
3333
2 INSPECT
3434
COMPUTED=
35-
1 3 5 7 9
35+
1 3 5 7 9
3636
CORRECT=
3737
1 3 5 7 9
3838
3 INSPECT
3939
COMPUTED=
40-
2.50000000
40+
2.5
4141
CORRECT=
4242
2.5
4343
4 INSPECT
4444
COMPUTED=
45-
2.50000003E-11 0.250000000 250.000000 2.50000000E+09
45+
2.5E-11 .25 250. 2.5E+09
4646
CORRECT=
4747
2.5E-11 0.25 250.0 2.5E+09
4848
5 INSPECT
@@ -57,7 +57,7 @@
5757
ONE TWO THREEFOUR
5858
7 INSPECT
5959
COMPUTED=
60-
-3 15.2500000 HELLO T
60+
-3 15.25 HELLO T
6161
CORRECT=
6262
-3 15.25 HELLO T
6363
8 INSPECT
@@ -67,13 +67,14 @@
6767
5 O'CLOCK
6868
9 INSPECT
6969
COMPUTED=
70-
SHORTTHIS IS A LONGER CHARACTER STRING123456789012345678901234567890123456789012345678901234567890123456789012
70+
SHORTTHIS IS A LONGER CHARACTER STRING1234567890123456789012345678901234567890
71+
12345678901234567890123456789012
7172
CORRECT=
7273
SHORT THIS IS A LONGER CHARACTER STRING 123456789012345678901234567890123456789
7374
012345678901234567890123456789012
7475
10 INSPECT
7576
COMPUTED=
76-
5 5 5 5 5
77+
5 5 5 5 5
7778
CORRECT=
7879
5 5 5 5 5 OR 5*5
7980

Fortran/UnitTests/fcvs21_f95/FM907.reference_output

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,42 +29,42 @@
2929

3030
1 INSPECT
3131
COMPUTED=
32-
2.5000000000000000
32+
2.5
3333
CORRECT=
3434
2.5
3535
2 INSPECT
3636
COMPUTED=
37-
(3.00000000,4.00000000)
37+
(3.,4.)
3838
CORRECT=
3939
(3.0,4.0)
4040
3 INSPECT
4141
COMPUTED=
42-
2.5000000000000000 2.5000000000000002E-010 25000000000.000000
42+
2.5 2.5E-10 25000000000.
4343
CORRECT=
4444
2.5 2.5D-10 2.5D+10
4545
4 INSPECT
4646
COMPUTED=
47-
(0.00000000,1.00000000) (8.00000000,10.0000000) (-5.00000000,0.00000000) (0.00000000,0.00000000)
47+
(0.,1.) (8.,10.) (-5.,0.) (0.,0.)
4848
CORRECT=
4949
(0.0,1.0) (8.0,10.0) (-5.0,0.0) (0.0,0.0)
5050
5 INSPECT
5151
COMPUTED=
52-
(3.00000000,4.00000000) 5.0000000000000000 -5.0000000000000000 (-3.00000000,-4.00000000)
52+
(3.,4.) 5. -5. (-3.,-4.)
5353
CORRECT=
5454
(3.0,4.0) 5.0 -5.0 (-3.0,-4.0)
5555
6 INSPECT
5656
COMPUTED=
57-
(6.00000000,9.00000000)
57+
(6.,9.)
5858
CORRECT=
5959
(6.0,9.0)
6060
7 INSPECT
6161
COMPUTED=
62-
3.25000000
62+
3.25
6363
CORRECT=
6464
3.25
6565
8 INSPECT
6666
COMPUTED=
67-
(2.00000000,-3.00000000) T 15.6250000 GOODBYE FOR NOW
67+
(2.,-3.) T 15.625 GOODBYE FOR NOW
6868
CORRECT=
6969
(2.0,-3.0) T 15.625 GOODBYE FOR NOW
7070

SYCL/AOT/multiple-devices.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,22 @@
1515

1616
// CPU, GPU, FPGA
1717
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64,spir64_gen,spir64_fpga -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %t.o -o %t_all_aot.out
18-
// RUN: %HOST_RUN_PLACEHOLDER %t_all_aot.out
1918
// RUN: %CPU_RUN_PLACEHOLDER %t_all_aot.out
2019
// RUN: %GPU_RUN_PLACEHOLDER %t_all_aot.out
2120
// RUN: %ACC_RUN_PLACEHOLDER %t_all_aot.out
2221

2322
// CPU, GPU
2423
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64,spir64_gen -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %t.o -o %t_cpu_gpu.out
25-
// RUN: %HOST_RUN_PLACEHOLDER %t_cpu_gpu.out
2624
// RUN: %CPU_RUN_PLACEHOLDER %t_cpu_gpu.out
2725
// RUN: %GPU_RUN_PLACEHOLDER %t_cpu_gpu.out
2826

2927
// CPU, FPGA
3028
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64,spir64_fpga %t.o -o %t_cpu_fpga.out
31-
// RUN: %HOST_RUN_PLACEHOLDER %t_cpu_fpga.out
3229
// RUN: %CPU_RUN_PLACEHOLDER %t_cpu_fpga.out
3330
// RUN: %ACC_RUN_PLACEHOLDER %t_cpu_fpga.out
3431

3532
// GPU, FPGA
3633
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen,spir64_fpga -Xsycl-target-backend=spir64_gen %gpu_aot_target_opts %t.o -o %t_gpu_fpga.out
37-
// RUN: %HOST_RUN_PLACEHOLDER %t_gpu_fpga.out
3834
// RUN: %GPU_RUN_PLACEHOLDER %t_gpu_fpga.out
3935
// RUN: %ACC_RUN_PLACEHOLDER %t_gpu_fpga.out
4036

SYCL/Assert/assert_in_simultaneously_multiple_tus.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME flaky fail on CUDA and HIP
2+
// UNSUPPORTED: cuda || hip
3+
//
14
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple -I %S/Inputs %s %S/Inputs/kernels_in_file2.cpp -o %t.out %threads_lib
25
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
36
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

SYCL/Assert/assert_in_simultaneously_multiple_tus_one_ndebug.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME flaky fail on CUDA
2+
// UNSUPPORTED: cuda
13
// RUN: %clangxx -DSYCL_FALLBACK_ASSERT=1 -fsycl -fsycl-targets=%sycl_triple -DDEFINE_NDEBUG_INFILE2 -I %S/Inputs %S/assert_in_simultaneously_multiple_tus.cpp %S/Inputs/kernels_in_file2.cpp -o %t.out %threads_lib
24
// RUN: %CPU_RUN_PLACEHOLDER %t.out &> %t.txt || true
35
// RUN: %CPU_RUN_PLACEHOLDER FileCheck %s --input-file %t.txt

SYCL/AtomicRef/accessor.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
54

@@ -101,9 +100,6 @@ int main() {
101100
queue q;
102101
constexpr int N = 32;
103102
accessor_test<int>(q, N);
104-
// TODO: Enable local accessor test for host when barrier is supported
105-
if (!q.get_device().is_host()) {
106-
local_accessor_test<int>(q, N);
107-
}
103+
local_accessor_test<int>(q, N);
108104
std::cout << "Test passed." << std::endl;
109105
}

SYCL/AtomicRef/add.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// UNSUPPORTED: hip
33

44
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-device-code-split=per_kernel -fsycl-targets=%sycl_triple %s -o %t.out
5-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
65
// RUN: %GPU_RUN_PLACEHOLDER %t.out
76
// RUN: %CPU_RUN_PLACEHOLDER %t.out
87
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/add.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ void add_fetch_local_test(queue q, size_t N) {
3030
auto sum = sum_buf.template get_access<access::mode::read_write>(cgh);
3131
auto out =
3232
output_buf.template get_access<access::mode::discard_write>(cgh);
33-
accessor<T, 1, access::mode::read_write, access::target::local> loc(1,
34-
cgh);
33+
local_accessor<T, 1> loc(1, cgh);
3534

3635
cgh.parallel_for(nd_range<1>(N, N), [=](nd_item<1> it) {
3736
int gid = it.get_global_id(0);

SYCL/AtomicRef/add_generic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/add_generic_local.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out
65

76
// CUDA and HIP backends have had no support for the generic address space yet.
8-
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
7+
// XFAIL: cuda || hip
108

119
#define TEST_GENERIC_IN_LOCAL 1
1210

SYCL/AtomicRef/add_generic_local_native_fp.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out
65

76
// CUDA and HIP backends have had no support for the generic address space yet.
8-
// Host does not support barrier. HIP does not support native floating point
9-
// atomics
10-
// XFAIL: cuda, hip, host
7+
// XFAIL: cuda, hip
118

129
#define SYCL_USE_NATIVE_FP_ATOMICS
1310
#define FP_TESTS_ONLY

SYCL/AtomicRef/add_generic_native_fp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/add_local.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out
65

7-
// Barrier is not supported on host. HIP does not support floating point
8-
// atomics.
9-
// XFAIL: host, hip
6+
// HIP does not support floating point atomics.
7+
// XFAIL: hip
108

119
#include "add.h"
1210

SYCL/AtomicRef/add_local_native_fp.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out
65

7-
// Barrier is not supported on host. HIP does not support floating point
8-
// atomics.
9-
// XFAIL: host, hip
6+
// HIP does not support floating point atomics.
7+
// XFAIL: hip
108

119
#define SYCL_USE_NATIVE_FP_ATOMICS
1210
#define FP_TESTS_ONLY

SYCL/AtomicRef/add_native_fp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/and.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/and.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ void and_local_test(queue q) {
3030
auto cum = cum_buf.template get_access<access::mode::read_write>(cgh);
3131
auto out =
3232
output_buf.template get_access<access::mode::discard_write>(cgh);
33-
accessor<T, 1, access::mode::read_write, access::target::local> loc(1,
34-
cgh);
33+
local_accessor<T, 1> loc(1, cgh);
3534

3635
cgh.parallel_for(nd_range<1>(N, N), [=](nd_item<1> it) {
3736
int gid = it.get_global_id(0);

SYCL/AtomicRef/and_generic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/and_generic_local.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out
65

76
// CUDA and HIP backends have had no support for the generic address space yet.
8-
// Host does not support barrier.
9-
// XFAIL: cuda || hip || host
7+
// XFAIL: cuda || hip
108

119
#define TEST_GENERIC_IN_LOCAL 1
1210

SYCL/AtomicRef/and_local.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-unnamed-lambda -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %GPU_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out
65

7-
// Barrier is not supported on host.
8-
// XFAIL: host
9-
106
#include "and.h"
117

128
int main() { and_test_all<access::address_space::local_space>(); }

SYCL/AtomicRef/assignment.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/assignment_atomic64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/assignment_atomic64_generic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/assignment_generic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/atomic_memory_order.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2-
// RUN: %HOST_RUN_PLACEHOLDER %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out
54
// RUN: %ACC_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)