You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/11/15 00:48:59 UTC

[GitHub] [tvm] masahi commented on a diff in pull request #13383: [MetaSchedule] Add `from-target` Defaults for LLVM VNNI Targets

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-unsubscribe@tvm.apache.org

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