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
499adfdb
Commit
499adfdb
authored
Jun 12, 2019
by
Marcus Shawcroft
Committed by
Jared Roesch
Jun 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] clarfiy explanation (#3340)
parent
cedbdfb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/tvm/schedule.h
+2
-2
No files found.
include/tvm/schedule.h
View file @
499adfdb
...
...
@@ -102,8 +102,8 @@ class Stage : public NodeRef {
*/
EXPORT
Stage
&
bind
(
IterVar
ivar
,
IterVar
thread_ivar
);
/*!
* \brief Set
predicate under which store to the array can
be performed.
* Use this when there are
duplicated threads do
ing the same store and we only
* \brief Set
the predicate to determine whether a store to the array should
be performed.
* Use this when there are
multiple threads perform
ing the same store and we only
* need one of them to do the store.
*
* \note This is a dangerous scheduling primitive that can change behavior of program.
...
...
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