jroesch commented on a change in pull request #10530:
URL: https://github.com/apache/tvm/pull/10530#discussion_r823468959
##########
File path: src/driver/driver_api.cc
##########
@@ -442,68 +442,6 @@ std::pair<IRModule, IRModule> SplitMixedModule(IRModule
mod_mixed, const Target&
return {host_mod, device_mod};
}
-runtime::Module PreProcessModuleForBuild(const Map<Target, IRModule>&
inputs_arg,
Review comment:
I would almost prefer we use this name or maybe come up with an even
better one from build especially in internal APIs since it is not very clear
what `build` means. We have to preserve for historical API compatibility for
now but seems better to not keep in C++ if we can.
--
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]