Skip to content

Commit

Permalink
Merge branch '40-link-cublas_static' into 'master'
Browse files Browse the repository at this point in the history
Fix linking to cublas static lib

See merge request mutsuki/CULiP!43
  • Loading branch information
enp1s0 committed May 7, 2022
2 parents 2958c36 + b8797ba commit ce12fbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ foreach(library cublas)
target_include_directories(${lib_name} PUBLIC ${INCDIR})
target_link_libraries(${lib_name} PRIVATE
cuda
cublas_static
cublasLt_static
culibos
)

set_target_properties(${lib_name} PROPERTIES CUDA_SEPARABLE_COMPILATION ON)
Expand Down

0 comments on commit ce12fbe

Please sign in to comment.