Hzfengsy commented on code in PR #14281:
URL: https://github.com/apache/tvm/pull/14281#discussion_r1133383320
##########
include/tvm/tir/schedule/schedule.h:
##########
@@ -779,29 +779,33 @@ class Schedule : public runtime::ObjectRef {
* \param debug_mask Do extra correctness checking after the class creation
* and each time after calling the Replace method.
* \param error_render_level The level of error rendering
+ * \param enable_check Whether to enable prequisite checks for schedule
primitives.
Review Comment:
Please add comments saying that it's user's responsibility to ensure the
correctness if we disable the checks
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]