We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8563fd commit b9da4e1Copy full SHA for b9da4e1
apps/microtvm/zephyr_cmsisnn/src/main.c
@@ -34,7 +34,7 @@ extern float output_storage[12];
34
35
extern const size_t output_len;
36
37
-static uint8_t g_crt_workspace[TVMGEN_DEFAULT_WORKSPACE_SIZE + 256];
+static uint8_t g_crt_workspace[TVMGEN_DEFAULT_WORKSPACE_SIZE + 512];
38
tvm_workspace_t app_workspace;
39
40
void TVMLogf(const char* msg, ...) {
0 commit comments