yzh119 commented on PR #14161: URL: https://github.com/apache/tvm/pull/14161#issuecomment-1453766783
Hi @quic-sanirudh single point means the block access a single point region like `A[vi, vj]` instead of a rectangle region `A[vi: vi + 10, vj: vj + 10]`, and we will fail such case: https://github.com/apache/tvm/pull/14161/files#diff-c7feaaf793277a9477f822dcdc1b0b44c8b3ad7254800240996dcf8a0553b663R1449-R1452 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 -- 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]
