README.txt 381 Bytes
Newer Older
1 2
The documentation of tvm is generated with recommonmark and sphinx.

3
- A hosted version of doc is at http://docs.tvmlang.org
4
- pip install sphinx>=1.5.5 sphinx-gallery sphinx_rtd_theme matplotlib Image recommonmark
Tianqi Chen committed
5
- Build tvm first in the root folder.
6
- To build locally, you need to enable USE_CUDA, USE_OPENCL, LLVM_CONFIG in config.mk and then type "make html" in this folder.