From 2ed5ce386efb11c8d96916c7ff1101f44bbc29f8 Mon Sep 17 00:00:00 2001 From: Zingo Andersen Date: Wed, 18 Dec 2024 11:03:31 +0100 Subject: [PATCH] Arm Backend: More verbose Ethos-U compiler (Vela) Signed-off-by: Zingo Andersen Change-Id: Ie5794af4d44cbab7deda77ba99fe395f7ed74a9e --- examples/arm/aot_arm_compiler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/arm/aot_arm_compiler.py b/examples/arm/aot_arm_compiler.py index 956086f547..6d899c2146 100644 --- a/examples/arm/aot_arm_compiler.py +++ b/examples/arm/aot_arm_compiler.py @@ -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) @@ -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)