Skip to content

Update CUDA 12.8 to 13.0 in CI workflows#28458

Open
Copilot wants to merge 5 commits into
mainfrom
copilot/update-ci-pipelines-to-cuda-13
Open

Update CUDA 12.8 to 13.0 in CI workflows#28458
Copilot wants to merge 5 commits into
mainfrom
copilot/update-ci-pipelines-to-cuda-13

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

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_home in build and test jobs
  • linux_cuda_plugin_ci.yml — same flags
  • windows_cuda.yml — SDK download URL, PATH entries, --cuda_home in build and test jobs
  • windows_cuda_plugin.yml — same as above

Motivation 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.

Copilot AI linked an issue May 11, 2026 that may be closed by this pull request
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
Copilot AI requested a review from tianleiwu May 11, 2026 17:56
Comment thread .github/workflows/linux_cuda_ci.yml Outdated
Comment thread .github/workflows/linux_cuda_ci.yml Outdated
Comment thread .github/workflows/windows_cuda_plugin.yml
@tianleiwu tianleiwu marked this pull request as ready for review May 12, 2026 05:41
@tianleiwu tianleiwu changed the title Update CUDA CI pipelines from 12.8 to 13.0 Update CUDA 12.8 to 13.0 in CI workflows 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
@tianleiwu tianleiwu enabled auto-merge (squash) May 12, 2026 17:24
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Build] CUDA 13 CI pipelines

2 participants