run tests on CUDA 13#241
Merged
rapids-bot[bot] merged 5 commits intorapidsai:branch-0.14from Aug 22, 2025
jameslamb:cuda-13.0.0
Merged
run tests on CUDA 13#241rapids-bot[bot] merged 5 commits intorapidsai:branch-0.14from jameslamb:cuda-13.0.0
rapids-bot[bot] merged 5 commits intorapidsai:branch-0.14from
jameslamb:cuda-13.0.0
Conversation
KyleFromNVIDIA
approved these changes
Aug 21, 2025
Member
Author
|
Sorry, realizing that these filter changes are resulting in only CUDA 13 test coverage. I want to fiddle with this a bit to get one CUDA 12 test job and one CUDA 13 test job. |
Member
Author
|
Blegh, how many times do I have to trip over "you can only test on the combinations of CUDA, Python, and CPU arch you build for, even for pure-Python packages" before I remember 😅 ref: rapidsai/build-planning#43 I'm going to revert this back to the state that was already approved (just testing on CUDA 13) and merge it. This project isn't receiving a lot of updates and the CUDA 12 support has been thoroughly tested, so I think it's safe to switch to testing only on CUDA 13 for now, to give us higher confidence in the CUDA 13 rollout for RAPIDS. |
This reverts commit b8d5f7f.
Member
Author
|
/merge |
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.
Contributes to rapidsai/build-planning#208
Proposes running tests in CUDA 13 environments.
jupyterlab-nvdashboardis pure-Python and shouldn't be dependent on CUDA version, but doing this will give us higher confidence that its dependencies likepynvmlare working correctly across both major CUDA versions supported by RAPIDS.Notes for Reviewers
This switches GitHub Actions workflows to the
cuda13.0branch from here: rapidsai/shared-workflows#413A future round of PRs will revert that back to
branch-25.10, once all of RAPIDS supports CUDA 13.