Skip to content

Commit

Permalink
Drop support for g++-9
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 10, 2024
1 parent 0e3ecc4 commit c9df133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: build-ubuntu-gcc9
cxx: g++-9
- name: build-ubuntu-gcc10
cxx: g++-10
- name: build-ubuntu-gcc10-nvcc11.6
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ LLAMA tries to stay close to recent developments in C++ and so requires fairly u
The following compilers are supported by LLAMA and tested as part of our CI:


| Linux | Windows | MacOS |
|----------------------------------------------------------------------------------------------|-----------------------------------------------------|----------------------------------|
| g++ 9 - 13 </br> clang++ 12 - 17 </br> icpx (latest) </br> nvc++ 23.5 </br> nvcc 11.6 - 12.3 | Visual Studio 2022 </br> (latest on GitHub actions) | clang++ </br> (latest from brew) |
| Linux | Windows | MacOS |
|-----------------------------------------------------------------------------------------------|-----------------------------------------------------|----------------------------------|
| g++ 10 - 13 </br> clang++ 12 - 17 </br> icpx (latest) </br> nvc++ 23.5 </br> nvcc 11.6 - 12.3 | Visual Studio 2022 </br> (latest on GitHub actions) | clang++ </br> (latest from brew) |


Single header
Expand Down

0 comments on commit c9df133

Please sign in to comment.