Skip to content

Commit ef76d08

Browse files
committed
Arm backend: Mark Ethos-U support for int16 extension
Signed-off-by: Per Åstrand <[email protected]> Change-Id: I5782c5e337913319830e7c79f09a34d4227751c9
1 parent d98a3e9 commit ef76d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-1.0+INT"
131+
base_tosa_version = "TOSA-1.0+INT+int16"
132132
if "u55" in target:
133133
# Add the Ethos-U55 extension marker
134134
base_tosa_version += "+u55"

0 commit comments

Comments
 (0)