-
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
Graph primitives API updates #2220
Merged
rapids-bot
merged 10 commits into
rapidsai:branch-22.06
from
seunghwak:enh_vertex_frontier
Apr 19, 2022
Merged
Graph primitives API updates #2220
rapids-bot
merged 10 commits into
rapidsai:branch-22.06
from
seunghwak:enh_vertex_frontier
Apr 19, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…sorted_unique_key_bucket_t
…s just as thrust::reduce + nccl reduction
seunghwak
added
3 - Ready for Review
improvement
Improvement / enhancement to an existing function
breaking
Breaking change
labels
Apr 12, 2022
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #2220 +/- ##
================================================
+ Coverage 70.82% 70.86% +0.04%
================================================
Files 170 170
Lines 11036 11036
================================================
+ Hits 7816 7821 +5
+ Misses 3220 3215 -5
Continue to review full report at Codecov.
|
ChuckHastings
approved these changes
Apr 14, 2022
kaatish
approved these changes
Apr 19, 2022
@gpucibot merge |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Partially address #2003.
get_bucket
tobucket
.constexpr size_t
instead ofenum calss
for bucket indices to avoid unnecessary type casting.fill()
ofedge_partition_src|dst_property_t
to takehandle
instead ofstream
to be consistent with other member functions (e.g.clear()
)..._v
primitives that working on a subset of local vertices.v_op
to take vertex ID (to be consistent withe_op
which takes source & destination IDs).