Skip to content

Commit

Permalink
Check raft: faster matrix-vector-ops
Browse files Browse the repository at this point in the history
Test cuml with changes in rapidsai/raft#401
  • Loading branch information
achirkin authored Dec 8, 2021
1 parent f678c2c commit 048066d
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 @@ -56,6 +56,6 @@ set(CUML_BRANCH_VERSION_raft "${CUML_VERSION_MAJOR}.${CUML_VERSION_MINOR}")
# 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 enh-faster-linewise-ops
)

0 comments on commit 048066d

Please sign in to comment.