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/04/01 06:28:26 UTC

[GitHub] [tvm] junrushao1994 commented on a change in pull request #10856: [Metaschedule] Add test case for multi-anchor subgraph

junrushao1994 commented on a change in pull request #10856:
URL: https://github.com/apache/tvm/pull/10856#discussion_r840273679



##########
File path: src/relay/backend/te_compiler_cache.cc
##########
@@ -336,7 +337,7 @@ class ScheduleBuilder : public ExprVisitor {
           schedule = Downcast<te::Schedule>(obj);
         }
       }
-      if (backend::IsMetaScheduleEnabled()) {
+      if (use_auto_scheduler_) {

Review comment:
       typo?
   
   ```suggestion
         if (use_meta_scheduler_) {
   ```




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