Skip to content

Commit 9e9173c

Browse files
peroscarandersson8218
authored andcommitted
Arm backend: Move Ethos-U backend to generate TOSA-1.0
Move to use TOSA 1.0 for Vela compiler to consume. Vela compiler is updated to have support for TOSA 1.0. Co-authored-by: Per Åstrand <[email protected]> Signed-off-by: Oscar Andersson <[email protected]> Change-Id: Ia737617241535f2a69831fd056cb0d4f9af3e6ee
1 parent 4cb71a0 commit 9e9173c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/arm/arm_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def ethosu_compile_spec(
128128
self.compiler_flags.append("--output-format=raw")
129129
self.compiler_flags.append("--debug-force-regor")
130130

131-
base_tosa_version = "TOSA-0.80+BI"
131+
base_tosa_version = "TOSA-1.0+INT"
132132
if "u55" in target:
133133
# Add the Ethos-U55 extension marker
134134
base_tosa_version += "+u55"

examples/arm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ fi
6666

6767
# vela
6868
vela_repo_url="https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela"
69-
vela_rev="8cac2b9a7204b57125a8718049519b091a98846c"
69+
vela_rev="bd96090caa406b949c78e7435c7b781cbb356873"
7070

7171
########
7272
### Functions

0 commit comments

Comments
 (0)