From 3ea7025fb9118ea4ddfabad2864a002009e5323a Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Tue, 24 May 2022 12:25:10 +0100 Subject: MLBEDSW-6422: Update release notes - Updated release notes and setup.py tag for 3.4 - Regenerated supported ops information Signed-off-by: Tim Hall Change-Id: I4ec88544b84cab168cb3e5cbc6bc392b6b3d8a39 --- RELEASES.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'RELEASES.md') diff --git a/RELEASES.md b/RELEASES.md index fec7824e..97067a0d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,6 +5,33 @@ main feature changes, interface changes and reported defects that have been fixed. The version numbering adheres to the [semantic versioning](https://semver.org/) scheme. +## Release 3.4.0 - 24/05/2022 + +**Main feature changes:** + +* Support hosting of third party system configuration files in ethosu/config_files/* + * New configs can be contributed by following the information in OPTIONS.md +* Upgrade TensorFlow Lite support to version 2.8 +* Ethos-U65 performance optimisations +* Improvements to HillClimb tensor allocator +* Add mypy support to pre-commit checks +* General bug fixes to functionality and improve stability +* Lower Python requirement to Python 3.7 for greater compatibility with other tools + +**Interface changes:** + +* Addition of CLI options: + * `--list-config-files`, `--verbose-performance`, `--hillclimb-max-iterations` + +**Reported defect fixes:** + +* Splitting into multiple Ethos-U Custom operators (MLCE-800) +* Layer-wise performance information (MLCE-759) +* Unable to find a valid block config (MLCE-776) +* LeakyReLU does not support negative alpha values (MLCE-817) +* Command stream disassembly does not contain address (MLCE-823) +* FULLY_CONNECTED does not implicitly reshape greather than rank-2 input tensor (MLCE-691) + ## Release 3.3.0 - 25/02/2022 **Main feature changes:** -- cgit v1.2.1