junrushao1994 commented on pull request #23: URL: https://github.com/apache/tvm-rfcs/pull/23#issuecomment-903193506
Thanks @manupa-arm for the nice proposal! Currently the memory scope of a buffer not only indicates where the buffer is allocated, but also affects schedule primitives. For example, “shared” and “local” may lead to different TIRs after lowering. Therefore, it would be good to consolidate scopes that don’t affect scheduling behaviors with additional annotations fields, as @tqchen suggested. Thanks a lot 🙏 -- 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]
