Skip to content

Commit 9b0a5d6

Browse files
committed
Try out Ethos_U55_High_End_Embedded setting
1 parent b407af3 commit 9b0a5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/aot_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def forward(self, x: torch.Tensor, y: torch.Tensor) -> torch.Tensor:
2525
# explanation of its flags: https://gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-vela/-/blob/main/OPTIONS.md
2626
compile_spec = EthosUCompileSpec(
2727
target="ethos-u85-256",
28-
system_config="Ethos_U85_SYS_DRAM_Low",
28+
system_config="Ethos_U55_High_End_Embedded",
2929
memory_mode="Shared_Sram",
3030
extra_flags=["--output-format=raw", "--debug-force-regor"]
3131
)

0 commit comments

Comments
 (0)