-
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
Additional improvements to support (key, value) pairs when E/V is small and P is large #1919
Additional improvements to support (key, value) pairs when E/V is small and P is large #1919
Conversation
…e of std::optional<rmm::device_uvector<vertex_t>>
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #1919 +/- ##
===============================================
Coverage ? 69.57%
===============================================
Files ? 143
Lines ? 8674
Branches ? 0
===============================================
Hits ? 6035
Misses ? 2639
Partials ? 0 Continue to review full report at Codecov.
|
rerun tests |
@gpucibot merge |
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.