Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions build_tools/github_actions/configure_pytorch_release_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,10 @@
"release/2.10": {"gfx125X-dcgpu", "gfx90c"},
# gfx125x supported for PyTorch 2.11 via https://github.com/ROCm/pytorch/pull/3346.
"release/2.11": {"gfx90c"},
# gfx125x not yet upstreamed to pytorch/pytorch. Upstream expected
# 2026-06-26, but the ROCm 7.14 release is cut before that date.
# See https://github.com/ROCm/TheRock/issues/5833.
"release/2.12": {"gfx125X-dcgpu", "gfx90c"},
# gfx125x not yet upstreamed to pytorch/pytorch.
# See https://github.com/ROCm/TheRock/issues/5833.
"nightly": {"gfx125X-dcgpu"},
# gfx125x supported for PyTorch 2.12 via https://github.com/ROCm/pytorch/pull/3421.
"release/2.12": {"gfx90c"},
# gfx125x supported on upstream pytorch/pytorch nightly via pytorch#188597.
"nightly": {},
},
"windows": {
"release/2.10": {"gfx90c"},
Expand Down
Loading