Commit fc6d8b24 authored by Matthew Douglas's avatar Matthew Douglas
Browse files

Update build-cuda.sh

parent e4a9a94c
...@@ -6,7 +6,7 @@ declare cuda_version ...@@ -6,7 +6,7 @@ declare cuda_version
set -xeuo pipefail set -xeuo pipefail
# By default, target Maxwell through Hopper. # By default, target Maxwell through Hopper.
build_capability = "50;52;60;61;70;75;80;86;89;90" build_capability="50;52;60;61;70;75;80;86;89;90"
# CUDA 11.7: Remove sm89 and sm90 # CUDA 11.7: Remove sm89 and sm90
[[ "${cuda_version}" == 11.7.* ]] && build_capability="50;52;60;61;70;75;80;86" [[ "${cuda_version}" == 11.7.* ]] && build_capability="50;52;60;61;70;75;80;86"
......
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