- Dec 06, 2023
-
-
Conor Kennedy authored
Change-Id: Iee2cea2bcb8fd315753b702a501cca2e672af386 Signed-off-by:
Conor Kennedy <conor.kennedy@arm.com>
-
- Dec 04, 2023
-
-
Aron Virginas-Tar authored
Change-Id: Ic34b01af1a7e763b92ade52a4833201d4287ec60 Reviewed-on: https://eu-gerrit-2.euhpc.arm.com/c/ml/ecosystem/ml-embedded-evaluation-kit/+/775365 Tested-by:
mlecosys <mlecosys@arm.com> Reviewed-by:
Conor Kennedy <conor.kennedy@arm.com> Reviewed-by:
Richard Burton <richard.burton@arm.com>
-
- Nov 30, 2023
-
-
* Updated NPU components and dependencies (core-driver, core-platform, Vela, CMSIS, TensorFlow Lite Micro) to 23.11 release SHAs. * Changed Python version to 3.10 * Updated release notes and other documentation * Added workarounds to scripts in order to address build issues Signed-off-by:
Aron Virginas-Tar <aron.virginas-tar@arm.com> Change-Id: I0a639b80881b53eebb216085b7e6764e3be8ca67
-
- Nov 29, 2023
-
-
Richard Burton authored
Co-authored-by:
Gabor Abonyi <gabor.abonyi@arm.com> Signed-off-by:
Richard Burton <richard.burton@arm.com> Change-Id: I6792576cf21285d73aa8213a4497cf23502ff795
-
- Nov 20, 2023
-
-
Liam Barry authored
*Removed default behaviour of unit-test executables to redirect output to file. *Accompanying change made to CI script to generate xml files there instead. *Switched to newer minor version of Catch. *Note: Support for simultaneous output to console and file is available in new major version (Catch 3). Other unit test cleanup: * Redundant warnings about common tests output removed * Static cast added to silence compiler warning * Removed additional printing in RNNoiseModelTests Signed-off-by:
Liam Barry <liam.barry@arm.com> Change-Id: If9d7f366ec205a7cd49a45198a15867ef7b75afd
-
- Nov 13, 2023
-
-
* Change reference to all ops resolver * Added our own 'all ops resolver' * Move Labels objects out of BRAM for simple_platform * Minor fixes to documentation Signed-off-by:
Richard Burton <richard.burton@arm.com> Change-Id: I8b0d66ce83287f2bc027cfc36a1f378c97755481
-
- Nov 08, 2023
-
-
Ayaan Masood authored
* Simplified the landing README file * Rearranged sections for improved reading flow Signed-off-by:
Ayaan Masood <Ayaan.Masood@arm.com> Change-Id: I050b39d1acdb08626134e66af2ce2eee1dbffbf9
-
Change-Id: Id6e7e735e8891b59533036a7d216033a3d26e1c6 Signed-off-by:
Liam Barry <liam.barry@arm.com> Change-Id: Ib471b1808252d64a08382e06e28936dcd5c636ab
-
- Nov 06, 2023
-
-
Change-Id: Id3acb2d225c4890f716052e874f01651ee1a5481 Signed-off-by:
Conor Kennedy <conor.kennedy@arm.com>
-
Richard Burton authored
Signed-off-by:
Richard <Burton<richard.burton@arm.com> Change-Id: I833f5edfbd080a67f2863a250be3199879d5f81f
-
- Nov 03, 2023
-
-
Signed-off-by:
Richard Burton <richard.burton@arm.com> Change-Id: I087e23f43b41fa0ef97ec7dcaeba807f6cba17e7
-
- Oct 26, 2023
-
-
* All Python scripts updated to abide by Pylint rules * good-names updated to permit short variable names: i, j, k, f, g, ex * ignore-long-lines regex updated to allow long lines for licence headers * Shell scripts now compliant with Shellcheck Signed-off-by:
Alex Tawse <Alex.Tawse@arm.com> Change-Id: I8d5af8279bc08bb8acfe8f6ee7df34965552bbe5
-
- Oct 20, 2023
-
-
Liam Barry authored
TF and CMSIS-NN updated to support additional NN operation Signed-off-by:
Liam Barry <liam.barry@arm.com> Change-Id: I7ef151a598ca7c7cb63977b0cd2f58cdc4fd432b
-
- Oct 16, 2023
-
-
Gauri Sahnan authored
* For numpy versions 1.23 onwards remove comditional python statements Change-Id: Ie0aa54da9fc0f7fd426cd324b1b785d4794fc1c7 Signed-off-by:
Gauri Sahnan <gauri.sahnan@arm.com>
-
- Oct 04, 2023
-
-
Previously, execution path following failed tensor allocation was not covered by tests. Minor amendment added to make ~Model virtual. During testing it was noticed that intentional errors simulated in certain common tests would result in misleading output for subsequent tests as the error messages appear in the console output of the next failing test. Documentation and print statements added until a solution is found. Change-Id: Iaf3e0f32ce9e0505921251cd41f73030108d2cb1 Signed-off-by:
Liam Barry <liam.barry@arm.com>
-
- Sep 05, 2023
-
-
Nina Drozd authored
* issues identified with armclang 6.17 and 6.18 * updates in cmake for minimum version * updates in release notes and documentation Change-Id: Iffa711d9d95a509f5c07cd55f59a49bdcf3e9d6a
-
- Aug 31, 2023
-
-
Richard Burton authored
* Adding call to the new ops resolver in inference runner usecase * Change variable names to match code style Signed-off-by:
Richard <Burton<richard.burton@arm.com> Change-Id: I0537cc18296294ac9d778434c257ad4f4e479310
-
Nina Drozd authored
* version updates in cmakelists file * update submodules to 23.08 versions * updates to documentation - vela 3.9.0 Change-Id: I5e24d5729ecbd2289b04fcc845fb44f455ab38d5 Signed-off-by:
Nina Drozd <nina.drozd@arm.com>
-
- Aug 29, 2023
-
-
Model: Added std::unique_ptr qualifier to Model.cc member and used make_unique when creating interpreter object Removed custom destructor and un-necessary memory cleanup following failed allocation DataStructures: Refactored array 2d to use a std::vector under the hood. This should preserve desired attributes including contiguous memory while removing the need for custom destructor. Original size function renamed to dimSize to avoid confusion with vector.size() Accompanying changes made to preprocessing and ASR tests. AppContext: Replaced use of raw pointers in AppContext.hpp. Previously a std::map including IAttribute pointers required individual deallocation as they were allocated using new. Signed-off-by:
Liam Barry <liam.barry@arm.com> Change-Id: I1a34dce5dea6ecf4883a9ada3a20f827eb6e6d6b
-
- Aug 21, 2023
-
-
Alex Tawse authored
Change-Id: Id52f6b182c5b8325c377f2924e0eeee57f3c4287
-
- Jul 28, 2023
-
-
Liam Barry authored
GCC builds of inference runner hardfault when tensor allocation fails. Traced to duplicated delete calls on interpreter member variable in app code and ~Model() which has undefined behaviour Signed-off-by:
Liam Barry <liam.barry@arm.com> Change-Id: I3872338b4fdc3c25aa26a5cd55991cd575da5a3c
-
- Jun 22, 2023
-
-
Richard Burton authored
* Typo fix in documentation * Fix bug with build_default.py and passing in --make-verbose * Added additional requirement for third-party dependencies Signed-off-by:
Richard Burton <richard.burton@arm.com> Change-Id: Icdac7d4583c4fe3000fe9bc784979b2d1cf70909
-
- Jun 09, 2023
-
-
Kshitij Sisodia authored
Revising documentation and scripts to use Python3.9 explicitly to remove the need for installing it system-wide that might break a distro's desktop and pacakge manager utilities. Change-Id: I683b55dd0243d0a726dc94eba2431005d4897c8c Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Jun 06, 2023
-
-
Richard Burton authored
Signed-off-by:
Richard Burton <richard.burton@arm.com> Change-Id: I7cfda89a1eac40a47150505bcacea8bf2aef8695
-
Signed-off-by:
Richard Burton <richard.burton@arm.com> Change-Id: Ide32a976a9d04495ce6a35dd9c0eff1d3470b109
-
- May 30, 2023
-
-
Richard Burton authored
* Update dependencies to 23.05 versions * Fix for a break caused by changes in TensorFlow Lite Micro * Update release notes Signed-off-by:
Richard Burton <richard.burton@arm.com> Change-Id: Id2f60ea574aab982911125bdcb513adb8edc723d
-
- May 05, 2023
-
-
Kshitij Sisodia authored
Added test for FFT on complex vector of 32-bit floats. Change-Id: I236255952335bfd00ce3d811845ffe604167dcc5 Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Mar 28, 2023
-
-
Isabella Gottardi authored
Change-Id: Ib041604867e761a006d74cef16a33c27d86648eb Signed-off-by:
Isabella Gottardi <isabella.gottardi@arm.com>
-
- Mar 22, 2023
-
-
Conor Kennedy authored
* For compatibility reasons, use the following versions when running on Python3.7: numpy 1.21.3 scipy 1.7.3 Change-Id: I5213820cc64b51cfa8b4ff49a1bff030e652822d Signed-off-by:
Conor Kennedy <conor.kennedy@arm.com>
-
- Mar 21, 2023
-
-
Isabella Gottardi authored
- Image.Resampling.BILINEAR replace deprecated Image.BILINEAR - Trivial documentation fixes Change-Id: Ia75af2d2bf171085d4a0a2c472f0e3f94dbdc5b9 Signed-off-by:
Isabella Gottardi <isabella.gottardi@arm.com>
-
- Mar 17, 2023
-
-
Kshitij Sisodia authored
Some minor improvements in this patch: * Added notes on troubleshooting WSL2 build issues. * Fixed a stray guard for MPS3_PLATFORM from noise reduction use-case. * The default build script `build_default.py` will now return an error code to the calling process if it fails. Change-Id: I4557a402646fdf903b2cb043bf68d5d0b0d12972 Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Mar 15, 2023
-
-
Kshitij Sisodia authored
Updating dependency submodules to 23.02 versions. See https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u/+/refs/tags/23.02/23.02.json Change-Id: If0e396decadc1b4e3c6b263c65f75ccf0dafed28 Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Feb 16, 2023
-
-
Kshitij Sisodia authored
Overriding the default THIRD_PARTY_KERNEL_OPTIMIZATION_LEVEL flag for comilation of Arm CMSIS-NN library. GNU linker script also needed to be modified with this change because of increase in the code footprint. Change-Id: I65c76fcaf4b6421533086a0905b2e6f0048b46fd Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Feb 13, 2023
-
-
Conor Kennedy authored
* Update various files to use inclusive language Signed-off-by:
Conor Kennedy <conor.kennedy@arm.com> Change-Id: I538f61a400e1d58acb6397bb5e2ba3d912196314
-
- Jan 05, 2023
-
-
Kshitij Sisodia authored
Minor documentation updates to add links for Arm Corstone-310 implementation `AN555`. Change-Id: I5fd1f577b0adcb1041aaefbc41d121ce52404e09 Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Dec 29, 2022
-
-
Kshitij Sisodia authored
Catch2, included for tests on native target, is now added using FetchContent to download it at configuration stage. Minor improvements added to prevent name clashes if this project is used as a submodule in other projects where Catch2 is already a named dependency/target. Change-Id: I6f0ff02704e54a5c4cefe499ac80d434cf89b463 Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Dec 23, 2022
-
-
Added documentation around known issue with Arm GNU toolchain version 12.2.1. Minor change for MLECO-3731 also included. Link-time warnings for Arm GNU toolchain 11.3.1 also fixed. Change-Id: Ia8215e9f71327eeb59868aea91729d7b19dd6d34 Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Dec 21, 2022
-
-
Kshitij Sisodia authored
The NPU idle count could have been erraneously high as the counters were always running. This change utilises callback functions to start/stop the counters only when the inferences start/stop executing on the NPU. Changes have been made to cache maintenance functions called from within the NPU driver's pipeline to reduce the overhead caused by these. Change-Id: I69db0d3b3f3fe5b2847e15b5c3096cb1e0484176 Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Dec 19, 2022
-
-
Kshitij Sisodia authored
Template files updated for generated files to adhere to coding guidelines and clang format configuration. There will still be unavoidable violations, but most of the others have been fixed. Change-Id: Ia03db40f8c62a369f2b07fe02eea65e41993a523 Signed-off-by:
Kshitij Sisodia <kshitij.sisodia@arm.com>
-
- Dec 09, 2022
-
-
Conor Kennedy authored
Change-Id: Iad3299379f2672510a569b22324823a0377c7179 Signed-off-by:
Conor Kennedy <conor.kennedy@arm.com>
-