Skip to content

Commit 4d12785

Browse files
Add release for DGX Spark cuda121 (#1829)
* build for DGX Spark cuda121 * Apply suggestion from @matthewdouglas --------- Co-authored-by: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com>
1 parent 1393029 commit 4d12785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)