Skip to content
Snippets Groups Projects
user avatar
Haichen Shen authored
* [PASS] Assign unique names to variables in ConvertSSA pass

* revert change to ConverSSA pass
110c9bec
History
Name Last commit Last update
..
base
c_api
lang
pass
runtime
schedule
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
  • runtime The runtime related codes.