multiverstack-intellif commented on code in PR #12939:
URL: https://github.com/apache/tvm/pull/12939#discussion_r990728418
##########
include/tvm/tir/schedule/schedule.h:
##########
@@ -403,6 +403,15 @@ class ScheduleNode : public runtime::Object {
*/
virtual BlockRV CacheWrite(const BlockRV& block_rv, int write_buffer_index,
const String& storage_scope) = 0;
+ /*!
+ * \brief Create 2 blocks that read&write a buffer region into a read/write
cache.
+ * \param block_rv The block operates on the target buffer.
+ * \param read_buffer_index The index of the buffer in block's read region.
+ * \param storage_scope The target storage scope
+ * \return The reindex stage block.
Review Comment:
Thanks, fixed now.
--
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]