From 9419dd196547473cd40a068df00ecfa4985745a0 Mon Sep 17 00:00:00 2001 From: "Artem M. Chirkin" <9253178+achirkin@users.noreply.github.com> Date: Thu, 21 Jul 2022 09:17:49 +0200 Subject: [PATCH] Testing changes in raft ivf-flat Upstream changes: https://github.com/rapidsai/raft/pull/652 --- cpp/cmake/thirdparty/get_raft.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/cmake/thirdparty/get_raft.cmake b/cpp/cmake/thirdparty/get_raft.cmake index 977d2178be..94c90d26ad 100644 --- a/cpp/cmake/thirdparty/get_raft.cmake +++ b/cpp/cmake/thirdparty/get_raft.cmake @@ -78,8 +78,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 achirkin + PINNED_TAG fea-knn-ivf-flat # When PINNED_TAG above doesn't match cuml, # force local raft clone in build directory