areusch commented on code in PR #11365:
URL: https://github.com/apache/tvm/pull/11365#discussion_r877224911


##########
src/runtime/crt/aot_executor_module/aot_executor_module.c:
##########
@@ -176,7 +176,7 @@ static const TVMBackendPackedCFunc 
aot_executor_registry_funcs[] = {
 };
 
 static const TVMFuncRegistry aot_executor_registry = {
-    "\x0aget_input\0"
+    "\x0a\0get_input\0"

Review Comment:
   @A1245967 that's a good point. I actually looked at this further and I don't 
see this function called. I think this approach was from before we emitted the 
FuncRegistry in codegen. I just went ahead and deleted that file.



-- 
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]

Reply via email to