We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d877a92 commit 6408c8eCopy full SHA for 6408c8e
1 file changed
cpp/cmake/thirdparty/get_raft.cmake
@@ -1,6 +1,6 @@
1
# =============================================================================
2
# cmake-format: off
3
-# SPDX-FileCopyrightText: Copyright (c) 2023-2025, NVIDIA CORPORATION.
+# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION.
4
# SPDX-License-Identifier: Apache-2.0
5
# cmake-format: on
6
@@ -60,8 +60,8 @@ endfunction()
60
# To use a different RAFT locally, set the CMake variable
61
# CPM_raft_SOURCE=/path/to/local/raft
62
find_and_configure_raft(VERSION ${RAFT_VERSION}.00
63
- FORK ${RAFT_FORK}
64
- PINNED_TAG ${RAFT_PINNED_TAG}
+ FORK aamijar
+ PINNED_TAG pca-row-major
65
ENABLE_MNMG_DEPENDENCIES OFF
66
ENABLE_NVTX OFF
67
BUILD_STATIC_DEPS ${CUVS_STATIC_RAPIDS_LIBRARIES}
0 commit comments