Lunderberg commented on code in PR #12720: URL: https://github.com/apache/tvm/pull/12720#discussion_r965322232
########## include/tvm/tir/schedule/schedule.h: ########## @@ -601,9 +601,11 @@ class ScheduleNode : public runtime::Object { * \param buffer_index The index of the buffer in block's read or write region. * \param buffer_index_type The type of the buffer index, kRead or kWrite. * \param index_map The transformation to apply. + * \param pad_value The value to write into padding introduced by the transformation. Review Comment: Good call. Added both here and in the python docstring. -- 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