TVM Documentation¶
TVM is an open deep learning compiler stack for CPUs, GPUs, and specialized accelerators. It aims to close the gap between the productivity-focused deep learning frameworks, and the performance- or efficiency-oriented hardware backends.
Get Started¶
Follow the instructions to install TVM.
Checkout the tutorials.
For Developers¶
Design and Architecture is useful for developers who want to understand the architecture of TVM and/or actively develop on the project.
Developer How-To Guide gives quick development tips on various topics.