ci: add CUDA 13.2 build matrix for Windows and Linux#1
Open
CharryWu wants to merge 1 commit intofix/cuda-13.2-cumem-location-bindgenfrom
Open
ci: add CUDA 13.2 build matrix for Windows and Linux#1CharryWu wants to merge 1 commit intofix/cuda-13.2-cumem-location-bindgenfrom
CharryWu wants to merge 1 commit intofix/cuda-13.2-cumem-location-bindgenfrom
Conversation
2 tasks
- Add container/ubuntu24-cuda132 and container/rockylinux9-cuda132 Dockerfiles based on nvcr.io/nvidia/cuda:13.2.0-cudnn-devel-* images - Add CUDA 13.2.0 entries to container_images.yml (build + manifest) - Comment-out CUDA 13.2.0 entries in ci_linux.yml until container images are published to ghcr.io - Add CUDA 13.2.0 entry to ci_windows.yml; bump Jimver/cuda-toolkit v0.2.29 -> v0.2.30 for 13.2 support Made-with: Cursor
4b52e13 to
b2d501a
Compare
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.
Summary
cuMemLocation_anon_idcfg guard from fix(build): add CUDA 13.2 support Rust-GPU/rust-cuda#368 is exercised in CIJimver/cuda-toolkitv0.2.29 → v0.2.30 for CUDA 13.2 Windows supportChanges
container/ubuntu24-cuda132/Dockerfile,container/rockylinux9-cuda132/Dockerfile(based onnvcr.io/nvidia/cuda:13.2.0-cudnn-devel-*)container_images.yml: CUDA 13.2 entries inbuild-imagesandmerge-manifestsmatricesci_linux.yml: Ubuntu-24.04 x86_64/ARM64 + RockyLinux-9 x86_64 entries for CUDA 13.2ci_windows.yml: CUDA 13.2.0 matrix entry;Jimver/cuda-toolkitbumped to v0.2.30Test plan
container_images.ymlbuilds CUDA 13.2 Docker images for both distros on amd64/arm64ci_linux.ymlCUDA 13.2 jobs pass (build, clippy, test, doc)ci_windows.ymlCUDA 13.2 job passes (build, clippy, test, doc)Made with Cursor