File tree Expand file tree Collapse file tree 2 files changed +2
-315
lines changed Expand file tree Collapse file tree 2 files changed +2
-315
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ set(CMAKE_CXX_STANDARD 11)
22set (CMAKE_CXX_STANDARD_REQUIRED ON )
33set (CMAKE_CXX_EXTENSIONS OFF )
44
5+ # TODO: move each tool in its own sub-directory
6+
57add_executable (get_device_count_by_type get_device_count_by_type.cpp)
68add_dependencies (get_device_count_by_type ocl-headers ocl-icd)
79
@@ -15,19 +17,3 @@ target_compile_definitions(get_device_count_by_type
1517 PRIVATE
1618 $<$<BOOL :${SYCL_BUILD_PI_CUDA} >:USE_PI_CUDA>
1719)
18-
19- add_executable (sycl-check sycl-check.cpp)
20- add_dependencies (sycl-check sycl)
21- target_include_directories (sycl-check PRIVATE "${sycl_inc_dir} " )
22- target_link_libraries (sycl-check
23- PRIVATE
24- sycl
25- OpenCL::Headers
26- ${OpenCL_LIBRARIES} )
27-
28- #Minimum supported version of Intel's OCL GPU and CPU devices
29- target_compile_definitions (sycl-check
30- PRIVATE
31- MIN_INTEL_OCL_GPU_VERSION=\"18.47.11882\"
32- MIN_INTEL_OCL_CPU_VERSION=\"18.1.0.0901\",\"7.6.0.1202\"
33- )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments