We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a9a94 commit fc6d8b2Copy full SHA for fc6d8b2
.github/scripts/build-cuda.sh
@@ -6,7 +6,7 @@ declare cuda_version
6
set -xeuo pipefail
7
8
# By default, target Maxwell through Hopper.
9
-build_capability = "50;52;60;61;70;75;80;86;89;90"
+build_capability="50;52;60;61;70;75;80;86;89;90"
10
11
# CUDA 11.7: Remove sm89 and sm90
12
[[ "${cuda_version}" == 11.7.* ]] && build_capability="50;52;60;61;70;75;80;86"
0 commit comments