Skip to content

Commit

Permalink
gpu:intel:ocl: fix path to ocl kernel headers
Browse files Browse the repository at this point in the history
  • Loading branch information
densamoilov committed Apr 30, 2024
1 parent 707d564 commit ba908d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpu/intel/ocl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ file(GLOB_RECURSE SOURCES
include("${PROJECT_SOURCE_DIR}/cmake/gen_gpu_kernel_list.cmake")

file(GLOB_RECURSE CL_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.cl)
file(GLOB_RECURSE CL_HEADERS ${PROJECT_SOURCE_DIR}/src/gpu/*.h)
file(GLOB_RECURSE CL_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/*.h)

set(kernel_list_templ "${PROJECT_SOURCE_DIR}/src/gpu/intel/ocl/ocl_kernel_list.cpp.in")
set(kernel_list_src "${PROJECT_BINARY_DIR}/src/gpu/intel/ocl/ocl_kernel_list.cpp")
Expand Down

0 comments on commit ba908d4

Please sign in to comment.