Update CUDA 12.8 to 13.0 in CI workflows#28458
Open
Copilot wants to merge 5 commits into
Open
Conversation
Agent-Logs-Url: https://github.com/microsoft/onnxruntime/sessions/99c1376f-e63c-4886-810f-ef7069680067 Co-authored-by: tianleiwu <30328909+tianleiwu@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update CI pipelines to use CUDA 13.0
Update CUDA CI pipelines from 12.8 to 13.0
May 11, 2026
tianleiwu
reviewed
May 12, 2026
tianleiwu
reviewed
May 12, 2026
tianleiwu
reviewed
May 12, 2026
- windows_cuda.yml: Add cuDNN download step, PATH setup, and --cudnn_home parameter in both build and test jobs - linux_cuda_plugin_ci.yml: Change Docker image from cuda12 to cuda13 in both build and test jobs - windows_cuda_plugin.yml: Add --cudnn_home parameter to build command
- Linux: Fix Docker base image tag from 20251017.1 (CUDA 12 tag) to 20251107.1 (correct CUDA 13 tag), matching Azure Pipelines config - Windows: Add v13.0\bin\x64 to PATH for CUDA DLL resolution, matching the Azure Pipelines pattern in plugin-win-cuda-stage.yml
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.
Description
Update CUDA version from 12.8 to 13.0 across all CUDA CI workflow files:
linux_cuda_ci.yml—--cuda_version,--cuda_home,--cudnn_homein build and test jobslinux_cuda_plugin_ci.yml— same flagswindows_cuda.yml— SDK download URL, PATH entries,--cuda_homein build and test jobswindows_cuda_plugin.yml— same as aboveMotivation and Context
PRs that break CUDA 13 builds pass CI today because all pipelines target CUDA 12.8. This moves CI to CUDA 13.0 for build-time coverage.