Skip to content
/ tvm Public

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

License

Notifications You must be signed in to change notification settings

apache/tvm

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ebb7a5 · Mar 5, 2024
Nov 15, 2023
Feb 20, 2024
Feb 15, 2024
Feb 1, 2024
Mar 4, 2024
Jan 2, 2024
Apr 19, 2022
Feb 16, 2024
Mar 4, 2024
Feb 15, 2024
Oct 3, 2023
Feb 29, 2024
Jul 18, 2023
Jan 5, 2024
Mar 5, 2024
Feb 9, 2024
Mar 4, 2024
Mar 5, 2024
Feb 15, 2024
Feb 23, 2024
Jan 22, 2024
Jan 8, 2019
Dec 6, 2022
Jan 6, 2023
Jan 22, 2024
Aug 31, 2021
Feb 16, 2024
Nov 27, 2023
Jan 17, 2024
Jul 28, 2023
May 2, 2022
Oct 19, 2022
Jun 17, 2023
Oct 23, 2021
Nov 15, 2023
Oct 19, 2022
Jul 9, 2023
Jan 2, 2024

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.