Skip to content

Commit fa8ce20

Browse files
Revert "[OpenCL] Add support for cslice partitioning (#7963)" (#8251)
This reverts commit dcbd6e5.
1 parent a90d0fd commit fa8ce20

File tree

4 files changed

+46
-437
lines changed

4 files changed

+46
-437
lines changed

sycl/plugins/opencl/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,12 @@
1010
#TODO: Currently, the pi.h header is common between sycl and plugin library sources.
1111
#This can be changed by copying the pi.h file in the plugins project.
1212

13-
find_package(Threads REQUIRED)
14-
1513
add_sycl_plugin(opencl
1614
SOURCES
17-
"../unified_runtime/pi2ur.hpp"
18-
"../unified_runtime/pi2ur.cpp"
19-
"../unified_runtime/ur/ur.hpp"
20-
"../unified_runtime/ur/ur.cpp"
2115
"${sycl_inc_dir}/sycl/detail/pi.h"
2216
"pi_opencl.cpp"
23-
INCLUDE_DIRS
24-
${CMAKE_CURRENT_SOURCE_DIR}/../unified_runtime # for Unified Runtime
2517
LIBRARIES
2618
OpenCL-ICD
27-
Threads::Threads
28-
UnifiedRuntime-Headers
2919
)
3020

3121
set_target_properties(pi_opencl PROPERTIES LINKER_LANGUAGE CXX)

0 commit comments

Comments
 (0)