-
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
[REVIEW] multi seeds BFS with one seed per component #1591
[REVIEW] multi seeds BFS with one seed per component #1591
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #1591 +/- ##
=================================================
+ Coverage 59.85% 71.95% +12.09%
=================================================
Files 77 134 +57
Lines 3547 8332 +4785
=================================================
+ Hits 2123 5995 +3872
- Misses 1424 2337 +913
Continue to review full report at Codecov.
|
…ython extension are cudf.Series, added FIXME for disabled code.
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.
A few minor suggestions
…, fixed FIXME comment, made assertion message more accurate, all based on review feedback.
@gpucibot merge |
The multi-source BFS PR (#1591) created some artifacts (listed below). This PR cleans up those. - We assume pointers passed to main algorithms are device pointers (instead of supporting both device & host pointers). - MG BFS tests are not updated for the API changes. - Some clean-up in input parameter checks. Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) URL: #1804
CUDA/++ part. It builds and runs. Test check sum matches what we get from running BFS in a loop
Draft: Needs
python bindings andfurther validation. Could be cleaned up after the next round of generator updates