aboutsummaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2023-05-17 13:19:12 +0100
committerTim Hall <tim.hall@arm.com>2023-05-17 16:38:59 +0100
commitfd27111b17fe57163cd82bfe52fac2ba1aec1013 (patch)
tree5f84141a9604bcecbd93998f6374be9015039bcd /RELEASES.md
parente8fc214481bdbe1c80613b3f3a471c135038560e (diff)
downloadethos-u-vela-fd27111b17fe57163cd82bfe52fac2ba1aec1013.tar.gz
MLBEDSW-7494: Update release notes3.8.0.rc2
- Added release information - Minor changes to SUPPORTED_OPS.md including version info Change-Id: I91fae4c40c6c1f25b874268b18d077a9babd4875 Signed-off-by: Tim Hall <tim.hall@arm.com>
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index b73374d..8c6dd46 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -22,6 +22,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.8.0 - 17/05/2023
+
+**Main feature changes:**
+
+* New operator support: ARG_MAX, UNIDIRECTIONAL_SEQUENCE_LSTM, EXP
+* Improved CONV_2D striding support
+* Upgrade TensorFlow Lite support to version 2.11
+* Changed MEAN operator implementation to match changes in TensorFlow Lite reference kernels
+* Fixed int8 and int16 fusing of PAD and AVERAGE_POOL_2D
+* Fixed issues with pass-through support for:
+ * Resource variables
+ * Fused activation attribute and missing attributes
+* Improved documentation of verbose CLI options
+
+**Interface changes:**
+
+* Addition of CLI options:
+ * `--verbose-progress`
+
+**Reported defect fixes:**
+
+* Compilation progress feedback (MLCE-1009)
+* Reduced compilation time for large networks (MLCE-1009)
+* Fixed handling of invalid RESHAPE operators (MLCE-997)
+* Fixed crash when passing-through semantically incorrect operators with missing attributes (MLCE-1027)
+
+
## Release 3.7.0 - 16/02/2023
**Main feature changes:**