Skip to content

Commit

Permalink
Update HIP CIs for rocm 6.1.0 (#302)
Browse files Browse the repository at this point in the history
We can no longer use `-fno-operator-names` because rocm 6.1.0
uses operator names such as `or` in macros.

X-ref:
AMReX-Codes/amrex#3897
  • Loading branch information
ax3l authored Apr 25, 2024
1 parent 8db0551 commit 29e7ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: HIP
runs-on: ubuntu-20.04
env:
CXXFLAGS: "-Werror -Wno-deprecated-declarations -Wno-error=pass-failed -fno-operator-names"
CXXFLAGS: "-Werror -Wno-deprecated-declarations -Wno-error=pass-failed"
CMAKE_GENERATOR: Ninja
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 29e7ade

Please sign in to comment.