Skip to content

Commit

Permalink
Merge pull request #53 from leikang123/main
Browse files Browse the repository at this point in the history
add compiler/lib/README.md documents file
  • Loading branch information
yeasoon authored Oct 16, 2023
2 parents 0da82bc + 67de902 commit bf171f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions compiler/lib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Code Organization
Header files in include are public APIs that share across modules.


## Modules

- CodeGen: Code automatically generates implementation files.
- Common: Common IR infrastructure.
- Conversion: MGB to Kernel code.
- Dialect: IR and Transforms code.
- KerneGen: Minimum runtime related codes.
- target: Hardware targets.

0 comments on commit bf171f2

Please sign in to comment.