-
Notifications
You must be signed in to change notification settings - Fork 110
Add support for cuda13 container and fix cuda13 lib issues in wheel #379
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
Add support for cuda13 container and fix cuda13 lib issues in wheel #379
Conversation
jameslamb
left a comment
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.
You'll need to update some of these as well:
Lines 756 to 764 in 3188bda
| - matrix: | |
| cuda: "13.*" | |
| use_cuda_wheels: "true" | |
| packages: | |
| - nvidia-cublas-cu13 | |
| - nvidia-curand-cu13 | |
| - nvidia-cusparse-cu13 | |
| - nvidia-cusolver-cu13 | |
| - nvidia-nvtx-cu13 |
Thought I had pushed, but some how missed it. Thank you for pointing it out @jameslamb . |
jameslamb
left a comment
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.
Thanks for catching this today and prompting discussion that led me to learn a lot of things. I think several wheel workflows here could be simplified by switching to the cuda-toolkit metapackage.
Left some comments about that. Marking this "approve" just so you don't need to wait for another review from me to merge, but I hope you'll consider implementing those suggestions within this PR.
|
/merge |
…379) - This PR adds support for cuda 13 container for nightly and release - Also updates python version to 3.13 - Also cuda-toolkits have stopped using cu13 suffixes and they need to be fixed in dependencies - This also requires addition to RPATH since the paths are different for cu13 Authors: - Ramakrishnap (https://github.com/rgsl888prabhu) Approvers: - Trevor McKay (https://github.com/tmckayus) - James Lamb (https://github.com/jameslamb) URL: #379
Description
Checklist