aboutsummaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authoroliper01 <oliver.perssonbogdanovski@arm.com>2022-08-16 11:21:17 +0000
committerTim Hall <tim.hall@arm.com>2022-08-23 16:14:03 +0100
commit77f0e54f739b31105d4f850a644a33efb3cbcf1f (patch)
tree136f736d23ff2ae47acdd6ab7a8c17a001892b5b /RELEASES.md
parentd2969a9a5696fef60415fdb2cf0ebe2864eb73c5 (diff)
downloadethos-u-vela-77f0e54f739b31105d4f850a644a33efb3cbcf1f.tar.gz
MLBEDSW-6748: Update SUPPORTED_OPERATORS.md and release notes3.5.0.rc3
- Updated SUPPORT_OPERATORS.md with Resize operators - Updated release notes with the main changes and bug fixes - Updated version numbers Signed-off-by: oliper01 <oliver.perssonbogdanovski@arm.com> Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: If25b5fab708098bc3e7eb243924b55a50f148c3a
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 97067a0d..f930031e 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -5,6 +5,27 @@ 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.5.0 - 23/08/2022
+
+**Main feature changes:**
+
+* New operator support: RESIZE_NEAREST_NEIGHBOR, SHAPE
+* Cascading support for elementwise operators
+* Ethos-U65 performance improvements
+* Upgrade TensorFlow Lite support to version 2.9
+ * Under certain circumstanced the optimised model may not match TensorFlow 2.9
+ for int16x8 CONV2D, TRANSPOSE_CONV2D and FULLY_CONNECTED, see
+ <https://github.com/tensorflow/tensorflow/issues/53763> for more information
+
+**Interface changes:**
+
+* None
+
+**Reported defect fixes:**
+
+* SRAM usage is higher than with old `--pareto-metric BwCycMemBlkH` option for some networks (MLCE-860)
+* Assert caused by CONCATENATION operator with invalid tensor shapes (MLCE-896)
+
## Release 3.4.0 - 24/05/2022
**Main feature changes:**