Skip to content

Commit

Permalink
[SYCL] add host-task-dependency test (intel#46)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Flegontov <alexander.flegontov@intel.com>
  • Loading branch information
alexanderfle authored Nov 2, 2020
1 parent 5927145 commit 14012dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SYCL/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ if( NOT OpenCL_LIBRARY )
find_package(OpenCL)
endif()

find_package(Threads REQUIRED)
set(SYCL_THREADS_LIB ${CMAKE_THREAD_LIBS_INIT})

configure_file("${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in" "${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg")

if(CHECK_SYCL_ALL)
Expand Down

0 comments on commit 14012dc

Please sign in to comment.