spectrometerHBH commented on a change in pull request #9699:
URL: https://github.com/apache/tvm/pull/9699#discussion_r772845777
##########
File path: src/arith/iter_affine_map.cc
##########
@@ -160,13 +160,22 @@ class IterMarkSplitCollector {
}
};
+/*! \brief Record form of IterMark(x, extent) + offset */
+struct IterMarkWithOffset {
Review comment:
OK I now think it is necessary, since we need to note down the offset
modified by the lower bound constraint.
##########
File path: src/arith/iter_affine_map.cc
##########
@@ -160,13 +160,22 @@ class IterMarkSplitCollector {
}
};
+/*! \brief Record form of IterMark(x, extent) + offset */
+struct IterMarkWithOffset {
Review comment:
OK, I now think it is necessary since we need to note down the offset
modified by the lower bound constraint.
--
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]