Build magma tarball for cuda 126 (#140143)

Now that manylinux 2.28 is available with cuda 1.26 https://github.com/pytorch/pytorch/pull/139909

we can build the magma tarball for cuda 1.26.

Fixes #139397

Pull Request resolved: https://github.com/pytorch/pytorch/pull/140143
Approved by: https://github.com/atalman
This commit is contained in:
Andrea Frittoli
2024-11-12 23:42:23 +00:00
committed by PyTorch MergeBot
parent d48ea29b9a
commit 3e82b1f6c0

View File

@ -34,7 +34,7 @@ jobs:
id-token: write
strategy:
matrix:
cuda_version: ["124", "121", "118"] # There is no pytorch/manylinux-cuda126 yet
cuda_version: ["126", "124", "121", "118"] # There is no pytorch/manylinux-cuda126 yet
steps:
- name: Checkout PyTorch
uses: actions/checkout@v4