-
Notifications
You must be signed in to change notification settings - Fork 540
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
CUDA 12 packages missing cuda-cudart
runtime dependency?
#5765
Comments
@jakirkham I think that's reasonable. I will tackle that in #5711. |
The dynamic linking is expected, yes. |
Merged
rapids-bot bot
pushed a commit
that referenced
this issue
Feb 12, 2024
* switches to CUDA 12.2.2 for building wheels * adds new tests running against CUDA 12.2.2 * adds some `"12.*"` globs in `dependencis.yaml` missed in #5712 Closes #5765 ### Notes for Reviewers This is part of ongoing work to build and test wheels against CUDA 12.2.2 across all of RAPIDS. For more details see: * rapidsai/build-planning#7 * rapidsai/shared-workflows#166 *(created with [rapids-reviser](https://github.com/rapidsai/rapids-reviser))* Authors: - James Lamb (https://github.com/jameslamb) - Bradley Dice (https://github.com/bdice) - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) - Dante Gama Dessavre (https://github.com/dantegd) - Jake Awe (https://github.com/AyodeAwe) URL: #5711
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Am seeing the following warning in CI builds:
Is cuML dynamically linking to
libcudart
(as seems to be the case here)? Is that the intended behavior? If so, should we addcuda-cudart
torequirements/run
for relevant packages?The text was updated successfully, but these errors were encountered: