Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
3dc313ad
Commit
3dc313ad
authored
Sep 20, 2017
by
Tianqi Chen
Committed by
GitHub
Sep 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC][DEVGuide] Runtime system note (#467)
parent
b78f01a9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
2 deletions
+16
-2
docs/api/python/topi.rst
+4
-2
docs/dev/index.rst
+11
-0
docs/dev/runtime.md
+0
-0
docs/index.rst
+1
-0
No files found.
docs/api/python/topi.rst
View file @
3dc313ad
...
...
@@ -35,7 +35,8 @@ Index
topi.cuda.schedule_depthwise_conv2d_nchw
topi.cuda.schedule_depthwise_conv2d_nhwc
topi.cuda.schedule_reduce
topi.cuda.schedule_broadcast_to
topi.cuda.schedule_elemwise
topi.cuda.schedule_broadcast
topi
...
...
@@ -69,4 +70,5 @@ topi.cuda
.. autofunction:: topi.cuda.schedule_depthwise_conv2d_nchw
.. autofunction:: topi.cuda.schedule_depthwise_conv2d_nhwc
.. autofunction:: topi.cuda.schedule_reduce
.. autofunction:: topi.cuda.schedule_broadcast_to
.. autofunction:: topi.cuda.schedule_broadcast
.. autofunction:: topi.cuda.schedule_elemwise
docs/dev/index.rst
0 → 100644
View file @
3dc313ad
TVM Design and Developer Guide
==============================
Building an IR stack for deep learning systems involves many
many systems-level design decisions.
In this part of documentation, we share the rationale for the specific choices made when designing TVM.
.. toctree::
:maxdepth: 2
runtime
docs/dev/runtime.md
0 → 100644
View file @
3dc313ad
This diff is collapsed.
Click to expand it.
docs/index.rst
View file @
3dc313ad
...
...
@@ -16,5 +16,6 @@ Contents
faq
how_to/contribute
api/python/index
dev/index
api_links
genindex
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment