Skip to content

Commit

Permalink
clarify NNVM’s LLVM requirement (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds authored and tqchen committed Nov 16, 2018
1 parent 69ad6ae commit de3b63a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit de3b63a

Please sign in to comment.