aboutsummaryrefslogtreecommitdiff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2020-06-15 22:25:58 +0100
committerTim Hall <tim.hall@arm.com>2020-06-18 17:53:52 +0100
commit10a6618784aae35de389e0291fd2d78cbfa03bb7 (patch)
tree7e75a67b32d7523dffcb51f3936ccbb38735a95c /RELEASES.md
parent70cc12126b664c490ffb02f0cedf34ab539100cc (diff)
downloadethos-u-vela-10a6618784aae35de389e0291fd2d78cbfa03bb7.tar.gz
MLBEDSW-2062: Add EAC release notes
- Added RELEASES.md - Updated testing and contributions Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: Ia5ca3e11f03f03b739d1ce132ee001d5feb2c19e
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
new file mode 100644
index 00000000..fcd100fb
--- /dev/null
+++ b/RELEASES.md
@@ -0,0 +1,31 @@
+# Vela Releases
+
+These are the release notes for all Vela releases. They document all of the
+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 1.0 - 18/06/2020
+
+**Main feature changes:**
+
+* Int16 support
+* New HW operator support: RESIZE_BILINEAR and TRANSPOSE_CONV
+* NHCWB16 support between cascaded passes
+* Stride 3 support
+* pre-commit framework for code formatting, linting and testing
+
+**Interface changes:**
+
+* Removal of CLI options: `--batch-size`, `--inter-pass-cycle-delay`,
+`--dram-bandwidth`
+* Addition of CLI options: `--nhcwb16-between-cascaded-passes`
+
+**Reported defect fixes:**
+
+* MLCE-218: Crop2D operator not passing through optimizer
+* MLCE-219: Custom Operator not passing through optimizer
+
+## Release 0.1 - 29/04/2020
+
+Initial release.