From c9b4089b3037b5943565d76242d3016b8776f8d2 Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Tue, 28 Jun 2022 10:29:35 +0100 Subject: MLIA-546 Merge AIET into MLIA Merge the deprecated AIET interface for backend execution into MLIA: - Execute backends directly (without subprocess and the aiet CLI) - Fix issues with the unit tests - Remove src/aiet and tests/aiet - Re-factor code to replace 'aiet' with 'backend' - Adapt and improve unit tests after re-factoring - Remove dependencies that are not needed anymore (click and cloup) Change-Id: I450734c6a3f705ba9afde41862b29e797e511f7c --- src/mlia/resources/aiet/applications/APPLICATIONS.txt | 5 +++-- src/mlia/resources/aiet/systems/SYSTEMS.txt | 3 +-- src/mlia/resources/backends/applications/.gitignore | 6 ++++++ src/mlia/resources/backends/systems/.gitignore | 6 ++++++ 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 src/mlia/resources/backends/applications/.gitignore create mode 100644 src/mlia/resources/backends/systems/.gitignore (limited to 'src/mlia/resources') diff --git a/src/mlia/resources/aiet/applications/APPLICATIONS.txt b/src/mlia/resources/aiet/applications/APPLICATIONS.txt index 09127f8..a702e19 100644 --- a/src/mlia/resources/aiet/applications/APPLICATIONS.txt +++ b/src/mlia/resources/aiet/applications/APPLICATIONS.txt @@ -1,6 +1,7 @@ SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. SPDX-License-Identifier: Apache-2.0 -This directory contains the Generic Inference Runner application packages for AIET +This directory contains the application packages for the Generic Inference +Runner. -Each package should contain its own aiet-config.json file +Each package should contain its own aiet-config.json file. diff --git a/src/mlia/resources/aiet/systems/SYSTEMS.txt b/src/mlia/resources/aiet/systems/SYSTEMS.txt index bc27e73..3861769 100644 --- a/src/mlia/resources/aiet/systems/SYSTEMS.txt +++ b/src/mlia/resources/aiet/systems/SYSTEMS.txt @@ -1,8 +1,7 @@ SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. SPDX-License-Identifier: Apache-2.0 -This directory contains the configuration files of the systems for the AIET -middleware. +This directory contains the configuration files of the system backends. Supported systems: diff --git a/src/mlia/resources/backends/applications/.gitignore b/src/mlia/resources/backends/applications/.gitignore new file mode 100644 index 0000000..0226166 --- /dev/null +++ b/src/mlia/resources/backends/applications/.gitignore @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. +# SPDX-License-Identifier: Apache-2.0 +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/src/mlia/resources/backends/systems/.gitignore b/src/mlia/resources/backends/systems/.gitignore new file mode 100644 index 0000000..0226166 --- /dev/null +++ b/src/mlia/resources/backends/systems/.gitignore @@ -0,0 +1,6 @@ +# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. +# SPDX-License-Identifier: Apache-2.0 +# Ignore everything in this directory +* +# Except this file +!.gitignore -- cgit v1.2.1