ibsidorenko commented on code in PR #13734:
URL: https://github.com/apache/tvm/pull/13734#discussion_r1066191051


##########
include/tvm/meta_schedule/schedule_rule.h:
##########
@@ -124,7 +125,8 @@ class ScheduleRule : public runtime::ObjectRef {
                                          bool disallow_if_then_else,  //
                                          bool require_injective,      //
                                          bool require_ordered,        //
-                                         Optional<Array<String>> disallow_op);
+                                         Optional<Array<String>> disallow_op,
+                                         Optional<Array<String>> 
disallow_block = {});

Review Comment:
   Done. now it can be disabled through the 
`T.block_attr({"meta_schedule.inline_rule": "disable"})`



-- 
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]

Reply via email to