tqchen commented on a change in pull request #7829:
URL: https://github.com/apache/tvm/pull/7829#discussion_r612043990
##########
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:
Mark whether the auto-completer need to fill in missing access region
during script parsing.
--
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:
[email protected]