Skip to content

Commit 568e2ad

Browse files
[CI] Use single-GPU runners for ROCm MI3xx CI (#3138)
* Use single-GPU runners for ROCm MI300 * Update ROCM nightly runner to gfx942.1.b In accordance with label updates in pytorch/pytorch#165115 * Change ROCM nightly runner from gfx942.1.b to gfx942.1.a * Use correct label
1 parent 8e63472 commit 568e2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regression_test_rocm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
include:
2323
- name: ROCM Nightly
24-
runs-on: linux.rocm.gpu.gfx942.2
24+
runs-on: linux.rocm.gpu.gfx942.1
2525
torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm7.0'
2626
gpu-arch-type: "rocm"
2727
gpu-arch-version: "7.0"

0 commit comments

Comments
 (0)