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

DiegoCao/tvm

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

Folders and files

NameName
Last commit message
Last commit date
Apr 30, 2024
May 30, 2024
Jun 6, 2024
Apr 29, 2024
Jun 12, 2024
Apr 29, 2024
Apr 19, 2022
Apr 27, 2024
Jun 5, 2024
Jun 6, 2024
Oct 3, 2023
Jun 18, 2024
May 12, 2024
Mar 20, 2024
Jun 20, 2024
Feb 9, 2024
Jun 21, 2024
Jun 21, 2024
Jun 14, 2024
Jun 1, 2024
Jan 22, 2024
Jan 8, 2019
Dec 6, 2022
Jan 6, 2023
Jan 22, 2024
Aug 31, 2021
May 29, 2024
May 22, 2024
Mar 10, 2024
Mar 20, 2024
May 2, 2022
Oct 19, 2022
Jun 17, 2023
Oct 23, 2021
Nov 15, 2023
Oct 19, 2022
Jul 9, 2023
Apr 13, 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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.4%
  • C++ 36.4%
  • C 0.7%
  • Rust 0.7%
  • Shell 0.7%
  • CMake 0.5%
  • Other 1.6%