Use CUDA 13.0.1#304
Merged
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom Sep 15, 2025
Merged
Conversation
jameslamb
approved these changes
Sep 10, 2025
Contributor
|
Just to be safe, let's wait until Monday. In case something does break I'd like it to not be over a long weekend. |
Member
|
Merging this, now that a new week has started 🌞 |
Member
|
/merge |
This was referenced Sep 22, 2025
rapids-bot Bot
pushed a commit
to rapidsai/docker
that referenced
this pull request
Sep 22, 2025
RAPIDS recently started building and testing against CUDA 13.0.1: * rapidsai/ci-imgs#304 * rapidsai/shared-workflows#423 This updates the images here from 13.0.0 to 13.0.1. ## Notes for Reviewers Hopefully those types of differences will go away soon, with #781 Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #788
rapids-bot Bot
pushed a commit
to rapidsai/cugraph-gnn
that referenced
this pull request
Sep 22, 2025
RAPIDS recently started building and testing against CUDA 13.0.1: * rapidsai/ci-imgs#304 * rapidsai/shared-workflows#423 This makes the "skip `conda-python-tests` jobs on CUDA 13" condition in CI configs a bit more generic, so we won't start picking up CUDA 13.0.1 jobs when this project isn't yet ready for them (#296). Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #312
rapids-bot Bot
pushed a commit
to rapidsai/cuvs
that referenced
this pull request
Sep 24, 2025
RAPIDS recently started building and testing against CUDA 13.0.1: * rapidsai/ci-imgs#304 * rapidsai/shared-workflows#423 This updates hard-coded `13.0.0` references in some CI jobs to `13.0.1`. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #1353
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This updates to CUDA 13.0 update 1. Images for
nvidia/cudaare now available.Conda workflows are already using 13.0.1 (by pinning to
cuda-version=13.0, which doesn't pin patch releases) and CI hasn't shown any problems, so we have reason to believe this should be non-breaking.