Skip to content

Commit

Permalink
[microTVM] Increase host memory size (#7933)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh authored May 1, 2021
1 parent 2215d73 commit 1c5684c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/crt/host/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ tvm_crt_error_t TVMPlatformGenerateRandom(uint8_t* buffer, size_t num_bytes) {
}
}

uint8_t memory[512 * 1024];
uint8_t memory[2048 * 1024];

static char** g_argv = NULL;

Expand Down

0 comments on commit 1c5684c

Please sign in to comment.