Skip to content

feat(ci): add CUDA 13 wheel builds#2239

Merged
abetlen merged 1 commit into
mainfrom
feat/cuda-13-wheels
Jun 1, 2026
Merged

feat(ci): add CUDA 13 wheel builds#2239
abetlen merged 1 commit into
mainfrom
feat/cuda-13-wheels

Conversation

@abetlen

@abetlen abetlen commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • add CUDA 13.0.2 and 13.2.1 to the CUDA wheel build matrix
  • document cu130 and cu132 prebuilt wheel index tags
  • use a CUDA 13-specific architecture list because CUDA 13 no longer supports pre-Turing offline targets
  • add an Unreleased changelog entry

Details

CUDA 13 NVCC recognizes sm_75 and newer GPU code targets, so the existing CUDA 12 architecture list cannot be reused as-is because it includes Pascal and Volta targets. CUDA 12 wheels keep the current sm_60+ coverage, while CUDA 13 wheels build sm_75+ with the existing forward-compatible PTX target.

@abetlen abetlen force-pushed the feat/cuda-13-wheels branch from aab31f3 to 23317a9 Compare June 1, 2026 12:30
@abetlen abetlen marked this pull request as ready for review June 1, 2026 12:43
@abetlen abetlen merged commit 718a1ca into main Jun 1, 2026
15 checks passed
@abetlen abetlen deleted the feat/cuda-13-wheels branch June 1, 2026 12:44
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.

1 participant