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
766008ca
Commit
766008ca
authored
6 years ago
by
Yong Wu
Committed by
Tianqi Chen
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add relay and autotvm in readme (#2312)
parent
87a37684
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
+9
-7
9 additions, 7 deletions
src/README.md
with
9 additions
and
7 deletions
src/README.md
+
9
−
7
View file @
766008ca
...
...
@@ -5,12 +5,14 @@ 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)
-
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
-
pass: The optimization pass on the IR structure
.
-
codegen: The code generator.
-
runtime: Minimum runtime related codes
-
contrib: Contrib extension libraries
-
runtime: Minimum runtime related codes.
-
autotvm: The auto-tuning module.
-
relay: Implementation of Relay. The second generation of NNVM, a new IR for deep learning frameworks.
-
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