MasterJH5574 commented on code in PR #14511:
URL: https://github.com/apache/tvm/pull/14511#discussion_r1158830164
##########
src/relax/transform/static_plan_block_memory.cc:
##########
@@ -476,11 +521,15 @@ class StorageAllocatorInit : public
StorageAllocatorBaseVisitor {
token2block_.erase(token_to_discard.get());
}
+ /*! \brief The arithmetic analyzer. */
+ arith::Analyzer ana;
Review Comment:
Ah thanks my bad. It was added in the last minute so missed this point.
--
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]