Skip to content

Commit 74424f9

Browse files
committed
build for DGX Spark cuda121
1 parent 5ea4afe commit 74424f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/build-cuda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ elif [ "${build_arch}" = "aarch64" ]; then
1515
[[ "${cuda_version}" == 12.8.* || "${cuda_version}" == 12.9.* ]] && build_capability="75;80;90;100;120"
1616

1717
# CUDA 13.0+: Add sm100/sm110/sm120
18-
[[ "${cuda_version}" == 13.*.* ]] && build_capability="75;80;90;100;110;120"
18+
[[ "${cuda_version}" == 13.*.* ]] && build_capability="75;80;90;100;110;120,121"
1919
else
2020
# By default, target Pascal through Hopper.
2121
build_capability="60;70;75;80;86;89;90"

0 commit comments

Comments
 (0)