We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74424f9 commit b114795Copy full SHA for b114795
1 file changed
.github/scripts/build-cuda.sh
@@ -15,7 +15,7 @@ elif [ "${build_arch}" = "aarch64" ]; then
15
[[ "${cuda_version}" == 12.8.* || "${cuda_version}" == 12.9.* ]] && build_capability="75;80;90;100;120"
16
17
# CUDA 13.0+: Add sm100/sm110/sm120
18
- [[ "${cuda_version}" == 13.*.* ]] && build_capability="75;80;90;100;110;120,121"
+ [[ "${cuda_version}" == 13.*.* ]] && build_capability="75;80;90;100;110;120;121"
19
else
20
# By default, target Pascal through Hopper.
21
build_capability="60;70;75;80;86;89;90"
0 commit comments