Open deep learning compiler stack for cpu, gpu and specialized accelerators
Перейти к файлу
tqchen f52d0713ff Change name matching to SSA Variable and Function matching 2016-10-27 22:17:44 -07:00
HalideIR@84a568ce86 Change name matching to SSA Variable and Function matching 2016-10-27 22:17:44 -07:00
dmlc-core@39007ac49b Temp checkin c++ code. 2016-10-15 14:38:13 -07:00
docs Enable array, basic form of tensor 2016-10-15 19:51:02 -07:00
include/tvm Add most of IR constructors 2016-10-26 16:11:46 -07:00
python/tvm Change name matching to SSA Variable and Function matching 2016-10-27 22:17:44 -07:00
src Change name matching to SSA Variable and Function matching 2016-10-27 22:17:44 -07:00
tests Add in Array, fix most of IR 2016-10-26 22:08:20 -07:00
.gitignore Temp checkin c++ code. 2016-10-15 14:38:13 -07:00
.gitmodules Switch to HalideIR, with C API compile 2016-10-26 11:32:43 -07:00
LICENSE init skeletons 2016-10-12 15:29:17 -07:00
Makefile Switch to HalideIR, with C API compile 2016-10-26 11:32:43 -07: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