masahi commented on code in PR #13383:
URL: https://github.com/apache/tvm/pull/13383#discussion_r1022206036


##########
src/meta_schedule/schedule_rule/schedule_rule.cc:
##########
@@ -85,6 +85,39 @@ Array<ScheduleRule> ScheduleRule::DefaultLLVM() {
   };
 }
 
+Array<ScheduleRule> ScheduleRule::DefaultVNNI() {
+  return {
+      ScheduleRule::AutoInline(

Review Comment:
   I think you need to add `ApplyCustomRule` at the beginning, as of last week. 
Otherwise the fix in https://github.com/apache/tvm/pull/13346 won't be applied.



-- 
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: commits-unsubscr...@tvm.apache.org

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

Reply via email to