-
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
Gather one hop neighbors #2117
Gather one hop neighbors #2117
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #2117 +/- ##
=================================================
- Coverage 73.70% 54.98% -18.72%
=================================================
Files 155 12 -143
Lines 10373 662 -9711
=================================================
- Hits 7645 364 -7281
+ Misses 2728 298 -2430 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.
More reviews coming, but just to quickly resolve potential misunderstanding.
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
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.
Few additional suggestions about naming.
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.
Few minor suggestions about variable/function names. LGTM otherwise.
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |
To address the comment in #2117 (comment) Device kernels for graph primitives for different vertex degree ranges had been named `for_all_major_for_all_nbr_...`. This is subject to naming conflicts and @kaatish established a better naming convention to avoid this. This PR applies the same naming conventions to other graph primitives. Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Kumar Aatish (https://github.com/kaatish) - Chuck Hastings (https://github.com/ChuckHastings) URL: #2212
Add utilities to enable multi gpu gathering of adjacency lists to be used for mnmg sampling.