-
Notifications
You must be signed in to change notification settings - Fork 304
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
Accounting for raft::random detail changes #1937
Accounting for raft::random detail changes #1937
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 confirmed with @divyegala that the fork and version updates to get_raft.cmake
are temporary, and will be reverted after rapidsai/raft#356 is merged.
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #1937 +/- ##
===============================================
Coverage ? 70.35%
===============================================
Files ? 143
Lines ? 8903
Branches ? 0
===============================================
Hits ? 6264
Misses ? 2639
Partials ? 0 Continue to review full report at Codecov.
|
rerun tests |
cpp/src/detail/shuffle_wrappers.cu
Outdated
@@ -18,7 +18,7 @@ | |||
#include <cugraph/partition_manager.hpp> | |||
#include <cugraph/utilities/shuffle_comm.cuh> | |||
|
|||
#include <raft/random/rng.cuh> | |||
#include <raft/random/rng.hpp> |
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.
This one can be deleted, this file does not use raft's random number generator.
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.
Done
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 for me except for the unnecessary include statement in shuffle_wrappers.cu.
rerun tests CPU build had:
and retry failed, so I wonder if the uploaded package is corrupted? edit: CI checks all passed after this rerun, so the package is likely okay. |
@gpucibot merge |
Depends on rapidsai/raft#356