From 614df2728b3209b0b7b7a40eefff5dfaa306d625 Mon Sep 17 00:00:00 2001 From: rahulc-gh Date: Wed, 24 Jun 2026 22:02:58 +0000 Subject: [PATCH] feat(pytorch): enable gfx125x for PyTorch release/2.11 builds gfx125x support has been upstreamed via ROCm/pytorch#3346, so remove the exclusion from the release/2.11 matrix entry to enable multiarch builds for that branch. --- .../github_actions/configure_pytorch_release_matrix.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build_tools/github_actions/configure_pytorch_release_matrix.py b/build_tools/github_actions/configure_pytorch_release_matrix.py index 69c68e0e506..0bb1c05b80e 100644 --- a/build_tools/github_actions/configure_pytorch_release_matrix.py +++ b/build_tools/github_actions/configure_pytorch_release_matrix.py @@ -40,9 +40,7 @@ }, { "pytorch_git_ref": "release/2.11", - # gfx125x not yet upstreamed to pytorch/pytorch. - # See https://github.com/ROCm/TheRock/issues/5833. - "exclude_amdgpu_families": {"gfx125x"}, + # gfx125x upstreamed via https://github.com/ROCm/pytorch/pull/3346. }, { "pytorch_git_ref": "release/2.12",