We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db90eff commit b417277Copy full SHA for b417277
.github/scripts/build-cuda.sh
@@ -6,7 +6,7 @@ declare cuda_version
6
set -xeuo pipefail
7
build_capability="50;52;60;61;70;75;80;86;89;90;100;120"
8
remove_for_11_7=";89;90;100;120"
9
-remove_for_11_8=";89;90;100;120"
+remove_for_11_8=";100;120"
10
remove_for_lt_12_7=";100;120"
11
[[ "${cuda_version}" == 11.7.* ]] && build_capability=$(sed 's|'"$remove_for_11_7"'||g' <<< "$build_capability")
12
[[ "${cuda_version}" == 11.8.* ]] && build_capability=$(sed 's|'"$remove_for_11_8"'||g' <<< "$build_capability")
0 commit comments