Skip to content

Commit 2ed5ce3

Browse files
zingofreddan80
authored andcommitted
Arm Backend: More verbose Ethos-U compiler (Vela)
Signed-off-by: Zingo Andersen <[email protected]> Change-Id: Ie5794af4d44cbab7deda77ba99fe395f7ed74a9e
1 parent 7d07409 commit 2ed5ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/arm/aot_arm_compiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def get_compile_spec(
273273
target,
274274
system_config="Ethos_U55_High_End_Embedded",
275275
memory_mode="Shared_Sram",
276-
extra_flags="--debug-force-regor --output-format=raw --verbose-operators",
276+
extra_flags="--debug-force-regor --output-format=raw --verbose-operators --verbose-cycle-estimate",
277277
)
278278
.set_permute_memory_format(True)
279279
.set_quantize_io(True)
@@ -286,7 +286,7 @@ def get_compile_spec(
286286
target,
287287
system_config="Ethos_U85_SYS_DRAM_Mid",
288288
memory_mode="Shared_Sram",
289-
extra_flags="--output-format=raw --verbose-operators",
289+
extra_flags="--output-format=raw --verbose-operators --verbose-cycle-estimate",
290290
)
291291
.set_permute_memory_format(True)
292292
.set_quantize_io(True)

0 commit comments

Comments
 (0)