From 8a80cb04f47ba6cc5a668c1d1e57fd53be22ace2 Mon Sep 17 00:00:00 2001 From: Tom Allsop Date: Fri, 11 Jul 2025 10:13:20 +0100 Subject: [PATCH] Arm backend: Add TOSA-1.0+FP target to AOT compiler Signed-off-by: Tom Allsop Change-Id: I9624cfdfe89632708dc40a8884d0ed7398a312b9 --- examples/arm/aot_arm_compiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/arm/aot_arm_compiler.py b/examples/arm/aot_arm_compiler.py index 8f5e0d67676..55c19d636a9 100644 --- a/examples/arm/aot_arm_compiler.py +++ b/examples/arm/aot_arm_compiler.py @@ -344,6 +344,7 @@ def forward(self, x: torch.Tensor, y: torch.Tensor): "vgf", "TOSA-0.80+BI", "TOSA-1.0+INT", + "TOSA-1.0+FP", ]