use CUDA 13.0.1 CI images#1353
use CUDA 13.0.1 CI images#1353rapids-bot[bot] merged 3 commits intorapidsai:branch-25.10from jameslamb:cuda13.0.1
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
/ok to test |
| - '12.9.1' | ||
| - '13.0.0' | ||
| - *latest_cuda12 | ||
| - *latest_cuda13 |
There was a problem hiding this comment.
GitHub just recently announced support for YAML anchors: https://github.blog/changelog/2025-09-18-actions-yaml-anchors-and-non-public-workflow-templates/
This seems like a useful application for them.
|
All Python tests are failing, across all combinations (amd64 and arch, CUDA 12 and 13, conda and wheels), with errors like this: I don't believe this is related to the changes in this PR. It looks like this was happening on other PRs before rapidsai/shared-workflows#423 was merged, so probably not related to a CUDA 13.0.0 vs. 13.0.1 difference. For example, from 3 days ago: https://github.com/rapidsai/cuvs/actions/runs/17864860319/job/50807276494 |
|
Saw some offline discussion with @cjnolet and @achirkin suggesting this may be caused by these changes in RAFT: rapidsai/raft#2807 |
|
The likely fix is rapidsai/raft#2814, currently testing against it in #1356 |
|
/merge |
b6a09dd
into
rapidsai:branch-25.10
RAPIDS recently started building and testing against CUDA 13.0.1:
This updates hard-coded
13.0.0references in some CI jobs to13.0.1.