Add CUDA 13.3 CI images - #417
Conversation
| LINUX_VER: "ubuntu24.04" | ||
| ci-wheel: | ||
| CUDA_VER: "13.0.2" | ||
| CUDA_VER: "13.0.3" |
There was a problem hiding this comment.
| CUDA_VER: "13.0.3" | |
| CUDA_VER: "13.3.0" |
Shouldn't this also be 13.3.0?
There was a problem hiding this comment.
ci-wheel is pinned to 13.0.x for (painful) reasons described in rapidsai/build-planning#257 and rapidsai/build-planning#268.
Also the conda images pinned in latest.yaml should be 13.2.1 and not 13.3.0 because we haven't completed the 13.3 migration yet. We only roll the latest.yaml forward once the migration is complete (this was missed in the 13.2 migration).
| - "12.9.2" | ||
| - "13.0.3" |
There was a problem hiding this comment.
I think it could be ok to take these minor pins, let's do this.
But we shoudn't move up our floors on nvidia-nvjitlink in wheels.
torch CUDA 12.9 wheels are pinned to cuda-toolkit[nvjitlink]==12.9.1, so a requirement like nvidia-nvjitlink>=12.9.2 would be a problem for compatibility. Hopefully using system-provided libnvJitLink from the 12.9.2 images and a runtime requirement like nvidia-nvjitlink-cu12>=12.9 (like we have throughout RAPIDS) should continue to be fine.
|
/merge |
This updates RAPIDS CI from CUDA 13.2.0 to 13.3.0. xref: - rapidsai/build-planning#286 - rapidsai/ci-imgs#417 Authors: - Bradley Dice (https://github.com/bdice) - James Lamb (https://github.com/jameslamb) Approvers: - James Lamb (https://github.com/jameslamb) URL: #574
Now that CUDA 13.3 is available, add CUDA 13.3 CI images.
Refs: