Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/install/from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ The configuration of TVM can be modified by editing `config.cmake` and/or by pas
- Note that apt-package append ``llvm-config`` with version number.
For example, set ``set(USE_LLVM llvm-config-10)`` if you installed LLVM 10 package

- If you are a PyTorch user, it is recommended to set ``(USE_LLVM "/path/to/llvm-config --link-static")`` and ``set(HIDE_PRIVATE_SYMBOLS ON)``
to avoid potential symbol conflicts between different versions LLVM used by TVM and PyTorch.

- We can then build tvm and related libraries.

.. code:: bash
Expand Down