Skip to content

Commit f8be0f2

Browse files
aarch64: limit CUDA targets to sm75, sm80, sm90, sm100
1 parent 8605e8a commit f8be0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/build-cuda.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if [[ -v cuda_targets ]]; then
1111
elif [ "${build_arch}" = "aarch64" ]; then
1212
build_capability="75;80;90"
1313

14-
# CUDA 12.8: Add sm100 and sm120
15-
[[ "${cuda_version}" == 12.8.* ]] && build_capability="75;80;90;100;120"
14+
# CUDA 12.8: Add sm100
15+
[[ "${cuda_version}" == 12.8.* ]] && build_capability="75;80;90;100"
1616
else
1717
# By default, target Maxwell through Hopper.
1818
build_capability="50;52;60;61;70;75;80;86;89;90"

0 commit comments

Comments
 (0)