Skip to content

Commit c3b1883

Browse files
authored
ci: enable gfx90c for nightly PyTorch builds (#7242)
## Motivation Enable gfx90c torch nightly builds. Relates to #6805 ## Technical Details Upstream PyTorch nightly branch now pins https://github.com/ROCm/composable_kernel/tree/5a74dec07a894484b9489d0c0e00cd3b52652d18 which includes gfx90c support resolving any of the `CK_BUFFER_RESOURCE_3RD_DWORD undeclared for gfx90c` errors we were guarding against. ## Test Plan https://github.com/ROCm/TheRock/actions/runs/31419258422/job/93555777554 ## Test Result Expected - Nightly torch build pass on gfx90c. ## Submission Checklist - [X] Look over the contributing guidelines at https://github.com/ROCm/TheRock/blob/main/CONTRIBUTING.md.
1 parent dc84306 commit c3b1883

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build_tools/github_actions/configure_pytorch_release_matrix.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
# gfx125x supported for PyTorch 2.13 via https://github.com/ROCm/pytorch/pull/3532.
6565
"release/2.13": {"gfx90c"},
6666
# gfx125x supported on upstream pytorch/pytorch nightly via pytorch#188597.
67-
# gfx90c excluded: blocked until CK submodule bump in pytorch nightly.
68-
"nightly": {"gfx90c"},
67+
"nightly": {},
6968
},
7069
"windows": {
7170
"release/2.11": {"gfx90c"},

0 commit comments

Comments
 (0)