Skip to content

Commit

Permalink
Link with shared CUDArt instead of static
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Stuber committed Feb 6, 2024
1 parent d4cc78c commit ba784a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ if( HAVE_GPU )
if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
set(CMAKE_CUDA_ARCHITECTURES 70 80)
endif()
set(CMAKE_CUDA_RUNTIME_LIBRARY Shared)
endif()

ectrans_find_lapack()
Expand Down

0 comments on commit ba784a0

Please sign in to comment.