Skip to content

Commit

Permalink
Increase static memory in Emscripten benchmarks to 128MB
Browse files Browse the repository at this point in the history
Fix builds of end-to-end benchmark on Emscripten

PiperOrigin-RevId: 272961641
  • Loading branch information
Maratyszcza authored and xnnpack-bot committed Oct 4, 2019
1 parent c068bb6 commit 12f1dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emscripten.bzl
Expand Up @@ -26,6 +26,7 @@ def xnnpack_emscripten_benchmark_linkopts():
"-s ERROR_ON_UNDEFINED_SYMBOLS=1",
"-s EXIT_RUNTIME=1",
"-s ALLOW_MEMORY_GROWTH=1",
"-s TOTAL_MEMORY=134217728", # 128M
"--pre-js $(location :preamble.js.lds)",
]

Expand Down

0 comments on commit 12f1dea

Please sign in to comment.