50d8773b73
* small fixs on docs * add IR output after parallelization |
||
---|---|---|
.. | ||
_static/css | ||
api/python | ||
dev | ||
how_to | ||
.gitignore | ||
Doxyfile | ||
Makefile | ||
README.txt | ||
api_links.rst | ||
conf.py | ||
faq.md | ||
genindex.rst | ||
index.rst |
README.txt
The documentation of tvm is generated with recommonmark and sphinx. - A hosted version of doc is at http://docs.tvmlang.org - pip install sphinx>=1.5.5 sphinx-gallery sphinx_rtd_theme matplotlib Image recommonmark - Build tvm first in the root folder. - To build locally, you need to enable USE_CUDA, USE_OPENCL, LLVM_CONFIG in config.mk and then type "make html" in this folder.