Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation correction #665

Merged
merged 1 commit into from
Nov 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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
- common Internal common utilities.
- api API function registration
- lang The definition of DSL related data structure
- arithmetic Arithmetic expression and set simplification
- op The detail implementations about each operation(compute, scan, placeholder)
- schedule The operations on the schedule graph before converting to IR.
- pass The optimization pass on the IR structure
- codegen The code generator.
- runtime Minimum runtime related codes
- contrib Contrib extension libraries
- common: Internal common utilities.
- api: API function registration
- lang: The definition of DSL related data structure
- arithmetic: Arithmetic expression and set simplification
- op: The detail implementations about each operation(compute, scan, placeholder)
- schedule: The operations on the schedule graph before converting to IR.
- pass: The optimization pass on the IR structure
- codegen: The code generator.
- runtime: Minimum runtime related codes
- contrib: Contrib extension libraries