Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 825b4f9

Browse files
committed
Only for windows
1 parent 57744b9 commit 825b4f9

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

SYCL/DeviceLib/built-ins/vector_relational.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: TEMPORARILY_DISABLED
1+
// FIXME unsupported on windows (opencl and level-zero) until fix of libdevice fails
2+
// UNSUPPORTED: windows && (opencl || level_zero)
23
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
34
// RUN: %HOST_RUN_PLACEHOLDER %t.out
45
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/cmath_fp64_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: TEMPORARILY_DISABLED
1+
// FIXME unsupported on windows (opencl) until fix of libdevice fails
2+
// UNSUPPORTED: windows && opencl
23
// RUN: %clangxx -fsycl %s -o %t.out
34
// RUN: %HOST_RUN_PLACEHOLDER %t.out
45
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/cmath_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: TEMPORARILY_DISABLED
1+
// FIXME unsupported on windows (opencl) until fix of libdevice fails
2+
// UNSUPPORTED: windows && opencl
23
// RUN: %clangxx -fsycl -fno-builtin %s -o %t.out
34
// RUN: %HOST_RUN_PLACEHOLDER %t.out
45
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/math_fp64_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: TEMPORARILY_DISABLED
1+
// FIXME unsupported on windows (opencl) until fix of libdevice fails
2+
// UNSUPPORTED: windows && opencl
23
// RUN: %clangxx -fsycl %s -o %t.out
34
// RUN: %HOST_RUN_PLACEHOLDER %t.out
45
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/math_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// REQUIRES: TEMPORARILY_DISABLED
1+
// FIXME unsupported on windows (opencl) until fix of libdevice fails
2+
// UNSUPPORTED: windows && opencl
23
// RUN: %clangxx -fsycl %s -o %t.out
34
// RUN: %HOST_RUN_PLACEHOLDER %t.out
45
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)