Unverified Commit b4172770 authored by Matthew Douglas's avatar Matthew Douglas Committed by GitHub
Browse files

(build) include Ada/Hopper targets in cu118 build (#1487)

parent db90effe
......@@ -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")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment