Skip to content

Commit

Permalink
[Fix] pin raft dependent to rapidsai (#299)
Browse files Browse the repository at this point in the history
Authors:
  - rhdong (https://github.com/rhdong)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #299
  • Loading branch information
rhdong authored Aug 22, 2024
1 parent 1d6e8da commit d113e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/cmake/thirdparty/get_raft.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ endfunction()
# To use a different RAFT locally, set the CMake variable
# CPM_raft_SOURCE=/path/to/local/raft
find_and_configure_raft(VERSION ${RAFT_VERSION}.00
FORK rhdong
PINNED_TAG half_knn
FORK ${RAFT_FORK}
PINNED_TAG ${RAFT_PINNED_TAG}
ENABLE_MNMG_DEPENDENCIES OFF
ENABLE_NVTX OFF
USE_RAFT_STATIC ${CUVS_USE_RAFT_STATIC}
Expand Down

0 comments on commit d113e7c

Please sign in to comment.