Skip to content

Files

Latest commit

5b36163 · Sep 13, 2023

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 19, 2022
Feb 13, 2023
Aug 26, 2022
Aug 26, 2022
Sep 20, 2022
Sep 20, 2022
Sep 21, 2022
Aug 26, 2022
Aug 19, 2022
Sep 9, 2022
Sep 14, 2022
Sep 13, 2023
Sep 18, 2022
Sep 9, 2022
Sep 13, 2023
Sep 20, 2022
Sep 28, 2022
Jan 12, 2022
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.