Skip to content

Commit

Permalink
Remove cuda 11.5 builds since we have 11.6
Browse files Browse the repository at this point in the history
CUDA 11.5 was experimental, but now that we are moving to 11.6, we don't need to keep 11.5 around.
Please note following PR's where merged for domain libraries
[vision](pytorch/vision#5862)
[audio](pytorch/audio#2346)
Pull Request resolved: pytorch#76257
Approved by: https://github.com/seemethere, https://github.com/malfet
  • Loading branch information
atalman authored and pytorchmergebot committed Apr 23, 2022
1 parent 6b7d89c commit 31a6e6c
Show file tree
Hide file tree
Showing 9 changed files with 1,099 additions and 11,667 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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"]
Expand Down
Loading

0 comments on commit 31a6e6c

Please sign in to comment.