Skip to content

Commit

Permalink
Change rocm version
Browse files Browse the repository at this point in the history
  • Loading branch information
NISHIY-EKSDEE committed Sep 24, 2024
1 parent 712c63d commit 2b608ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fbgemm_gpu_ci_rocm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
]
container-image: [ "ubuntu:20.04" ]
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
rocm-version: [ "6.0.2" ]
rocm-version: [ "6.2" ]
compiler: [ "gcc", "clang" ]

steps:
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
]
# ROCm machines are limited, so we only test a subset of Python versions
python-version: [ "3.12" ]
rocm-version: [ "6.0.2" ]
rocm-version: [ "6.2" ]
compiler: [ "gcc", "clang" ]
needs: build_artifact

Expand Down

0 comments on commit 2b608ed

Please sign in to comment.