From d8339a75c9b655c0507e34238078fdad068b4023 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Thu, 27 May 2021 18:49:40 +0100 Subject: MLBEDSW-4034: New Scheduler Size or Performance Optimisation - Merged dev/scheduler at 83639f90e8c828f70de6e29142355a940224959b Signed-off-by: Tim Hall Change-Id: I0050529d4b42da93768c7264296434dd877fb5b4 --- RELEASES.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'RELEASES.md') diff --git a/RELEASES.md b/RELEASES.md index 296d59bf..892d84d6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,6 +5,37 @@ 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.0.0 - 28/05/2021 + +**Main feature changes:** + +* Improved user control over Vela + * Allowing user to specify an arena cache size target + * Allowing user to optimise for inference time or memory footprint +* Extended operator support for PAD and MEAN +* Multiple improvements to reduce compilation time + +**Interface changes:** + +* Addition of CLI options: + * `--optimise`, `--arena-cache-size` +* Removal of CLI options: + * `--cascading`, `--cache-bias-scale-tensor`, `--ifm-streaming`, + * `--force-block-config`, `--block-config-limit`, `--recursion-limit` + * `--nhcwb16-between-cascaded-passes`, `--weight-estimation-scaling` + * `--pareto-metric`, `--verbose-pareto-frontier-schedules` + +**Reported defect fixes:** + +* Regression in FullyConnected between v2.0.1 and v2.1.0 (MLCE-484) +* Output mismatch for 16-bit TANH and SIGMOID (MLCE-362) +* Improved `--verbose-graph` CLI option output (MLCE-482) +* Bug with `--verbose-operators` CLI option (MLCE-444) +* Bug with incorrect tensor format chosen for SPLIT (MLCE-331) +* Bug with STRIDED_SLICE padding (MLCE-425) +* Bug with RESHAPE at the edge of Ethos-U custom operator (MLCE-443) +* Document Vela memory configuration and options (MLCE-410 & MLCE-498) + ## Release 2.1.0 - 25/02/2021 **Main feature changes:** -- cgit v1.2.1