Skip to content

Commit

Permalink
Arm Backend: More verbose Ethos-U compiler (Vela)
Browse files Browse the repository at this point in the history
Signed-off-by: Zingo Andersen <[email protected]>
Change-Id: Ie5794af4d44cbab7deda77ba99fe395f7ed74a9e
  • Loading branch information
zingo authored and freddan80 committed Dec 19, 2024
1 parent 7d07409 commit 2ed5ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/arm/aot_arm_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def get_compile_spec(
target,
system_config="Ethos_U55_High_End_Embedded",
memory_mode="Shared_Sram",
extra_flags="--debug-force-regor --output-format=raw --verbose-operators",
extra_flags="--debug-force-regor --output-format=raw --verbose-operators --verbose-cycle-estimate",
)
.set_permute_memory_format(True)
.set_quantize_io(True)
Expand All @@ -286,7 +286,7 @@ def get_compile_spec(
target,
system_config="Ethos_U85_SYS_DRAM_Mid",
memory_mode="Shared_Sram",
extra_flags="--output-format=raw --verbose-operators",
extra_flags="--output-format=raw --verbose-operators --verbose-cycle-estimate",
)
.set_permute_memory_format(True)
.set_quantize_io(True)
Expand Down

0 comments on commit 2ed5ce3

Please sign in to comment.