-
Notifications
You must be signed in to change notification settings - Fork 4
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 CUDA 12.2 conda packages #8
Comments
conda-forge/cuda-feedstock#13 is tracking the rollout of CUDA 12.2 to conda-forge. |
We will need to resolve a blocking issue, since RAPIDS requires gcc 11 and that conflicts with |
Both of those issues are resolved |
Should add the
|
We merged pynvjitlink's Conda package builds yesterday ( rapidsai/pynvjitlink#33 ) Have started a PR to release pynvjitlink 0.1.7 ( rapidsai/pynvjitlink#42 ), which will be needed to build and upload the Conda packages |
Also James has submitted PRs adding Conda & Wheels to RAPIDS projects A full listing of the PRs with current status is in this comment ( #7 (comment) ) |
We will need to modify conda recipes to enforce CUDA Minor Version Compatibility (MVC). This stems from a discussion I started here: rapidsai/raft#2092 (comment) There are three (two?) basic issues. 1. Ignore run-exports from
|
I think this can be closed, since conda support is complete. Final tasks are being tracked here: #7 (comment) |
Add CUDA 12.2 images to the build matrix References: * rapidsai/build-planning#6 * rapidsai/build-planning#7 * rapidsai/build-planning#8 Authors: - https://github.com/jakirkham - Ray Douglass (https://github.com/raydouglass) Approvers: - Bradley Dice (https://github.com/bdice) - Ray Douglass (https://github.com/raydouglass) URL: #634
We would like to start publishing conda packages that support versions of CUDA newer than CUDA 12.0. At the moment, this is blocked on efforts to get the CTK on conda-forge updated to a sufficiently new version. As of this writing, we are currently updating the conda-forge CTK to 12.1.1. Our plan is to continue the cf update process, and whatever the latest version of the CTK is that's available via cf on Jan 8, 2024, we will use that version for building RAPIDS 24.02 packages.
Assuming that #7 is completed before this, the main tasks will be to:
Step 2 above will likely involve making updates to dependency files in various RAPIDS repos.
This issue will be filled out more and updated once the conda-forge updates are completed and the version finalized.
The text was updated successfully, but these errors were encountered: