onnxruntime-tvm/docs
Shuai Yuan 3130f2d558 [DOCS] Add prerequisites about zlib1g-dev (#446)
* [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`.
2017-09-11 10:59:49 -07:00
..
_static/css [DOC] API doc organization. (#90) 2017-04-16 09:02:16 -07:00
api/python [DOCS][APP] Add Example for C++ deployment (#398) 2017-08-30 08:50:36 -07:00
how_to [DOCS] Add prerequisites about zlib1g-dev (#446) 2017-09-11 10:59:49 -07:00
.gitignore [DOC] Initial doc system (#88) 2017-04-15 12:37:43 -07:00
Doxyfile [DOC] Include TOPI in doxygen (#321) 2017-08-14 10:28:36 -07:00
Makefile [TUTORIAL] Optimize gemm on CPU add! (#270) 2017-07-25 22:58:41 -07:00
README.txt [DOCS] Jenkins deployment of docs, add FAQ (#157) 2017-05-23 23:26:22 -07:00
api_links.rst [JS][WEB][BACKEND] Javascript(webassembly) backend. (#239) 2017-07-10 18:23:47 -07:00
conf.py [DOC] Reorganize docs (#397) 2017-08-29 14:02:04 -07:00
faq.md [DOC] Document update (#329) 2017-08-14 22:13:28 -07:00
genindex.rst [DOC] move comments to file header (#91) 2017-04-16 22:03:52 -07:00
index.rst [JS][WEB][BACKEND] Javascript(webassembly) backend. (#239) 2017-07-10 18:23:47 -07:00

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.