masahi commented on code in PR #14168:
URL: https://github.com/apache/tvm/pull/14168#discussion_r1134906672
##########
python/tvm/contrib/tedd.py:
##########
@@ -78,6 +78,30 @@ def insert_dot_id(sch):
return sch
+def itervar_equal(iv_a, iv_b):
+ """A helper method that compares the equality of two iterative variables"""
+ # after schedule.normalize was called, domains of iterative variables
inside
+ # stage.leaf_iter_vars would be discarded and expected to be inferred in
later
+ # InferBound call
+ # this rebase behavior would make plain comparison fail (i.e. ivar ==
itervar)
Review Comment:
I mean, I'm not asking for an explanation for me. This is not a conventional
use of the term "rebase". Please do not use a term that requires long
explanation in doc or code.
--
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]