From 250e8befe6722381c590a834f1c2e33dc490f4c0 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Fri, 10 Feb 2023 14:29:24 -0800 Subject: [PATCH] test out innerproduct pairwise_distances changes Test out the changes in https://github.com/rapidsai/raft/pull/1226, to make sure they don't break cuml --- 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 3306e0a7ce..8a6c17e41b 100644 --- a/cpp/cmake/thirdparty/get_raft.cmake +++ b/cpp/cmake/thirdparty/get_raft.cmake @@ -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