Skip to content

Commit b9da4e1

Browse files
committed
[microNPU] enable USMP
* zephyr cmsis needs more overhead workspace Change-Id: Ifd0071360df4096528d3b1e562e4fa82b1bcb36f
1 parent f8563fd commit b9da4e1

File tree

1 file changed

+1
-1
lines changed
  • apps/microtvm/zephyr_cmsisnn/src

1 file changed

+1
-1
lines changed

apps/microtvm/zephyr_cmsisnn/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extern float output_storage[12];
3434

3535
extern const size_t output_len;
3636

37-
static uint8_t g_crt_workspace[TVMGEN_DEFAULT_WORKSPACE_SIZE + 256];
37+
static uint8_t g_crt_workspace[TVMGEN_DEFAULT_WORKSPACE_SIZE + 512];
3838
tvm_workspace_t app_workspace;
3939

4040
void TVMLogf(const char* msg, ...) {

0 commit comments

Comments
 (0)