Skip to content

Commit

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

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

0 comments on commit c53fec4

Please sign in to comment.