-
Notifications
You must be signed in to change notification settings - Fork 310
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
Raft Handle Updates to cuGraph #1894
Raft Handle Updates to cuGraph #1894
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #1894 +/- ##
===============================================
Coverage ? 70.50%
===============================================
Files ? 142
Lines ? 8880
Branches ? 0
===============================================
Hits ? 6261
Misses ? 2619
Partials ? 0 Continue to review full report at Codecov.
|
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.
Thanks for making this update, looks good to me except for the question below.
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.
Looks good. Will like to review again when the final changes are made and everything builds.
rerun tests |
1 similar comment
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.
Approving ops-codeowner
file changes
cpp/cmake/thirdparty/get_raft.cmake
Outdated
FORK rapidsai | ||
PINNED_TAG branch-${CUGRAPH_BRANCH_VERSION_raft} | ||
FORK divyegala | ||
PINNED_TAG imp-21.10-handle_stream |
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.
I am waiting for this PR to pull raft from the main repo to approve this.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…aft_handle_updates
This PR includes merges that aren't in 22.02 yet (broken auto merge). I will finish reviewing once the auto merge has brought things in sync. |
rerun tests Rerunning to get latest updates that should fix build problem. |
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.
Still needs to be updated after the dependency is merged to point to the real raft.
Otherwise this looks good. It would be good to get this merged soon, it's really ugly to review with all of the intervening commits.
This PR will need #1968 merged in to branch 22.02. |
rerun tests PR #1968 was merged in to 21.12 and the forward merge to 22.02 has finished. |
rerun tests The latest cudf should fix the seg fault in the failing unit tests. |
@gpucibot merge |
Depends on rapidsai/raft#291