Skip to content

Commit 5ef7ecf

Browse files
authored
Test against raft #2968
Testing cuvs CI against rapidsai/raft#2968
1 parent cc5c13e commit 5ef7ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/cmake/thirdparty/get_raft.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
# Use RAPIDS_VERSION_MAJOR_MINOR from rapids_config.cmake
88
set(RAFT_VERSION "${RAPIDS_VERSION_MAJOR_MINOR}")
9-
set(RAFT_FORK "rapidsai")
10-
set(RAFT_PINNED_TAG "${rapids-cmake-checkout-tag}")
9+
set(RAFT_FORK "achirkin")
10+
set(RAFT_PINNED_TAG "fea-unify-memory-resources")
1111

1212
function(find_and_configure_raft)
1313
set(oneValueArgs VERSION FORK PINNED_TAG BUILD_STATIC_DEPS ENABLE_NVTX ENABLE_MNMG_DEPENDENCIES CLONE_ON_PIN)

0 commit comments

Comments
 (0)