Skip to content

Commit

Permalink
Add CUDA 11.7 workflows (pytorch#81095)
Browse files Browse the repository at this point in the history
Ref pytorch/builder#1042

CC @atalman

Pull Request resolved: pytorch#81095
Approved by: https://github.com/atalman
  • Loading branch information
ptrblck authored and pytorchmergebot committed Jul 18, 2022
1 parent 35563f4 commit 99c464a
Show file tree
Hide file tree
Showing 10 changed files with 11,662 additions and 1,094 deletions.
2 changes: 1 addition & 1 deletion .circleci/scripts/binary_linux_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ if [[ "$PACKAGE_TYPE" == conda ]]; then
cu_ver="${DESIRED_CUDA:2:2}.${DESIRED_CUDA:4}"
CUDA_PACKAGE="cudatoolkit"
if [[ "$DESIRED_CUDA" == "cu116" ]]; then
if [[ "$DESIRED_CUDA" == "cu116" || "$DESIRED_CUDA" == "cu117" ]]; then
CUDA_PACKAGE="cuda"
fi
Expand Down
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.6"]
CUDA_ARCHES = ["10.2", "11.3", "11.6", "11.7"]


ROCM_ARCHES = ["5.0", "5.1.1"]
Expand Down
Loading

0 comments on commit 99c464a

Please sign in to comment.