From d90a6d35938e82f2eca0203ad85f3342b7fd4e7e Mon Sep 17 00:00:00 2001 From: Krzysztof Parzyszek Date: Fri, 12 Aug 2022 06:48:38 -0700 Subject: [PATCH] [docs] Update minimum compiler requirements for building from source --- docs/install/from_source.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index 4b5810cb20fd..e5622b40a173 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -59,7 +59,11 @@ It is also possible to :ref:`build the runtime ` library The minimal building requirements for the ``TVM`` libraries are: - - A recent c++ compiler supporting C++ 14 (g++-5 or higher) + - A recent C++ compiler supporting C++ 17, at the minimum + - GCC 7.1 + - Clang 5.0 + - Apple Clang 9.3 + - Visual Studio 2019 (v16.7) - CMake 3.10 or higher - We highly recommend to build with LLVM to enable all the features. - 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.