areusch commented on code in PR #11208:
URL: https://github.com/apache/tvm/pull/11208#discussion_r879752148
##########
src/relay/backend/aot_executor_codegen.cc:
##########
@@ -1063,6 +1064,8 @@ class AOTExecutorCodegen : public MixedModeVisitor {
}
mod = transform::ToANormalForm()(mod);
+ mod = transform::InferType()(mod);
+ mod = transform::AnnotateUsedMemory()(mod);
Review Comment:
got it, so is this intended as cascader input to tune the down-selection
process?
--
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]