Skip to content

Commit

Permalink
test out innerproduct pairwise_distances changes
Browse files Browse the repository at this point in the history
Test out the changes in rapidsai/raft#1226, to make
sure they don't break cuml
  • Loading branch information
benfred committed Feb 10, 2023
1 parent 996cf98 commit 250e8be
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 @@ -92,8 +92,8 @@ endfunction()
# To use a different RAFT locally, set the CMake variable
# CPM_raft_SOURCE=/path/to/local/raft
find_and_configure_raft(VERSION ${CUML_MIN_VERSION_raft}
FORK rapidsai
PINNED_TAG branch-${CUML_BRANCH_VERSION_raft}
FORK benfred
PINNED_TAG pairwise_inner_product
EXCLUDE_FROM_ALL ${CUML_EXCLUDE_RAFT_FROM_ALL}
# When PINNED_TAG above doesn't match cuml,
# force local raft clone in build directory
Expand Down

0 comments on commit 250e8be

Please sign in to comment.