-
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
Remove unnecessary host barrier synchronization #1917
Remove unnecessary host barrier synchronization #1917
Conversation
…e of std::optional<rmm::device_uvector<vertex_t>>
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #1917 +/- ##
===============================================
Coverage ? 70.30%
===============================================
Files ? 143
Lines ? 8863
Branches ? 0
===============================================
Hits ? 6231
Misses ? 2632
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
…ll and P is large (#1919) This PR pulls updates from #1916 & #1917. Better be reviewed after #1916 ݽ gets merged. (key, value) pairs are still disabled (by setting the threshold value to 0) as this has performance overhead and no clear benefit in analyzing larger graphs up to 32 GPUs (unless we artificially tweak 2D partitioning of GPUs). The threshold value needs to be adjusted with larger scale testing later. - [x] Update copy_v_transform_reduce_in_out_nbr to use minor_properties_t as a temporary buffer. Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) URL: #1919
This PR pulls updates from #1916. Better be reviewed after #1916 gets merged.