3130f2d558
* [DOCS] Add prerequisites about zlib1g-devin Add prerequisites about zlib1g-dev. It occurs `/usr/bin/ld: cannot find -lz` without zlib1g-dev. * Add prerequisites about python-setuptools Add prerequisites about python-setuptools. Otherwise, it will fail when executing `python setup install --user` command. * [DOCS] Add prerequisites about python-dev Add installation prerequisites about python-dev. Otherwise, it will fail with `SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.` when executing `python setup install --user`. |
||
---|---|---|
.. | ||
_static/css | ||
api/python | ||
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.