jcf94 commented on a change in pull request #6107:
URL: https://github.com/apache/incubator-tvm/pull/6107#discussion_r459809462
##########
File path: src/auto_scheduler/loop_state.h
##########
@@ -195,6 +197,17 @@ class AttachMap : public ObjectRef {
void UpdateIters(const std::vector<IterKey>& original_iters,
const std::vector<IterKey>& new_iters);
+ /*!
+ * \brief Traverse through `stage_to_attach_iter` and
`iter_to_attached_stages` map, add offset
+ * to stage indexes that are larger than the start_id. Used for steps that
inserts net stages to
Review comment:
Oh, this seems a typo ... should be `new stages`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]