manupa-arm commented on a change in pull request #10022:
URL: https://github.com/apache/tvm/pull/10022#discussion_r809064416
##########
File path: apps/microtvm/zephyr_cmsisnn/src/main.c
##########
@@ -34,7 +34,7 @@ extern float output_storage[12];
extern const size_t output_len;
-static uint8_t g_crt_workspace[TVMGEN_DEFAULT_WORKSPACE_SIZE + 256];
+static uint8_t g_crt_workspace[TVMGEN_DEFAULT_WORKSPACE_SIZE + 512];
Review comment:
This was surfaced when I removed this :
https://github.com/apache/tvm/blob/c54a3dd6999ead14fd118e6d84f2b64a1ecf3b9d/python/tvm/micro/model_library_format.py#L217-L219.
Which seems to be adding the workspace again for external_codegens.
I think we need to investigate this further
--
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]