Skip to content

Commit a16f9d2

Browse files
committed
Update on "[ExecuTorch] Arm Ethos: Option to be verbose for Vela"
Better to have the output then to have to rerun it. Differential Revision: [D69503726](https://our.internmc.facebook.com/intern/diff/D69503726/) cc freddan80 per zingo oscarandersson8218 [ghstack-poisoned]
2 parents 3e5647f + 99985df commit a16f9d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/arm/ethosu_backend.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def _compile_tosa_flatbuffer(
6161
binary = vela_compile(
6262
tosa_flatbuffer,
6363
compile_flags,
64-
input_order,
65-
verbose = logger.getEffectiveLevel() == logging.INFO,
64+
input_order,
65+
verbose=logger.getEffectiveLevel() == logging.INFO,
6666
)
6767
return binary
6868

0 commit comments

Comments
 (0)