[CI] Publish PyTorch 2.11 CUDA 13 release wheels - #3311
Conversation
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 <[email protected]>
Signed-off-by: bvolpato <[email protected]>
Signed-off-by: bvolpato <[email protected]>
cbfc834 to
2da90bf
Compare
|
@fheinecke, would you mind taking a look at this when you get a chance? The PR is green and mergeable, and the previous review concern is resolved. It adds PyTorch 2.11/CUDA 13 release wheels for x86_64 and aarch64, with wheel/tag validation and a driverless import check. If someone else owns this release path now, happy to redirect. |
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: