From d87bf563bbe7a2790a635883ffc66fcba454a5d1 Mon Sep 17 00:00:00 2001 From: atalman Date: Mon, 16 Dec 2024 15:57:55 -0800 Subject: [PATCH] Enable rocm support on 3.13 python --- tools/scripts/generate_binary_build_matrix.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/scripts/generate_binary_build_matrix.py b/tools/scripts/generate_binary_build_matrix.py index 6449eb44fc..249a370e80 100755 --- a/tools/scripts/generate_binary_build_matrix.py +++ b/tools/scripts/generate_binary_build_matrix.py @@ -469,10 +469,6 @@ def generate_wheels_matrix( for python_version in python_versions: for arch_version in arches: - # TODO: Enable Python 3.13 support for ROCM - if arch_version in ROCM_ARCHES and python_version == "3.13": - continue - gpu_arch_type = arch_type(arch_version) gpu_arch_version = ( "" if arch_version in [CPU, CPU_AARCH64, XPU] else arch_version