mkatanbaf commented on code in PR #13514:
URL: https://github.com/apache/tvm/pull/13514#discussion_r1065209255
##########
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:
No, there was not. I copied the rules from the Hexagon rules a while ago,
and the `ApplyCustomRule` was not added then. I added the rule.
--
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]