-
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
Fea speedup compile #1702
Fea speedup compile #1702
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #1702 +/- ##
===============================================
Coverage ? 59.34%
===============================================
Files ? 80
Lines ? 3559
Branches ? 0
===============================================
Hits ? 2112
Misses ? 1447
Partials ? 0 Continue to review full report at Codecov.
|
rerun tests |
d_rx_edgelist_weights), | ||
std::ignore) = | ||
cugraph::experimental::groupby_gpuid_and_shuffle_values( | ||
comm, // handle.get_comms(), |
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.
The comments left in this file are intentional? Or are you explaining that the comms object is not a row/col subcommunicator?
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.
I'll clean that up in a separate PR (since this has already merged). I suspect that was something I did while debugging.
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.
Need a single clarification. Otherwise looks good.
@gpucibot merge |
Some changes to speed up compilation of cugraph. With 8 CPUs, this speeds up the overall compile time on my workstation from 13 minutes to about 9 minutes. Should speed up C++ compilation in CI by about 10 minutes total.