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.
|
seunghwak
left a comment
There was a problem hiding this comment.
More reviews coming, but just to quickly resolve potential misunderstanding.
ajschmidt8
left a comment
There was a problem hiding this comment.
Approving ops-codeowner file changes
|
rerun tests |
seunghwak
left a comment
There was a problem hiding this comment.
Few additional suggestions about naming.
seunghwak
left a comment
There was a problem hiding this comment.
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.