-
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
[REVIEW] Add cugraph+UCX build instructions #3088
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
This reverts commit 2f99d6e.
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.
needs copyright fix
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.
LGTM. I do have a question and a suggestion but I'll also approve as-is.
Codecov ReportBase: 58.86% // Head: 57.14% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #3088 +/- ##
================================================
- Coverage 58.86% 57.14% -1.72%
================================================
Files 131 148 +17
Lines 7848 9302 +1454
================================================
+ Hits 4620 5316 +696
- Misses 3228 3986 +758
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@rlratzel , Addressed your reviews, please merge if this is good to merge. |
@gpucibot merge |
This PR adds the instructions to build cugraph+UCX for benchmarking .
The current conda build does not support IB as well has challenges using NVLINK . This PR adds the dockefile as well as build instructions and test to streamline benchmarking effort.
The expected speedup on sampling is around
8x
by using the UCX souce build and a20x
better bandwidth with compute.See README for instructions .
Benchmarks
dask.compute
bandwidthWith the standard conda build :
With this PRs Build :
cugraph sampling
benchmarkWith the standard conda build :
With this PRs Build :