Skip to content

Commit

Permalink
Exclude hip oldest with C++ 23
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Nov 2, 2024
1 parent bb724ee commit 81e51aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ jobs:
- image: 'oldest' # nvcc 11 only supports C++-17
backend: 'cuda'
cxx_version: '23'
- image: 'oldest' # clang bug with multidimensional bracket operator and parameter packs
backend: 'hip'
cxx_version: '23'
- image: 'latest' # nvcc 12 only supports C++-20
backend: 'cuda'
cxx_version: '23'
Expand Down

0 comments on commit 81e51aa

Please sign in to comment.