mehrdadh commented on code in PR #13514:
URL: https://github.com/apache/tvm/pull/13514#discussion_r1066503788


##########
src/meta_schedule/schedule_rule/schedule_rule.cc:
##########
@@ -251,6 +251,29 @@ Array<ScheduleRule> ScheduleRule::DefaultHexagon() {
   };
 }
 
+Array<ScheduleRule> ScheduleRule::DefaultMicro() {
+  return {
+      ScheduleRule::AutoInline(

Review Comment:
   @zxybazh I think this could be in a follow up PR since the PR has been open 
for a while. thanks!



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