-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating RAFT handle updates #4313
Integrating RAFT handle updates #4313
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just making sure we revert the raft pin before this gets merged.
cpp/cmake/thirdparty/get_raft.cmake
Outdated
@@ -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 divyegala |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reminder to change
This PR has been labeled |
…o trying-handle-updates
rerun tests |
rerun tests |
2 similar comments
rerun tests |
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ajschmidt8 this PR is ready to be merged over (@divyegala is going to change the raft branch shortly). Can we get ops approval on this one please? |
@cjnolet @ajschmidt8 ops approval was only needed because I had changed CI build scripts to pull from |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #4313 +/- ##
===============================================
Coverage ? 85.72%
===============================================
Files ? 236
Lines ? 19326
Branches ? 0
===============================================
Hits ? 16568
Misses ? 2758
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@gpucibot merge |
Authors: - Divye Gala (https://github.com/divyegala) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#4313
No description provided.