Skip to content

Commit cbb742e

Browse files
authored
Add sbsa CUDA 13.0 domain builds (#7059)
now that CUDA 13.0 aarch64 build is available, add domain builds too cc @atalman
1 parent 88fd457 commit cbb742e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"release": "12.8",
5353
}
5454

55-
CUDA_AARCH64_ARCHES = ["12.9-aarch64"]
55+
CUDA_AARCH64_ARCHES = ["12.9-aarch64", "13.0-aarch64"]
5656

5757
PACKAGE_TYPES = ["wheel", "libtorch"]
5858
CXX11_ABI = "cxx11-abi"

0 commit comments

Comments
 (0)