From 6db5ef5788d71c5ebffddc41d3d95f0e10e89b2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonny=20Sv=C3=A4rd?= Date: Thu, 24 Aug 2023 11:21:43 +0200 Subject: 23.08 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia7adf438073e2e136a3e70bd36def45baf6025ab Signed-off-by: Jonny Svärd --- 23.08.json | 81 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 9 +++++++ 2 files changed, 90 insertions(+) create mode 100644 23.08.json 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: -- cgit v1.2.1