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/14 18:08:59 UTC

[GitHub] [tvm] jwfromm commented on a diff in pull request #13375: [Metaschedule] Add partition primitive

jwfromm commented on code in PR #13375:
URL: https://github.com/apache/tvm/pull/13375#discussion_r1021898538


##########
src/tir/schedule/analysis/analysis.cc:
##########
@@ -890,7 +890,7 @@ IterVarType GetLoopIterType(const StmtSRef& loop_sref) {
           }
         });
       }
-      return false;
+      return true;

Review Comment:
   What does this change do? Seems like it could cause side effects.



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