Skip to content
Snippets Groups Projects
Forked from Iris / stdpp
Source project has a limited visibility.
Name Last commit Last update
src/c_api
src/lang
src/pass
src/schedule
src/README.md

Code organization

  • c_api C API related functions
  • lang The definition of DSL related data structure
  • schedule The operations on the schedule graph before converting to IR.
  • pass The optimization pass on the IR structure