Revert "Remove CUDA 11.6 from nightly builds (#93404)"

This reverts commit c76ac8eef24299901e0b8fe163d2438528cbaf3e.

Reverted https://github.com/pytorch/pytorch/pull/93404 on behalf of https://github.com/clee2000 due to breaking lint
This commit is contained in:
PyTorch MergeBot
2023-02-02 17:10:01 +00:00
parent 5d259425fc
commit f5e9c8ce54
11 changed files with 4269 additions and 53 deletions

View File

@ -13,7 +13,9 @@ architectures:
from typing import Dict, List, Tuple, Optional
CUDA_ARCHES = ["11.7", "11.8"]
CUDA_ARCHES = ["11.6", "11.7", "11.8"]
ROCM_ARCHES = ["5.2", "5.3"]