Hzfengsy opened a new pull request, #16553: URL: https://github.com/apache/tvm/pull/16553
The current implementation of `block_access_region_detector` does not consider the let bindings inside the block. To be more specific: - The let bindings inside the block can be the index of buffer access indices - The let bindings var is defined inside the block, so the block annotation cannot use those vars. - We need to substitute the let bindings inside the block to the block annotation. This PR fixes this problem and can create legal IRs. -- 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]
