onnxruntime-tvm/docs
Yida Wang 50d8773b73 small fixes on docs (#769)
* small fixs on docs

* add IR output after parallelization
2018-01-09 15:39:35 -08:00
..
_static/css [DOC] API doc organization. (#90) 2017-04-16 09:02:16 -07:00
api/python [Refactor] Introduce target generic dispatch system (#556) 2017-10-14 16:46:18 -07:00
dev [DOC][DEVGuide] Runtime system note (#467) 2017-09-20 18:05:06 -07:00
how_to small fixes on docs (#769) 2018-01-09 15:39:35 -08: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 [DOCS] How to deploy TVM Modules (#499) 2017-09-29 13:54:10 -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.