Skip to content

Commit

Permalink
Merge pull request #41 from microsoft/Cjian/cleanup-gpu
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
jchen351 authored Jan 29, 2024
2 parents fd835d2 + b4db1c6 commit eedfb32
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 @@ -14,7 +14,7 @@ include(CheckLanguage)
check_language(CUDA)
if (CMAKE_CUDA_COMPILER)
message(STATUS "CUDA found CUDAToolkit_VERSION ${CUDAToolkit_VERSION} with CMAKE_CUDA_COMPILER ${CMAKE_CUDA_COMPILER}" )
set(CMAKE_CUDA_RUNTIME_LIBRARY Shared)
# set(CMAKE_CUDA_RUNTIME_LIBRARY Shared)
else()
message(STATUS "CUDA not found")
endif()
Expand Down

0 comments on commit eedfb32

Please sign in to comment.