quic-sanirudh commented on PR #14161: URL: https://github.com/apache/tvm/pull/14161#issuecomment-1453859059
> Regarding single consumer issue, we have removed the `consumer_blocks` argument from `reindex_cache_read`/`reindex_cache_write` API, and in the case where there are multiple possible consumer blocks, we will only consider the input block as a consumer block: https://github.com/apache/tvm/pull/14161/files#diff-c7feaaf793277a9477f822dcdc1b0b44c8b3ad7254800240996dcf8a0553b663R1431-R1434 Thanks, that sounds good to me. So now when we apply `reindex_cache_read`, the new buffer will only be used in that block? That definitely solves our problem, so thanks a lot for the change. -- 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]
