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

[SYCL] Temporary disable of DeviceLib tests #625

Merged
merged 3 commits into from
Dec 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions SYCL/DeviceLib/built-ins/vector_relational.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME unsupported on windows (opencl and level-zero) until fix of libdevice
// UNSUPPORTED: windows && (opencl || level_zero)
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 2 additions & 0 deletions SYCL/DeviceLib/cmath_fp64_test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME unsupported on windows (opencl) until fix of libdevice fails
// UNSUPPORTED: windows && opencl
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 2 additions & 0 deletions SYCL/DeviceLib/cmath_test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME unsupported on windows (opencl) until fix of libdevice fails
// UNSUPPORTED: windows && opencl
// RUN: %clangxx -fsycl -fno-builtin %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 2 additions & 0 deletions SYCL/DeviceLib/math_fp64_test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME unsupported on windows (opencl) until fix of libdevice fails
// UNSUPPORTED: windows && opencl
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down
2 changes: 2 additions & 0 deletions SYCL/DeviceLib/math_test.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// FIXME unsupported on windows (opencl) until fix of libdevice fails
// UNSUPPORTED: windows && opencl
// RUN: %clangxx -fsycl %s -o %t.out
// RUN: %HOST_RUN_PLACEHOLDER %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
Expand Down