Skip to content

Commit

Permalink
(build) include Ada/Hopper targets in cu118 build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewdouglas committed Jan 23, 2025
1 parent db90eff commit b83a91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ declare cuda_version
set -xeuo pipefail
build_capability="50;52;60;61;70;75;80;86;89;90;100;120"
remove_for_11_7=";89;90;100;120"
remove_for_11_8=";89;90;100;120"
remove_for_11_8=";100;120"
remove_for_lt_12_7=";100;120"
[[ "${cuda_version}" == 11.7.* ]] && build_capability=$(sed 's|'"$remove_for_11_7"'||g' <<< "$build_capability")
[[ "${cuda_version}" == 11.8.* ]] && build_capability=$(sed 's|'"$remove_for_11_8"'||g' <<< "$build_capability")
Expand Down

0 comments on commit b83a91e

Please sign in to comment.