Skip to content

Files

Latest commit

0e24aa7 · May 17, 2023

History

History
This branch is 2319 commits behind apache/tvm:main.

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 14, 2023
Apr 13, 2023
Aug 26, 2022
Apr 11, 2023
May 5, 2023
Apr 11, 2023
May 7, 2023
Apr 12, 2023
May 16, 2023
May 13, 2023
May 14, 2023
May 10, 2023
May 15, 2023
Apr 11, 2023
May 17, 2023
Apr 9, 2023
Dec 23, 2021

Code Organization

Header files in include are public APIs that share across modules. There can be internal header files within each module that sit in src.

Modules

  • arith: Arithmetic expression and set simplification.
  • auto_scheduler: The template-free auto-tuning module.
  • autotvm: The template-based auto-tuning module.
  • contrib: Contrib extension libraries.
  • driver: Compilation driver APIs.
  • ir: Common IR infrastructure.
  • node: The base infra for IR/AST nodes that is dialect independent.
  • relay: Relay IR, high-level optimizations.
  • runtime: Minimum runtime related codes.
  • support: Internal support utilities.
  • target: Hardware targets.
  • tir: Tensor IR, low-level optimizations.
  • te: Tensor expression DSL.
  • topi: Tensor Operator Inventory.