Skip to content

Commit da6d742

Browse files
committed
Remove some inline functions (reduce compile memory)
1 parent 975030e commit da6d742

File tree

5 files changed

+95
-125
lines changed

5 files changed

+95
-125
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ if (LIBRAPID_USE_OPENCL)
339339

340340
# Define CL_HPP_TARGET_OPENCL_VERSION to the version of OpenCL being used
341341
message(STATUS "[ LIBRAPID ] OpenCL Version: ${OpenCL_VERSION_MAJOR}${OpenCL_VERSION_MINOR}0")
342-
set(OpenCLVersion ${OpenCL_VERSION_MAJOR} ${OpenCL_VERSION_MINOR}0)
342+
set(OpenCLVersion ${OpenCL_VERSION_MAJOR}${OpenCL_VERSION_MINOR}0)
343343
target_compile_definitions(${module_name} PUBLIC CL_HPP_TARGET_OPENCL_VERSION=${OpenCLVersion})
344344
target_compile_definitions(${module_name} PUBLIC CL_HPP_MINIMUM_OPENCL_VERSION=${OpenCLVersion})
345345

0 commit comments

Comments
 (0)