Skip to content

Commit

Permalink
Testing "quick-fix" cublaslt linking option as workaround (still not
Browse files Browse the repository at this point in the history
sure if this is the problem).
  • Loading branch information
cjnolet committed Jun 6, 2022
1 parent ab418c2 commit b40fb3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ target_compile_options(test_raft
"$<$<COMPILE_LANGUAGE:CUDA>:${RAFT_CUDA_FLAGS}>"
)

target_link_options(CUDA-SGEMM PRIVATE "LINKER:--no-as-needed")
target_link_options(CUDA-SGEMM PRIVATE "LINKER:-lcublasLt")

target_include_directories(test_raft
PUBLIC "$<BUILD_INTERFACE:${RAFT_SOURCE_DIR}/test>"
)
Expand Down

0 comments on commit b40fb3f

Please sign in to comment.