csullivan commented on code in PR #12364:
URL: https://github.com/apache/tvm/pull/12364#discussion_r944812082
##########
src/tir/transforms/storage_rewrite.cc:
##########
@@ -583,8 +583,10 @@ class StoragePlanRewriter : public StmtExprMutator {
};
// Checks whether the storage_scope is especially tagged for a specific
memory.
+ // Special memory is all combined into a single allocation.
Review Comment:
I've verified that with the special tagged memory helper change we are
getting correct behavior for aligned access in the cases that I mentioned to
fail previously.
--
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]