Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tvm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cld
ml
tvm
Commits
70ccc8b6
Commit
70ccc8b6
authored
7 years ago
by
Siva
Committed by
Tianqi Chen
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Documentation correction (#665)
Readability.
parent
9c0da90f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/README.md
+10
-10
10 additions, 10 deletions
src/README.md
with
10 additions
and
10 deletions
src/README.md
+
10
−
10
View file @
70ccc8b6
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment