There was an error while loading. Please reload this page.
1 parent 6beb190 commit 599be9eCopy full SHA for 599be9e
1 file changed
tools/scripts/generate_binary_build_matrix.py
@@ -161,6 +161,7 @@ def initialize_globals(channel: str, os: str, build_python_only: bool) -> None:
161
# TODO (huydhn): Only build CUDA 12.9 for Linux. This logic is to be cleaned up
162
# in 2.10
163
CUDA_ARCHES.append("12.9")
164
+ CUDA_AARCH64_ARCHES.append("12.9-aarch64")
165
ROCM_ARCHES = ROCM_ARCHES_DICT[channel]
166
if build_python_only:
167
# Only select the oldest version of python if building a python only package
0 commit comments