Skip to content

Commit

Permalink
Swap out ROCm 5.7.2 for 6.0.2
Browse files Browse the repository at this point in the history
There's a compiler bug in 5.7.2 that causes an ICE for one of domain
wall source files, so it's getting swapped out for one that resolves
the issue.
  • Loading branch information
dmcdougall committed May 2, 2024
1 parent 339a5d1 commit 0f1e2cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocm-build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: [self-hosted, amd]
strategy:
matrix:
rocm: [ 5.6.1, 5.7.2 ]
rocm: [ 5.6.1, 6.0.2 ]
steps:
- uses: actions/checkout@v3
- run: |
Expand Down

0 comments on commit 0f1e2cb

Please sign in to comment.