-
Notifications
You must be signed in to change notification settings - Fork 5
chore: cuda-13.0.2 #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades the CUDA base image version from 12.5.1 to 13.0.2 to support compatibility with Clang 20 (referenced in #88).
- Updates CUDA_VERSION environment variable from 12.5.1 to 13.0.2 in CI/CD configuration files
- Affects both GitLab CI and GitHub Actions workflows
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .gitlab-ci.yml | Updates CUDA_VERSION variable to 13.0.2 for GitLab CI pipeline configuration |
| .github/workflows/build-push.yml | Updates CUDA_VERSION variable to 13.0.2 for GitHub Actions workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
6d525cb to
998c532
Compare
6979925 to
e13b0ff
Compare
Briefly, what does this PR introduce?
This PR upgrades the CUDA base images to 13.0.2 (in part for compatibility with clang 20 in #88).
Needs: