Skip to content

Commit

Permalink
Update cmake-configure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt authored Sep 25, 2024
1 parent 3183581 commit aa34de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@ jobs:
hip:
runs-on: ubuntu-latest
container: ghcr.io/gridtools/gridtools-base:base-hip
container: ghcr.io/gridtools/gridtools-base:base-${{ matrix.rocm_version }}
strategy:
matrix:
rocm_version: [hip, rocm-6.2] # "hip" is rocm-5.x
cuda-mode: [AUTO, HIP]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aa34de7

Please sign in to comment.