Skip to content

Commit

Permalink
HIP 6.1, Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 7, 2024
1 parent 4d253ba commit c3eb36c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ concurrency:

jobs:
build_hip:
name: ROCm HIP 6.2
runs-on: ubuntu-22.04
name: ROCm HIP 6.1
runs-on: ubuntu-20.04
env:
CXXFLAGS: "-Werror -Wno-deprecated-declarations -Wno-error=pass-failed"
CMAKE_GENERATOR: Ninja
Expand All @@ -18,7 +18,7 @@ jobs:
- name: install dependencies
shell: bash
run: |
.github/workflows/dependencies/hip.sh 6.2
.github/workflows/dependencies/hip.sh 6.1
.github/workflows/dependencies/dependencies_ccache.sh
- name: Set Up Cache
uses: actions/cache@v4
Expand Down

0 comments on commit c3eb36c

Please sign in to comment.