aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Svärd <jonny.svaerd@arm.com>2023-08-24 11:21:43 +0200
committerJonny Svärd <jonny.svaerd@arm.com>2023-08-24 11:22:12 +0200
commit6db5ef5788d71c5ebffddc41d3d95f0e10e89b2e (patch)
treec810c6c47a5566535a72a52753ac07f66ab5a525
parent61b5829f226ca571c4ea529ca066bf867f02fe04 (diff)
downloadethos-u-6db5ef5788d71c5ebffddc41d3d95f0e10e89b2e.tar.gz
23.08 release23.08
Change-Id: Ia7adf438073e2e136a3e70bd36def45baf6025ab Signed-off-by: Jonny Svärd <jonny.svaerd@arm.com>
-rw-r--r--23.08.json81
-rw-r--r--README.md9
2 files changed, 90 insertions, 0 deletions
diff --git a/23.08.json b/23.08.json
new file mode 100644
index 0000000..901d5c0
--- /dev/null
+++ b/23.08.json
@@ -0,0 +1,81 @@
+{
+ "externals":
+ [
+ {
+ "path": "core_platform",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-platform",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-platform",
+ "revision": "23.08"
+ },
+ {
+ "path": "core_software",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-software",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-software",
+ "revision": "23.08"
+ },
+ {
+ "path": "core_software/core_driver",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-core-driver",
+ "revision": "23.08"
+ },
+ {
+ "path": "core_software/cmsis",
+ "fetchurl": "https://github.com/ARM-software/CMSIS_5.git",
+ "revision": "a75f01746df18bb5b929dfb8dc6c9407fac3a0f3"
+ },
+ {
+ "path": "core_software/cmsis-nn",
+ "fetchurl": "https://github.com/ARM-software/CMSIS-NN.git",
+ "revision": "23.08"
+ },
+ {
+ "path": "core_software/cmsis-view",
+ "fetchurl": "https://github.com/ARM-software/CMSIS-View.git",
+ "revision": "c195bfdc9385f2a1820d4d68dbf6a0d2940c8f39"
+ },
+ {
+ "path": "core_software/openamp/libmetal",
+ "fetchurl": "https://github.com/OpenAMP/libmetal",
+ "revision": "v2023.04.0"
+ },
+ {
+ "path": "core_software/openamp/openamp",
+ "fetchurl": "https://github.com/OpenAMP/open-amp",
+ "revision": "v2023.04.0"
+ },
+ {
+ "path": "core_software/rtos/freertos",
+ "fetchurl": "https://github.com/aws/amazon-freertos.git",
+ "revision": "41244b002675843d44fc79c8752a87c344eaa855"
+ },
+ {
+ "path": "core_software/rtos/freertos/freertos_kernel",
+ "fetchurl": "https://github.com/FreeRTOS/FreeRTOS-Kernel.git",
+ "revision": "a07f649bd50798cf7bd20325f12491c599a8bd39"
+ },
+ {
+ "path": "core_software/rtos/threadx",
+ "name": "linaro",
+ "fetchurl": "https://github.com/Linaro/threadx",
+ "revision": "20ae996c12b6e693db51d5b523d22cd248513702"
+ },
+ {
+ "path": "core_software/tflite_micro",
+ "fetchurl": "https://github.com/tensorflow/tflite-micro",
+ "revision": "80cb11b131e9738dc60b2db3e2f1f8e2425ded52"
+ },
+ {
+ "path": "linux_driver_stack",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-linux-driver-stack",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-linux-driver-stack",
+ "revision": "23.08"
+ },
+ {
+ "path": "vela",
+ "fetchurl": "https://review.mlplatform.org/ml/ethos-u/ethos-u-vela",
+ "pushurl": "ssh://review.mlplatform.org:29418/ml/ethos-u/ethos-u-vela",
+ "revision": "3.9.0"
+ }
+ ]
+}
diff --git a/README.md b/README.md
index 1168b8b..1aaf2f2 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,15 @@ Please see [Security](SECURITY.md).
# Releases
+## Release 23.08
+
+The 23.08 release has been tested against Tensorflow version 2.12 as reference, with the additional patches applied:
+
+* https://github.com/tensorflow/tensorflow/pull/58400
+* https://github.com/tensorflow/tensorflow/pull/52014
+
+Without these patches there may be output diffs between TFL and TFLM for certain models.
+
## Release 23.05
The 23.05 release has been tested against Tensorflow version 2.11 as reference, with the additional patches applied: