You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/05/18 23:19:43 UTC

[GitHub] [tvm] alanmacd commented on a diff in pull request #11365: Fix function number datatype from char to uint16_t

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


##########
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:
   Do you need to update src/runtime/crt/graph_executor_module/graph_executor_module.c too?



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org