supersat opened a new issue, #13976: URL: https://github.com/apache/tvm/issues/13976
We encountered a bug where using `T.address_of` results in memory being erroneously reused and tracked it down to a bug in `src/tir/transforms/storage_rewrite.cc` where only the buffer index expressions are visited, and not the buffer itself. @csullivan has a fix (https://github.com/tlc-pack/relax/commit/c029f7452021e502ee3f9842628bcb5da040baa0) but it needs tests and to be upstreamed. * tir:transform cc: @kparzysz-quic -- 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]
