Skip to content

Commit b417277

Browse files
(build) include Ada/Hopper targets in cu118 build (#1487)
1 parent db90eff commit b417277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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
build_capability="50;52;60;61;70;75;80;86;89;90;100;120"
88
remove_for_11_7=";89;90;100;120"
9-
remove_for_11_8=";89;90;100;120"
9+
remove_for_11_8=";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")
1212
[[ "${cuda_version}" == 11.8.* ]] && build_capability=$(sed 's|'"$remove_for_11_8"'||g' <<< "$build_capability")

0 commit comments

Comments
 (0)