Lunderberg commented on PR #12891: URL: https://github.com/apache/tvm/pull/12891#issuecomment-1258298073
> The fix makes sense to me, can we either make use of [get_loads](https://github.com/apache/tvm/blob/497f5f62230935a15c1af6d528890f9b76317445/python/tvm/relay/backend/contrib/ethosu/tir/utils.py#L161) and [get_stores](https://github.com/apache/tvm/blob/497f5f62230935a15c1af6d528890f9b76317445/python/tvm/relay/backend/contrib/ethosu/tir/utils.py#L185) or move the collect_buffer_map function to utils.py? Certainly. It is now pulled out and documented, with defined behavior for buffers that share a backing `Var`. -- 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]
