Remove 11.5 experimental builds now that we have 11.6

CUDA 11.5 was experimental, but now that we are hoping to jump to 11.6, we don't need to keep 11.5 around.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/75749
Approved by: https://github.com/seemethere
This commit is contained in:
Jane Xu
2022-04-13 20:28:52 +00:00
committed by PyTorch MergeBot
parent fa6e3cf0be
commit 5d059d20ad
11 changed files with 1 additions and 10619 deletions

View File

@ -13,7 +13,7 @@ architectures:
from typing import Dict, List, Tuple, Optional
CUDA_ARCHES = ["10.2", "11.3", "11.5", "11.6"]
CUDA_ARCHES = ["10.2", "11.3", "11.6"]
ROCM_ARCHES = ["4.5.2", "5.0"]