Skip to content

Commit

Permalink
Disable OpenCL support as per user request
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed May 6, 2024
1 parent 0a914d0 commit a7b6e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)

option(OPENMIND_DEBUG_CHECKS "Additional debug checks" OFF)
find_package(OpenCL)
option(OPENMIND_USE_OPENCL "OpenCL GPU calculations" ${OpenCL_FOUND})
option(OPENMIND_USE_OPENCL "OpenCL GPU calculations" OFF) # OpenCL support disabled
option(OPENMIND_MATH_USE_LEVELDB_CACHE "DB cache solutions" ON)
set(BOOST_ADDITIONAL_COMPONENTS program_options CACHE VERSION "Boost components" FORCE)
# Tell OpenMind to use any boost version installed in the system if any
Expand Down

0 comments on commit a7b6e5b

Please sign in to comment.