Skip to content

Commit

Permalink
[DOC] clarfiy explanation (apache#3340)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshawcroft authored and jroesch committed Jun 12, 2019
1 parent cedbdfb commit 499adfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/tvm/schedule.h
Expand Up @@ -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 doing 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 performing 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.
Expand Down

0 comments on commit 499adfd

Please sign in to comment.