Skip to content

Commit 74d27a1

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 a16f9d2 + 141eec2 commit 74d27a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backends/arm/arm_vela.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ def vela_bin_pack_io(prefix, data, shape_order=None):
3939
# Output via Vela to binary stream for ArmBackendEthosU
4040
# WARNING: Do not change this without changing VelaBinStream.cpp as that
4141
# function consumes this format and the two need to align.
42-
def vela_compile(tosa_flatbuffer: bytes, args: List[str], shape_order=None, verbose: bool = False):
42+
def vela_compile(
43+
tosa_flatbuffer: bytes, args: List[str], shape_order=None, verbose: bool = False
44+
):
4345
"""
4446
Compile a TOSA graph to a binary stream for ArmBackendEthosU using Vela.
4547
"""

0 commit comments

Comments
 (0)