[CI] Publish PyTorch 2.11 CUDA 13 release wheels - #3311
Open
bvolpato wants to merge 3 commits into
Open
Conversation
Contributor
Greptile SummaryThe PR expands release wheel publication to PyTorch 2.11/CUDA 13 on x86_64 and aarch64 while preserving the existing release matrix.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; the previously reported mutable references belonged to the ARM core-wheel job that has been removed from the current workflow. Important Files Changed
Sequence DiagramsequenceDiagram
participant Release as Release workflow
participant Matrix as Release matrix
participant Action as build-pytorch-wheel action
participant Docker as Wheel builder container
participant Assets as Release assets
Release->>Matrix: Expand existing and CUDA 13/PyTorch 2.11 tuples
Matrix->>Action: Pass architecture, versions, and smoke-test flag
Action->>Docker: Build and validate extension wheel
Docker-->>Action: Return validated wheel name
Action->>Assets: Upload wheel artifact
Reviews (3): Last reviewed commit: "[CI] Validate CUDA 13 PyTorch release wh..." | Re-trigger Greptile |
Signed-off-by: bvolpato <brunocvcunha@gmail.com>
Signed-off-by: bvolpato <brunocvcunha@gmail.com>
Signed-off-by: bvolpato <brunocvcunha@gmail.com>
bvolpato
force-pushed
the
bvolpato/publish-gb200-aarch64-wheels
branch
from
August 16, 2026 02:47
cbfc834 to
2da90bf
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.
Description
Publish Python 3.12, PyTorch 2.11, CUDA 13 framework-extension release assets for Linux x86_64 and aarch64. Source installs can fetch matching artifacts instead of compiling locally, while existing PyTorch 2.8/CUDA 12.9 release coverage remains unchanged.
Fixes #3310
Type of change
Changes
Validation
cp312-cp312-linux_x86_64,cu13,torch2.11.0+cu130, andcxx11abiTRUEartifact tags.import transformer_engine.pytorchsmoke check.Checklist: