Skip to content

Commit

Permalink
Set target ROCm version to 5.5 in build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp committed Nov 10, 2023
1 parent 7785bd4 commit 4daa161
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-release-rocm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build ROCm 5.6 Wheels & Release
name: Build ROCm 5.5 Wheels & Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Install ROCm SDK
run: |
export ROCM_VERSION=5.6
export ROCM_VERSION=5.5
[ ! -d /etc/apt/keyrings ] && sudo mkdir --parents --mode=0755 /etc/apt/keyrings
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-rocm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build ROCm 5.6 Wheels
name: Build ROCm 5.5 Wheels

on:
workflow_dispatch:
Expand Down Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install ROCm SDK
run: |
export ROCM_VERSION=5.6
export ROCM_VERSION=5.5
[ ! -d /etc/apt/keyrings ] && sudo mkdir --parents --mode=0755 /etc/apt/keyrings
wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | sudo tee /etc/apt/keyrings/rocm.gpg > /dev/null
Expand Down

0 comments on commit 4daa161

Please sign in to comment.