Skip to content

Commit 120b0c0

Browse files
committed
[ExecuTorch] Arm Ethos: Always verbose all for Vela
Pull Request resolved: #8406 Better to have the output then to have to rerun it. ghstack-source-id: 265972753 @exported-using-ghexport Differential Revision: [D69503726](https://our.internmc.facebook.com/intern/diff/D69503726/)
1 parent a7f274a commit 120b0c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/arm/arm_vela.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def vela_compile(tosa_graph, args: List[str], shape_order=None):
5151
output_dir = os.path.join(tmpdir, "output")
5252
args.append(f"--output-dir={output_dir}")
5353
args.append(tosa_path)
54+
args.append("--verbose-all")
5455
vela.main(" ".join(args).split(" "))
5556

5657
if any("ethos-u85" in arg for arg in args) or any(

0 commit comments

Comments
 (0)