Skip to content

Commit 4fb75fe

Browse files
Update .github/scripts/build-cuda.sh
1 parent 517d186 commit 4fb75fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ declare cuda_version
55

66
set -xeuo pipefail
77
build_capability="50;52;60;61;70;75;80;86;89;90;100;120"
8-
remove_for_11_7=";86;89;90;100;120"
8+
remove_for_11_7=";89;90;100;120"
99
remove_for_11_8=";89;90;100;120"
1010
remove_for_lt_12_7=";100;120"
1111
[[ "${cuda_version}" == 11.7.* ]] && build_capability=$(sed 's|'"$remove_for_11_7"'||g' <<< "$build_capability")

0 commit comments

Comments
 (0)