Skip to content

Commit

Permalink
[microNPU] removing extra bytes for workspace (apache#9629)
Browse files Browse the repository at this point in the history
Given that microNPU codegen uses target hooks
it undergoes the core compiler that updates
workspace sizes. We dont need the additional
sizes anymore. This commit removes the sizes.

Change-Id: Ifd2a01e5f9566ee0c37778f32392d6d1f8c7c091
  • Loading branch information
manupak authored Dec 2, 2021
1 parent b4cc3ba commit dbfbd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/contrib/test_ethosu/infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def build_source(module, inputs, outputs, accel="ethos-u55-256", output_toleranc
inputs=inputs,
outputs=outputs,
output_tolerance=output_tolerance,
extra_memory_in_bytes=16 * 1024 * 1024,
extra_memory_in_bytes=0,
),
interface_api="c",
use_unpacked_api=True,
Expand Down

0 comments on commit dbfbd16

Please sign in to comment.