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)
2
2
set (CMAKE_CXX_STANDARD_REQUIRED ON )
3
3
set (CMAKE_CXX_EXTENSIONS OFF )
4
4
5
+ # TODO: move each tool in its own sub-directory
6
+
5
7
add_executable (get_device_count_by_type get_device_count_by_type.cpp )
6
8
add_dependencies (get_device_count_by_type ocl-headers ocl-icd )
7
9
@@ -15,19 +17,3 @@ target_compile_definitions(get_device_count_by_type
15
17
PRIVATE
16
18
$< $< BOOL:${SYCL_BUILD_PI_CUDA} > :USE_PI_CUDA>
17
19
)
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