Skip to content

Commit

Permalink
Allow enabling raft NVTX markers when raft is installed (rapidsai#4718)
Browse files Browse the repository at this point in the history
Adjust the name of the option according to the changes proposed in rapidsai/raft#610

Authors:
  - Artem M. Chirkin (https://github.com/achirkin)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#4718
  • Loading branch information
achirkin authored May 12, 2022
1 parent 1f246d6 commit e671fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function(find_and_configure_raft)
"RAFT_COMPILE_NN_LIBRARY ${PKG_USE_RAFT_NN}"
"RAFT_COMPILE_DIST_LIBRARY ${PKG_USE_RAFT_DIST}"
"RAFT_USE_FAISS_STATIC ${PKG_USE_FAISS_STATIC}"
"NVTX ${NVTX}"
"RAFT_NVTX ${NVTX}"
)

if(raft_ADDED)
Expand Down

0 comments on commit e671fc8

Please sign in to comment.