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

CUDA 12 packages missing cuda-cudart runtime dependency? #5765

Closed
jakirkham opened this issue Feb 7, 2024 · 2 comments · Fixed by #5711
Closed

CUDA 12 packages missing cuda-cudart runtime dependency? #5765

jakirkham opened this issue Feb 7, 2024 · 2 comments · Fixed by #5711

Comments

@jakirkham
Copy link
Member

Am seeing the following warning in CI builds:

WARNING (libcuml,lib/libcuml++.so): $RPATH/libcudart.so.12 not found in packages, sysroot(s) nor the missing_dso_whitelist.
.. is this binary repackaging?

Is cuML dynamically linking to libcudart (as seems to be the case here)? Is that the intended behavior? If so, should we add cuda-cudart to requirements/run for relevant packages?

@bdice
Copy link
Contributor

bdice commented Feb 7, 2024

@jakirkham I think that's reasonable. I will tackle that in #5711.

@vyasr
Copy link
Contributor

vyasr commented Feb 7, 2024

The dynamic linking is expected, yes.

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants