Open deep learning compiler stack for cpu, gpu and specialized accelerators
Перейти к файлу
Yuwei HU b5c6b99314 update depthwise convolution api (#344) 2017-08-17 21:35:41 -07:00
HalideIR@f3eb854595 [DOC] Release note (#340) 2017-08-17 11:42:14 -07:00
apps
cmake
dlpack@36e573893f
dmlc-core@7afa45b87c
docs update depthwise convolution api (#344) 2017-08-17 21:35:41 -07:00
include/tvm
jvm
make
python
src
tests
topi
tutorials/python Add tutorial for convolution in CUDA (#343) 2017-08-17 15:11:38 -07:00
verilog
web
.gitignore
.gitmodules [SUBMODULE] switch to https (#341) 2017-08-17 11:51:31 -07:00
.travis.yml
CMakeLists.txt
CONTRIBUTORS.md
Jenkinsfile
LICENSE
Makefile
NEWS.md [DOC] Release note (#340) 2017-08-17 11:42:14 -07:00
README.md [DOC] Add link to release blog (#342) 2017-08-17 12:55:30 -07:00

README.md

TVM: Tensor IR Stack for Deep Learning Systems

GitHub license Build Status

Installation | Documentation | Tutorials | Operator Inventory | FAQ | Contributors | Release Notes

TVM is a Tensor intermediate representation(IR) stack for deep learning systems. It is designed to close the gap between the productivity-focused deep learning frameworks, and the performance- and efficiency-focused hardware backends. TVM works with deep learning frameworks to provide end to end compilation to different backends. Checkout our announcement for more details.

License

© Contributors, 2017. Licensed under an Apache-2.0 license.

Contribute to TVM

TVM adopts apache committer model, we aim to create an open source project that is maintained and owned by the community.