-
Notifications
You must be signed in to change notification settings - Fork 311
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 BFS to pylibcugraph #2284
Migrate SG and MG BFS to pylibcugraph #2284
Conversation
pull latest updates
Add MG Hits and MG Neighborhood_sampling to benchmarks (rapidsai#2254)
…rithms Fix add shuffle to capi algorithms
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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 a couple minor issues.
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, but python/cufile.log
was accidentally added so that should be removed, but that need not hold up approval.
fixed. |
…exbarghi-nv/cugraph into branch-22.06-pylibcugraph-bfs
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #2284 +/- ##
================================================
- Coverage 63.80% 63.73% -0.07%
================================================
Files 100 100
Lines 4481 4495 +14
================================================
+ Hits 2859 2865 +6
- Misses 1622 1630 +8
Continue to review full report at Codecov.
|
@gpucibot merge |
Closes #2270