Skip to content
Snippets Groups Projects
Commit bab5a7f1 authored by 数学の武士's avatar 数学の武士
Browse files

Update CMakeLists.txt

parent 1eb5ede0
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,7 @@ message(STATUS "memory processing: GPU build in mode is ${INCLUDE_CUDA}") ...@@ -10,8 +10,7 @@ message(STATUS "memory processing: GPU build in mode is ${INCLUDE_CUDA}")
if(INCLUDE_CUDA) if(INCLUDE_CUDA)
enable_language(CUDA) enable_language(CUDA)
# find_package(CUDA REQUIRED) include_directories(${CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES})
# include_directories(${CUDA_INCLUDE_DIRS})
# -DCMAKE_CUDA_ARCHITECTURES=native -- Compile for the architecture(s) of the host's GPU(s) # -DCMAKE_CUDA_ARCHITECTURES=native -- Compile for the architecture(s) of the host's GPU(s)
endif(INCLUDE_CUDA) endif(INCLUDE_CUDA)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment