-
Notifications
You must be signed in to change notification settings - Fork 532
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] Statically link all CUDA toolkit libraries #4881
[FEA] Statically link all CUDA toolkit libraries #4881
Conversation
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
@gpucibot merge |
Codecov ReportBase: 78.02% // Head: 78.07% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #4881 +/- ##
================================================
+ Coverage 78.02% 78.07% +0.05%
================================================
Files 180 180
Lines 11385 11443 +58
================================================
+ Hits 8883 8934 +51
- Misses 2502 2509 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
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. |
This PR ensures cuML statically links all the CUDA toolkit libraries (not just `cudart`) if a user enables `CUDA_STATIC_RUNTIME`. Authors: - Paul Taylor (https://github.com/trxcllnt) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4881
This PR ensures cuML statically links all the CUDA toolkit libraries (not just
cudart
) if a user enablesCUDA_STATIC_RUNTIME
.