Skip to content

Commit

Permalink
Specify supported gcc versions as the officially supported versions (#…
Browse files Browse the repository at this point in the history
…2195)

GCC officially provides a list of versions being supported. We should
use the same list. This list will be a guidance for our decisions on
things like, should we upgrade C++20?

---------

Co-authored-by: Jingyue Wu <[email protected]>
  • Loading branch information
zasdfgbnm and wujingyue authored May 7, 2024
1 parent 3598b4d commit 2b115a1
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,23 @@ PyPI: [https://pypi.org/project/nvfuser/](https://pypi.org/search/?q=nvfuser)
Docs: https://github.com/NVIDIA/Fuser/wiki

Supported compilers:
- gcc 11.4+
- clang14+

**GCC:**

We support all "supported releases" of gcc as specified in [the official site](https://gcc.gnu.org/).
As of 5/3/2024, they are:

- gcc 11.4
- gcc 12.3
- gcc 13.2
- gcc 14.1

**Clang:**

- clang 14+

Supported C++ standard:

- C++17
- C++20

Expand Down

0 comments on commit 2b115a1

Please sign in to comment.