Skip to content

Commit a1bca27

Browse files
committed
Use correct option value for devicelib test
Signed-off-by: gejin <[email protected]>
1 parent 6024034 commit a1bca27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sycl/test/devicelib/cmath_fp64_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// UNSUPPORTED: windows
2-
// RUN: %clangxx -fsycl -fsycl-device-lib=fp64 %s -o %t.out
2+
// RUN: %clangxx -fsycl -fsycl-device-lib=libm-fp64 %s -o %t.out
33
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out

sycl/test/devicelib/math_fp64_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cpu, linux
2-
// RUN: %clangxx -fsycl %s -o %t.out
2+
// RUN: %clangxx -fsycl -fsycl-device-lib=libm-fp64 %s -o %t.out
33
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out

sycl/test/devicelib/math_fp64_windows_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cpu, windows
2-
// RUN: %clangxx -fsycl -fsycl-device-lib=fp64 %s -o %t.out
2+
// RUN: %clangxx -fsycl -fsycl-device-lib=libm-fp64 %s -o %t.out
33
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out

sycl/test/devicelib/std_complex_math_fp64_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// UNSUPPORTED: windows
2-
// RUN: %clangxx -fsycl -fsycl-device-lib=fp64 %s -o %t.out
2+
// RUN: %clangxx -fsycl -fsycl-device-lib=libm-fp64 %s -o %t.out
33
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)