Skip to content
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

Merged
merged 4 commits into from Sep 8, 2022

Conversation

trxcllnt
Copy link
Collaborator

@trxcllnt trxcllnt commented Sep 1, 2022

This PR ensures cuML statically links all the CUDA toolkit libraries (not just cudart) if a user enables CUDA_STATIC_RUNTIME.

@trxcllnt trxcllnt requested review from a team as code owners September 1, 2022 19:40
@trxcllnt trxcllnt added 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Sep 1, 2022
Copy link
Member

@dantegd dantegd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dantegd dantegd added 5 - Ready to Merge Testing and reviews complete, ready to merge and removed 3 - Ready for Review Ready for review by team labels Sep 7, 2022
@dantegd
Copy link
Member

dantegd commented Sep 7, 2022

@gpucibot merge

@codecov-commenter
Copy link

Codecov Report

Base: 78.02% // Head: 78.07% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (cf87ccb) compared to base (7a0ab85).
Patch coverage: 84.90% of modified lines in pull request are covered.

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     
Flag Coverage Δ
dask 46.23% <67.92%> (+0.01%) ⬆️
non-dask 67.37% <84.90%> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
python/cuml/benchmark/nvtx_benchmark.py 0.00% <0.00%> (ø)
python/cuml/common/array.py 95.10% <85.10%> (-2.88%) ⬇️
python/cuml/cluster/__init__.py 100.00% <100.00%> (ø)
python/cuml/metrics/__init__.py 100.00% <100.00%> (ø)
python/cuml/thirdparty_adapters/adapters.py 91.54% <100.00%> (+0.05%) ⬆️
python/cuml/preprocessing/TargetEncoder.py 85.07% <0.00%> (+1.00%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@rapids-bot rapids-bot bot merged commit 665d041 into rapidsai:branch-22.10 Sep 8, 2022
jakirkham pushed a commit to jakirkham/cuml that referenced this pull request Feb 27, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge CMake CUDA/C++ improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants