Open deep learning compiler stack for cpu, gpu and specialized accelerators
Перейти к файлу
Tianqi Chen ff06917c59 [API/Refactor] Unified PackedFunc for API and Generated Functions (#26) 2017-01-28 16:16:55 -08:00
HalideIR@30bf0f043e [CODEGEN] Add LoweredFunc, MakeAPI to build a C API function (#23) 2017-01-22 17:45:31 -08:00
dmlc-core@3a51614d39 [API] Move all RTTI related code to one place (#20) 2017-01-19 07:42:33 -08:00
docs Enable array, basic form of tensor 2016-10-15 19:51:02 -07:00
include/tvm [API/Refactor] Unified PackedFunc for API and Generated Functions (#26) 2017-01-28 16:16:55 -08:00
make [RUNTIME] Enable OpenCL (#17) 2017-01-17 21:13:16 -08:00
python/tvm [API/Refactor] Unified PackedFunc for API and Generated Functions (#26) 2017-01-28 16:16:55 -08:00
src [API/Refactor] Unified PackedFunc for API and Generated Functions (#26) 2017-01-28 16:16:55 -08:00
tests [API/Refactor] Unified PackedFunc for API and Generated Functions (#26) 2017-01-28 16:16:55 -08:00
.gitignore [RUNTIME] Finish GPU runtime and python interface (#16) 2017-01-17 14:07:38 -08:00
.gitmodules Switch to HalideIR, with C API compile 2016-10-26 11:32:43 -07:00
.travis.yml [API/Refactor] Unified PackedFunc for API and Generated Functions (#26) 2017-01-28 16:16:55 -08:00
LICENSE init skeletons 2016-10-12 15:29:17 -07:00
Makefile [RUNTIME] Enable OpenCL (#17) 2017-01-17 21:13:16 -08:00
README.md init skeletons 2016-10-12 15:29:17 -07:00

README.md

TVM

hack for fun

Run the tests, set the bashrc

export PYTHONPATH=${PYTHONPATH}:/path/to/tvm/python

Write and run tests via

nosetests tests/python