index.rst 1.38 KB
Newer Older
1 2
VTA: Deep Learning Accelerator Stack
====================================
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

The Versatile Tensor Accelerator (VTA) is an open, generic, and customizable deep learning accelerator with a complete TVM-based compiler stack. We designed VTA to expose the most salient and common characteristics of mainstream deep learning accelerators. Together TVM and VTA form an end-to-end hardware-software deep learning system stack that includes hardware design, drivers, a JIT runtime, and an optimizing compiler stack based on TVM.

.. image:: http://raw.githubusercontent.com/uwsaml/web-data/master/vta/blogpost/vta_overview.png
   :align: center
   :width: 60%

VTA has the following key features:

- Generic, modular, open-source hardware.
- Streamlined workflow to deploy to FPGAs.
- Simulator support to prototype compilation passes on regular workstations.
- Pynq-based driver and JIT runtime for both simulated and FPGA hardware back-end.
- End to end TVM stack integration.

18 19
This page contains links to all the resources related to VTA:

20

21 22 23 24
.. toctree::
   :maxdepth: 1

   install
25
   dev/index
26 27 28
   tutorials/index


29 30
Literature
----------
31

32 33 34 35 36
- Read the VTA `release blog post`_.
- Read the VTA tech report: `An Open Hardware Software Stack for Deep Learning`_.

.. _release blog post: https://tvm.ai/2018/07/12/vta-release-announcement.html
.. _An Open Hardware Software Stack for Deep Learning: https://arxiv.org/abs/1807.04188