aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--RELEASES.md18
2 files changed, 21 insertions, 2 deletions
diff --git a/README.md b/README.md
index 95e7ddff..56c899a2 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<!--
-SPDX-FileCopyrightText: Copyright 2020-2023 Arm Limited and/or its affiliates <open-source-office@arm.com>
+SPDX-FileCopyrightText: Copyright 2020-2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
SPDX-License-Identifier: Apache-2.0
@@ -50,7 +50,8 @@ optimised operators against that of the corresponding TensorFlow Lite reference
kernels (or TensorFlow Lite for Microcontrollers reference kernels in the case
of the UNIDIRECTIONAL_SEQUENCE_LSTM operator). The following list indicates
which version is used for comparison:
-* Vela 3.11.0 to current supports TensorFlow 2.15
+* Vela 3.12.0 to current supports TensorFlow 2.16
+* Vela 3.11.0 supports TensorFlow 2.15
* Vela 3.10.0 supports TensorFlow 2.14
* Vela 3.9.0 supports TensorFlow 2.12
* Vela 3.8.0 supports TensorFlow 2.11
diff --git a/RELEASES.md b/RELEASES.md
index 27d52837..a3b41b5b 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -22,6 +22,24 @@ 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.12.0 - 20/05/2024
+
+**Main feature changes:**
+
+* Extended operator support: STRIDED_SLICE with strides in H/W > 1
+* Upgrade TensorFlow Lite support to version 2.16
+
+**Interface changes:**
+
+* None
+
+**Reported defect fixes:**
+
+* Fixed CONCAT operators split between multiple subgraphs (MLCE-1223 & MLCE-1252)
+* Fixed issue with combining STRIDED_SLICE operation with elementwise broadcasting (MLCE-1223)
+* Fixed issue with LUT index calculation and STRIDED_SLICE optimisation (MLCE-1253)
+
+
## Release 3.11.0 - 19/02/2024
**Main feature changes:**