Skip to content

Commit 9f8c2f6

Browse files
authored
Arm backend: Add TOSA-1.0+FP target to AOT compiler (#12396)
Signed-off-by: Tom Allsop <[email protected]>
1 parent b6b7a16 commit 9f8c2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/arm/aot_arm_compiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ def forward(self, x: torch.Tensor, y: torch.Tensor):
343343
"vgf",
344344
"TOSA-0.80+BI",
345345
"TOSA-1.0+INT",
346+
"TOSA-1.0+FP",
346347
]
347348

348349

0 commit comments

Comments
 (0)