Skip to content
Snippets Groups Projects
user avatar
Tianqi Chen authored
* [ARITH/VISITOR] Modular Analysis, ExprFunctor, StmtFunctor

* retrigger

* [IRFunctor] Migrated CodegenC

* [IRFUNCTOR] Migrate CodeGenLLVM

* [IRFunctor] Migrate canonical

* [IRFunctor] Migrate vectorize

* [IRFunctor] migrate CodeGenStackVM
71334483
History

Code organization

  • api API functionr registration
  • lang The definition of DSL related data structure
  • schedule The operations on the schedule graph before converting to IR.
  • arithmetic Arithmetic expression and set simplification
  • pass The optimization pass on the IR structure
  • runtime Minimum runtime related codes.
  • codegen The code generator