Skip to content

Commit db1ed77

Browse files
author
Krzysztof Parzyszek
authored
[docs] Update minimum compiler requirements for building from source (#12405)
1 parent c3c7c4c commit db1ed77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/install/from_source.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@ It is also possible to :ref:`build the runtime <deploy-and-integration>` library
5959

6060
The minimal building requirements for the ``TVM`` libraries are:
6161

62-
- A recent c++ compiler supporting C++ 14 (g++-5 or higher)
62+
- A recent C++ compiler supporting C++ 17, at the minimum
63+
- GCC 7.1
64+
- Clang 5.0
65+
- Apple Clang 9.3
66+
- Visual Studio 2019 (v16.7)
6367
- CMake 3.10 or higher
6468
- We highly recommend to build with LLVM to enable all the features.
6569
- If you want to use CUDA, CUDA toolkit version >= 8.0 is required. If you are upgrading from an older version, make sure you purge the older version and reboot after installation.

0 commit comments

Comments
 (0)