From de3b63a457f36ea5d0915a69f5be4eee5a52320b Mon Sep 17 00:00:00 2001 From: David Hirvonen <dhirvonen@elucideye.com> Date: Thu, 15 Nov 2018 23:58:12 -0500 Subject: [PATCH] =?UTF-8?q?clarify=20NNVM=E2=80=99s=20LLVM=20requirement?= =?UTF-8?q?=20(#2117)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/install/from_source.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index 5f73e4b1d..10d86ebe6 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -42,7 +42,8 @@ The minimal building requirements are - A recent c++ compiler supporting C++ 11 (g++-4.8 or higher) - CMake 3.5 or higher - We highly recommend to build with LLVM to enable all the features. -- It is possible to build without llvm dependency if we only want to use CUDA/OpenCL +- It is possible to build TVM without the LLVM dependency if we only want to use CUDA/OpenCL +- If we want to use the NNVM compiler, then LLVM is required We use cmake to build the library. The configuration of tvm can be modified by `config.cmake`. -- GitLab