Skip to content

Commit

Permalink
Update runner labels and rocm version
Browse files Browse the repository at this point in the history
  • Loading branch information
NISHIY-EKSDEE committed Sep 27, 2024
1 parent 78a52d6 commit 79351ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fbgemm_gpu_ci_rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "linux.24xlarge" },
{ arch: x86, instance: "gfx90a" },
]
container-image: [ "ubuntu:20.04" ]
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
rocm-version: [ "6.1" ]
rocm-version: [ "6.2" ]
compiler: [ "gcc", "clang" ]

steps:
Expand Down Expand Up @@ -141,11 +141,11 @@ jobs:
fail-fast: false
matrix:
host-machine: [
{ arch: x86, instance: "rocm" },
{ arch: x86, instance: "gfx90a" },
]
# ROCm machines are limited, so we only test a subset of Python versions
python-version: [ "3.12" ]
rocm-version: [ "6.1" ]
rocm-version: [ "6.2" ]
compiler: [ "gcc", "clang" ]
needs: build_artifact

Expand Down

0 comments on commit 79351ec

Please sign in to comment.