vinx13 commented on code in PR #11575:
URL: https://github.com/apache/tvm/pull/11575#discussion_r889622523


##########
src/tir/schedule/primitive.h:
##########
@@ -186,6 +186,16 @@ TVM_DLL StmtSRef Fuse(ScheduleState self, const 
Array<StmtSRef>& loop_srefs);
  */
 TVM_DLL void Reorder(ScheduleState self, const Array<StmtSRef>& 
ordered_loop_srefs);
 
+/*!
+ * \brief Create a new thread_binding loop on top of the `loop_rv`
+ * \param sref The block/loop above which the new thread_binding loop is 
created
+ * \param extent The extent of the new thread_binding loop
+ * \param thread_axis The thread axis of the new thread_binding loop
+ * \param attrs Extra loop attributes

Review Comment:
   update doc



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

Reply via email to