-
Notifications
You must be signed in to change notification settings - Fork 302
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
Migrate SG and MG SSSP to pylibcugraph #2295
Migrate SG and MG SSSP to pylibcugraph #2295
Conversation
pull latest updates
Add MG Hits and MG Neighborhood_sampling to benchmarks (rapidsai#2254)
…rithms Fix add shuffle to capi algorithms
…to branch-22.06-pylibcugraph-sssp
Needs to be merged after #2305 |
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #2295 +/- ##
================================================
- Coverage 70.82% 63.86% -6.96%
================================================
Files 170 100 -70
Lines 11036 4519 -6517
================================================
- Hits 7816 2886 -4930
+ Misses 3220 1633 -1587
Continue to review full report at Codecov.
|
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, just two quick changes.
…to branch-22.06-pylibcugraph-sssp
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 to me
@BradReesWork Rick's requested changes are done, you can override the blocker and merge this. |
@gpucibot merge |
Uses the pylibcugraph C API to make these calls instead of the wrapper functions. Removes wrapper functions from the code.