Skip to content

Commit 710fd87

Browse files
authored
[SYCL][NATIVECPU] Remove run lines for multi targets Native CPU tests (#13087)
The tests assume that an OpenCL implementation is available, but it's not always the case.
1 parent 445893a commit 710fd87

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

sycl/test/native_cpu/multi-devices-swap.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// REQUIRES: opencl_be
33
// RUN: %clangxx -fsycl -fsycl-targets=native_cpu,spir64 %s -o %t
44
// RUN: env ONEAPI_DEVICE_SELECTOR="native_cpu:cpu" %t
5-
// RUN: env ONEAPI_DEVICE_SELECTOR="opencl:cpu" %t
65

76
#include <sycl/sycl.hpp>
87

sycl/test/native_cpu/multi-devices.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// REQUIRES: opencl_be
33
// RUN: %clangxx -fsycl -fsycl-targets=spir64,native_cpu %s -o %t
44
// RUN: env ONEAPI_DEVICE_SELECTOR="native_cpu:cpu" %t
5-
// RUN: env ONEAPI_DEVICE_SELECTOR="opencl:cpu" %t
65

76
#include <sycl/sycl.hpp>
87

sycl/test/native_cpu/vector-add-pointers.cpp

100755100644
File mode changed.

0 commit comments

Comments
 (0)