Skip to content
/ tvm Public
forked from apache/tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators

License

Notifications You must be signed in to change notification settings

yelite/tvm

This branch is 2488 commits behind apache/tvm:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Krzysztof Parzyszek
Apr 28, 2023
e2e1696 · Apr 28, 2023
Feb 10, 2023
Mar 22, 2023
Apr 11, 2023
Apr 25, 2023
Apr 22, 2023
Apr 9, 2023
Apr 19, 2022
Apr 18, 2023
Apr 19, 2023
Apr 11, 2023
Nov 28, 2022
Apr 28, 2023
Nov 15, 2022
Jan 10, 2023
Apr 28, 2023
Apr 6, 2023
Apr 28, 2023
Apr 28, 2023
Apr 11, 2023
Apr 9, 2023
Jan 17, 2023
Jan 8, 2019
Dec 6, 2022
Jan 6, 2023
Jan 24, 2023
Aug 31, 2021
Apr 21, 2023
Apr 20, 2023
Feb 23, 2023
Jan 24, 2023
May 2, 2022
Oct 19, 2022
Jul 27, 2022
Oct 23, 2021
Aug 8, 2022
Oct 19, 2022
Oct 9, 2020
Apr 9, 2023

Repository files navigation

Open Deep Learning Compiler Stack

Documentation | Contributors | Community | Release Notes

Build Status WinMacBuild

Apache TVM is a compiler 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.

License

TVM is licensed under the Apache-2.0 license.

Getting Started

Check out the TVM Documentation site for installation instructions, tutorials, examples, and more. The Getting Started with TVM tutorial is a great place to start.

Contribute to TVM

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

Acknowledgement

We learned a lot from the following projects when building TVM.

  • Halide: Part of TVM's TIR and arithmetic simplification module originates from Halide. We also learned and adapted some part of lowering pipeline from Halide.
  • Loopy: use of integer set analysis and its loop transformation primitives.
  • Theano: the design inspiration of symbolic scan operator for recurrence.

About

Open deep learning compiler stack for cpu, gpu and specialized accelerators

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.5%
  • C++ 37.5%
  • Rust 0.9%
  • C 0.9%
  • Shell 0.9%
  • CMake 0.6%
  • Other 1.7%