Skip to content

Commit fc6d8b2

Browse files
Update build-cuda.sh
1 parent e4a9a94 commit fc6d8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-cuda.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ declare cuda_version
66
set -xeuo pipefail
77

88
# By default, target Maxwell through Hopper.
9-
build_capability = "50;52;60;61;70;75;80;86;89;90"
9+
build_capability="50;52;60;61;70;75;80;86;89;90"
1010

1111
# CUDA 11.7: Remove sm89 and sm90
1212
[[ "${cuda_version}" == 11.7.* ]] && build_capability="50;52;60;61;70;75;80;86"

0 commit comments

Comments
 (0)