MasterJH5574 opened a new pull request, #14589: URL: https://github.com/apache/tvm/pull/14589
Previously the check of reduction block did not take the intermediate allocated buffers (that is, the buffers in `alloc_buffers` field of a block) into consideration, which will lead to exception thrown during scheduling in cases of nested block + cache read/write. This PR fixes this issue with one unit test for the DecomposeReduction primitive. Credit of the fix goes to Bohan. -- 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]
