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

Add support for CUDA 12.2 #6

Closed
2 tasks done
vyasr opened this issue Dec 15, 2023 · 5 comments · Fixed by rapidsai/ci-imgs#116
Closed
2 tasks done

Add support for CUDA 12.2 #6

vyasr opened this issue Dec 15, 2023 · 5 comments · Fixed by rapidsai/ci-imgs#116
Assignees
Labels

Comments

@vyasr
Copy link
Contributor

vyasr commented Dec 15, 2023

This is a meta-issue for tracking support for CUDA 12.2 builds. I'll open separate sub-issues for pip and conda because there is different work that needs to be done for each.

Tasks

Preview Give feedback
  1. jameslamb
  2. jameslamb
@ajschmidt8
Copy link
Member

I will update the driver versions on our CI machines early next week to support this task.

I will post back here when that's complete.

@bdice
Copy link
Contributor

bdice commented Dec 15, 2023

One of the tasks we'll need to do is to update dependencies.yaml (in each repo) to have more generic CUDA major version support. See these PRs for an example of what I mean:

@ajschmidt8
Copy link
Member

I will update the driver versions on our CI machines early next week to support this task.

I will post back here when that's complete.

The driver update is complete. All latest-labeled machines are now using driver 535.

The documentation page below has been updated to reflect this change:

rapids-bot bot pushed a commit to rapidsai/rmm that referenced this issue Jan 11, 2024
This is a follow-up PR to #1414. I thought some more about how to separate `cuda-version` pinnings (which control the CUDA version we use to build and test in conda) from actual CUDA Toolkit package dependencies (which we can handle according to only the major version 11/12). I discussed this PR on a call with @jameslamb in the context of upgrading to CUDA 12.2 (rapidsai/build-planning#6). This set of changes is mostly important for conda builds/tests, since `cuda-version` only controls conda. The pip wheel build/test process is unchanged, since its CUDA versions are controlled by the `shared-workflows` CI images.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - https://github.com/jakirkham
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Ray Douglass (https://github.com/raydouglass)

URL: #1422
@jameslamb jameslamb self-assigned this Feb 20, 2024
@bdice
Copy link
Contributor

bdice commented Feb 21, 2024

Remaining tasks are being tracked here: #7 (comment)

rapids-bot bot pushed a commit to rapidsai/docker that referenced this issue Feb 26, 2024
@bdice bdice changed the title Add support for CUDA 12.* Add support for CUDA 12.2 Feb 27, 2024
@bdice
Copy link
Contributor

bdice commented Feb 27, 2024

The final task before closing this is to use CUDA 12.2 for the latest tag in CI images. We are going to hold off for a bit before merging that. See: rapidsai/ci-imgs#116 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants