Skip to content

Commit e3fefa3

Browse files
author
Alexander Batashev
authored
[SYCL] Move get_info_host implementation to header (#1514)
Remove unused macro Signed-off-by: Alexander Batashev <[email protected]>
1 parent ba89e6d commit e3fefa3

File tree

7 files changed

+602
-666
lines changed

7 files changed

+602
-666
lines changed

sycl/source/CMakeLists.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ function(add_sycl_rt_library LIB_NAME)
5454
endif()
5555

5656
target_include_directories(
57-
${LIB_OBJ_NAME}
58-
PRIVATE
59-
${CMAKE_CURRENT_SOURCE_DIR}
57+
${LIB_OBJ_NAME}
58+
PRIVATE
59+
${CMAKE_CURRENT_SOURCE_DIR}
6060
"${sycl_inc_dir}"
6161
${OpenCL_INCLUDE_DIRS}
6262
)
@@ -91,19 +91,16 @@ set(SYCL_SOURCES
9191
"detail/config.cpp"
9292
"detail/context_impl.cpp"
9393
"detail/device_impl.cpp"
94-
"detail/device_info.cpp"
9594
"detail/error_handling/enqueue_kernel.cpp"
9695
"detail/event_impl.cpp"
9796
"detail/force_device.cpp"
9897
"detail/helpers.cpp"
9998
"detail/image_accessor_util.cpp"
10099
"detail/image_impl.cpp"
101100
"detail/kernel_impl.cpp"
102-
"detail/kernel_info.cpp"
103101
"detail/kernel_program_cache.cpp"
104102
"detail/memory_manager.cpp"
105103
"detail/platform_impl.cpp"
106-
"detail/platform_info.cpp"
107104
"detail/program_impl.cpp"
108105
"detail/program_manager/program_manager.cpp"
109106
"detail/queue_impl.cpp"

0 commit comments

Comments
 (0)