junrushao commented on code in PR #12450:
URL: https://github.com/apache/tvm/pull/12450#discussion_r955644837


##########
src/tir/schedule/primitive.h:
##########
@@ -299,10 +299,12 @@ TVM_DLL StmtSRef ReIndex(ScheduleState self, const 
StmtSRef& block_sref, int buf
  * \param self The schedule state
  * \param block_sref The block to be moved
  * \param loop_sref The loop where the block to be moved to
- * \param preserve_unit_loops Whether to keep the trivial loops whose extents 
are 1
+ * \param index The block index of the loop body subtree blocks
+ * -1 means inserted into the last possible insertion point
+ * -2 means inserted into the first possible insertion point

Review Comment:
   Let's update the doc accordingly



-- 
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-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to