Skip to content

Commit 71da488

Browse files
authored
Build CUDA 12.9 aarch64 for domains (#7364) (#7371)
I missed this in #7352 which covered only cu129 x86 builds :( Signed-off-by: Huy Do <[email protected]>
1 parent 6beb190 commit 71da488

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def initialize_globals(channel: str, os: str, build_python_only: bool) -> None:
161161
# TODO (huydhn): Only build CUDA 12.9 for Linux. This logic is to be cleaned up
162162
# in 2.10
163163
CUDA_ARCHES.append("12.9")
164+
CUDA_AARCH64_ARCHES.append("12.9-aarch64")
164165
ROCM_ARCHES = ROCM_ARCHES_DICT[channel]
165166
if build_python_only:
166167
# Only select the oldest version of python if building a python only package

0 commit comments

Comments
 (0)