tmoreau89 commented on a change in pull request #6964:
URL: https://github.com/apache/tvm/pull/6964#discussion_r543803810
##########
File path: src/runtime/crt/host/crt_config.h
##########
@@ -43,7 +43,7 @@
#define TVM_CRT_MAX_REGISTERED_MODULES 2
/*! Size of the global function registry, in bytes. */
-#define TVM_CRT_GLOBAL_FUNC_REGISTRY_SIZE_BYTES 200
+#define TVM_CRT_GLOBAL_FUNC_REGISTRY_SIZE_BYTES 256
Review comment:
out of curiosity, what's the reason for increasing the registry size?
just having a nice power of 2?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]