tqchen commented on a change in pull request #7829:
URL: https://github.com/apache/tvm/pull/7829#discussion_r611694797
##########
File path: include/tvm/tir/stmt.h
##########
@@ -1316,6 +1316,8 @@ 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";
+
+constexpr const char* script_parsing_detect_access =
"tir.script_parsing_detect_access";
Review comment:
refer use this constant in the autocomplete pass instead
##########
File path: include/tvm/tir/stmt.h
##########
@@ -1316,6 +1316,8 @@ 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";
+
+constexpr const char* script_parsing_detect_access =
"tir.script_parsing_detect_access";
Review comment:
add documentations
--
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]