Open deep learning compiler stack for cpu, gpu and specialized accelerators
Перейти к файлу
Tianqi Chen df6fcc509c [CODEGEN] Refactor common codegen, Verilog Codegen (#74)
* [CODEGEN] Refactor common codegen, Verilog Codegen

* fix make

* fix mk

* update enable signal

* change function name to at neg edge

* Move test to correct place
2017-03-25 18:26:28 -07:00
HalideIR@ce80d58741 [CODEGEN] Refactor common codegen, Verilog Codegen (#74) 2017-03-25 18:26:28 -07:00
cmake [BUILD] Windows build pass on LLVM/CUDA/OPENCL (#57) 2017-02-27 14:30:46 -08:00
dlpack@9f433c5ecf [RUNTIME] Make rutnime DLPack compatible, allow new device plugin (#71) 2017-03-14 15:59:23 -07:00
dmlc-core@2b75a0ce6f [VERILOG] VPI Mem Interface/ VPI MMap (#73) 2017-03-17 13:04:17 -07:00
docs Enable array, basic form of tensor 2016-10-15 19:51:02 -07:00
include/tvm [CODEGEN] Refactor common codegen, Verilog Codegen (#74) 2017-03-25 18:26:28 -07:00
make [CODEGEN/LLVM] Initial support for codegen LLVM. (#49) 2017-02-22 10:47:54 -08:00
python/tvm [CODEGEN] Refactor common codegen, Verilog Codegen (#74) 2017-03-25 18:26:28 -07:00
src [CODEGEN] Refactor common codegen, Verilog Codegen (#74) 2017-03-25 18:26:28 -07:00
tests [CODEGEN] Refactor common codegen, Verilog Codegen (#74) 2017-03-25 18:26:28 -07:00
verilog [CODEGEN] Refactor common codegen, Verilog Codegen (#74) 2017-03-25 18:26:28 -07:00
.gitignore [BUILD] Windows build pass on LLVM/CUDA/OPENCL (#57) 2017-02-27 14:30:46 -08:00
.gitmodules [RUNTIME] Make rutnime DLPack compatible, allow new device plugin (#71) 2017-03-14 15:59:23 -07:00
.travis.yml [VERILOG] VPI Mem Interface/ VPI MMap (#73) 2017-03-17 13:04:17 -07:00
CMakeLists.txt [RUNTIME] Make rutnime DLPack compatible, allow new device plugin (#71) 2017-03-14 15:59:23 -07:00
LICENSE init skeletons 2016-10-12 15:29:17 -07:00
Makefile [RUNTIME] Make rutnime DLPack compatible, allow new device plugin (#71) 2017-03-14 15:59:23 -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