File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64-unknown-unknown-sycldevice %S/cmath_test.cpp -o %t.cmath.out
5
5
// RUN: %CPU_RUN_PLACEHOLDER %t.cmath.out
6
6
7
- // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64-unknown-unknown-sycldevice %S/cmath_fp64_test.cpp -o %t.cmath.fp64.out
7
+ // RUN: %clangxx -fsycl -fsycl-device-lib=libm-fp64 -fsycl- targets=spir64_x86_64-unknown-unknown-sycldevice %S/cmath_fp64_test.cpp -o %t.cmath.fp64.out
8
8
// RUN: %CPU_RUN_PLACEHOLDER %t.cmath.fp64.out
9
9
10
10
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64-unknown-unknown-sycldevice %S/std_complex_math_test.cpp -o %t.complex.out
11
11
// RUN: %CPU_RUN_PLACEHOLDER %t.complex.out
12
12
13
- // RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64-unknown-unknown-sycldevice %S/std_complex_math_fp64_test.cpp -o %t.complex.fp64.out
13
+ // RUN: %clangxx -fsycl -fsycl-device-lib=libm-fp64 -fsycl- targets=spir64_x86_64-unknown-unknown-sycldevice %S/std_complex_math_fp64_test.cpp -o %t.complex.fp64.out
14
14
// RUN: %CPU_RUN_PLACEHOLDER %t.complex.fp64.out
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===------------------------------------------------------------------------===//
8
-
8
+ // UNSUPPORTED: windows
9
9
// REQUIRES: aoc, accelerator
10
10
11
11
// RUN: %clangxx -fsycl -fsycl-targets=spir64_fpga-unknown-unknown-sycldevice %S/std_complex_math_test.cpp -o %t.out
You can’t perform that action at this time.
0 commit comments