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",