multiverstack-intellif commented on code in PR #12939: URL: https://github.com/apache/tvm/pull/12939#discussion_r990728471
########## src/tir/schedule/primitive/cache_read_write.cc: ########## @@ -1146,6 +1238,100 @@ StmtSRef CacheWrite(ScheduleState self, const StmtSRef& block_sref, int write_bu return result_block_sref; } +Array<StmtSRef> CacheBuffer(ScheduleState self, const StmtSRef& block_sref, int write_buffer_index, 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]
