[DOC] clarfiy explanation (#3340)
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Wed, 12 Jun 2019 04:22:48 +0000 (05:22 +0100)
committerJared Roesch <roeschinc@gmail.com>
Wed, 12 Jun 2019 04:22:48 +0000 (21:22 -0700)
include/tvm/schedule.h

index 774d7cd9a40a8a1582b6a0a830f5541dc4c067ea..659b42aa1afaf5253843197694ba08b8848e67ed 100644 (file)
@@ -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.