You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/13 00:29:21 UTC

[GitHub] [tvm] jroesch commented on a change in pull request #7829: [TensorIR] [Script] adding support for opaque block

jroesch commented on a change in pull request #7829:
URL: https://github.com/apache/tvm/pull/7829#discussion_r612040797



##########
File path: include/tvm/tir/stmt.h
##########
@@ -1316,6 +1316,14 @@ constexpr const char* fragment_layout = "fragment_layout";
  * \brief Mark that the kernel is hand threaded and doesn't need syncs inserted
  */
 constexpr const char* hand_threaded = "hand_threaded";
+
+/*!
+ * \brief Mark that whether a block need to be complete access region during script parsing.

Review comment:
       ```suggestion
    * \brief Mark whether a block need to be complete access region during script parsing.
   ```
   
   Can you clarify this part?  `to be complete access region` this doesn't parse in English for me. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org