From ecdd89912ecd2a4ec715e96fe8eb0b8e59d8c273 Mon Sep 17 00:00:00 2001 From: Ruomei Yan Date: Thu, 1 Sep 2022 11:51:38 +0100 Subject: MLIA-618 MLIA performance for Ethos-U65-256 - added the target profile for ethos-u65-256 - modified the unit tests regarding target profiles - updated the README.md Change-Id: I0f6b50199e735a18f0b436d291c871e1fa0460dd --- src/mlia/resources/profiles.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/mlia/resources/profiles.json b/src/mlia/resources/profiles.json index b2a3351..500c1ab 100644 --- a/src/mlia/resources/profiles.json +++ b/src/mlia/resources/profiles.json @@ -17,6 +17,12 @@ "system_config": "Ethos_U65_High_End", "memory_mode": "Dedicated_Sram" }, + "ethos-u65-256": { + "target": "ethos-u65", + "mac": 256, + "system_config": "Ethos_U65_High_End", + "memory_mode": "Dedicated_Sram" + }, "tosa": { "target": "tosa" } -- cgit v1.2.1