From bf848fe0de0c814e3f19a52bd10db48ad5df04b2 Mon Sep 17 00:00:00 2001 From: Jithun Nair <37884920+jithunnair-amd@users.noreply.github.com> Date: Thu, 9 Oct 2025 14:15:16 -0500 Subject: [PATCH 1/3] Use single-GPU runners for ROCm MI300 --- .github/workflows/regression_test_rocm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_test_rocm.yml b/.github/workflows/regression_test_rocm.yml index a9fdb68c13..a5b571d705 100644 --- a/.github/workflows/regression_test_rocm.yml +++ b/.github/workflows/regression_test_rocm.yml @@ -21,7 +21,7 @@ jobs: matrix: include: - name: ROCM Nightly - runs-on: linux.rocm.gpu.gfx942.2 + runs-on: linux.rocm.gpu.gfx942.1 torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3' gpu-arch-type: "rocm" gpu-arch-version: "6.3" From 489c00c505a7d858b409c9fa0536707d3c95da05 Mon Sep 17 00:00:00 2001 From: Jithun Nair <37884920+jithunnair-amd@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:38:53 -0500 Subject: [PATCH 2/3] Update ROCM nightly runner to gfx942.1.b In accordance with label updates in https://github.com/pytorch/pytorch/pull/165115 --- .github/workflows/regression_test_rocm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_test_rocm.yml b/.github/workflows/regression_test_rocm.yml index a5b571d705..908f0a6d84 100644 --- a/.github/workflows/regression_test_rocm.yml +++ b/.github/workflows/regression_test_rocm.yml @@ -21,7 +21,7 @@ jobs: matrix: include: - name: ROCM Nightly - runs-on: linux.rocm.gpu.gfx942.1 + runs-on: linux.rocm.gpu.gfx942.1.b torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3' gpu-arch-type: "rocm" gpu-arch-version: "6.3" From 8acfa7c4be4be8d68ac660148b7b549f1cae90f4 Mon Sep 17 00:00:00 2001 From: Jithun Nair <37884920+jithunnair-amd@users.noreply.github.com> Date: Fri, 10 Oct 2025 16:02:16 -0500 Subject: [PATCH 3/3] Change ROCM nightly runner from gfx942.1.b to gfx942.1.a --- .github/workflows/regression_test_rocm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_test_rocm.yml b/.github/workflows/regression_test_rocm.yml index 908f0a6d84..3f63dc0eee 100644 --- a/.github/workflows/regression_test_rocm.yml +++ b/.github/workflows/regression_test_rocm.yml @@ -21,7 +21,7 @@ jobs: matrix: include: - name: ROCM Nightly - runs-on: linux.rocm.gpu.gfx942.1.b + runs-on: linux.rocm.gpu.gfx942.1.a torch-spec: '--pre torch --index-url https://download.pytorch.org/whl/nightly/rocm6.3' gpu-arch-type: "rocm" gpu-arch-version: "6.3"