Mousius commented on a change in pull request #8697:
URL: https://github.com/apache/tvm/pull/8697#discussion_r686254389
##########
File path: src/relay/backend/aot_executor_codegen.cc
##########
@@ -774,14 +697,17 @@ class AOTExecutorCodegen : public ExprVisitor {
mod_run = pack_calls(mod_run);
}
- // Update the lowered functions
+ ret.function_metadata = std::move(function_metadata_);
Review comment:
That field is still useful, and we can unify it between Graph and AOT to
refactor altogether later; I've just pushed up a change to use the
`main_func_info` attribute on the `LoweredModule` rather than the AOT bespoke
way of processing this information so it can be refactored in unison later.
--
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]