Skip to content

Commit d4c1ed9

Browse files
authored
[SYCL][NFC] Remove outdated sycl-check tool (#1563)
Signed-off-by: Alexey Bader <[email protected]>
1 parent 988d8cd commit d4c1ed9

File tree

2 files changed

+2
-315
lines changed

2 files changed

+2
-315
lines changed

sycl/tools/CMakeLists.txt

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ set(CMAKE_CXX_STANDARD 11)
22
set(CMAKE_CXX_STANDARD_REQUIRED ON)
33
set(CMAKE_CXX_EXTENSIONS OFF)
44

5+
# TODO: move each tool in its own sub-directory
6+
57
add_executable(get_device_count_by_type get_device_count_by_type.cpp)
68
add_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-
)

sycl/tools/sycl-check.cpp

Lines changed: 0 additions & 299 deletions
This file was deleted.

0 commit comments

Comments
 (0)