Open deep learning compiler stack for cpu, gpu and specialized accelerators
Перейти к файлу
Tianqi Chen 2548cedcb8 [OP/LANG] Support Extern Call, more regression tests (#69)
* [OP/LANG] Support Extern Call, more regression tests

* [TEST] Include pylintrc
2017-03-12 11:34:04 -07:00
HalideIR@7efe0366e9 [BUILD] Add CMake for Windows build (#55) 2017-02-26 15:01:42 -08:00
cmake [BUILD] Windows build pass on LLVM/CUDA/OPENCL (#57) 2017-02-27 14:30:46 -08:00
dmlc-core@53751c3da2 [BUILD] Add CMake for Windows build (#55) 2017-02-26 15:01:42 -08:00
docs Enable array, basic form of tensor 2016-10-15 19:51:02 -07:00
include/tvm [OP/LANG] Support Extern Call, more regression tests (#69) 2017-03-12 11:34:04 -07:00
make [CODEGEN/LLVM] Initial support for codegen LLVM. (#49) 2017-02-22 10:47:54 -08:00
python/tvm [OP/LANG] Support Extern Call, more regression tests (#69) 2017-03-12 11:34:04 -07:00
src [OP/LANG] Support Extern Call, more regression tests (#69) 2017-03-12 11:34:04 -07:00
tests [OP/LANG] Support Extern Call, more regression tests (#69) 2017-03-12 11:34:04 -07:00
.gitignore [BUILD] Windows build pass on LLVM/CUDA/OPENCL (#57) 2017-02-27 14:30:46 -08:00
.gitmodules Switch to HalideIR, with C API compile 2016-10-26 11:32:43 -07:00
.travis.yml [VISITOR] New ExprFunctor, StmtFunctor Interface. Modular analysis (#58) 2017-02-28 16:16:09 -08:00
CMakeLists.txt [BUILD] Windows build pass on LLVM/CUDA/OPENCL (#57) 2017-02-27 14:30:46 -08:00
LICENSE init skeletons 2016-10-12 15:29:17 -07:00
Makefile [OP/LANG] Support Extern Call, more regression tests (#69) 2017-03-12 11:34:04 -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