quic-sanirudh commented on PR #14161: URL: https://github.com/apache/tvm/pull/14161#issuecomment-1450377330
This seems like a useful schedule primitive, thanks for this. I have a doubt. In the first example above that uses `reindex_cache_read`, the original buffer `A` has dimensions `(129,129)`, but `A_shared` that's created is just `(128,128)`. I understand that in this case the other 2 elements are not needed, but is the primitive automatically verifying whether the other elements are not accessed before copying a smaller chunk to `"shared"` memory? -- 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]
