Skip to content

Commit 449c379

Browse files
authored
Enable rocm support on 3.13 python (#6070)
Follow up after: pytorch/pytorch#142294
1 parent 7d2feba commit 449c379

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/scripts/generate_binary_build_matrix.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,6 @@ def generate_wheels_matrix(
469469
for python_version in python_versions:
470470
for arch_version in arches:
471471

472-
# TODO: Enable Python 3.13 support for ROCM
473-
if arch_version in ROCM_ARCHES and python_version == "3.13":
474-
continue
475-
476472
gpu_arch_type = arch_type(arch_version)
477473
gpu_arch_version = (
478474
"" if arch_version in [CPU, CPU_AARCH64, XPU] else arch_version

0 commit comments

Comments
 (0)