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 8605e8a commit f8be0f2Copy full SHA for f8be0f2
.github/scripts/build-cuda.sh
@@ -11,8 +11,8 @@ if [[ -v cuda_targets ]]; then
11
elif [ "${build_arch}" = "aarch64" ]; then
12
build_capability="75;80;90"
13
14
- # CUDA 12.8: Add sm100 and sm120
15
- [[ "${cuda_version}" == 12.8.* ]] && build_capability="75;80;90;100;120"
+ # CUDA 12.8: Add sm100
+ [[ "${cuda_version}" == 12.8.* ]] && build_capability="75;80;90;100"
16
else
17
# By default, target Maxwell through Hopper.
18
build_capability="50;52;60;61;70;75;80;86;89;90"
0 commit comments