aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2020-01-21 10:03:20 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-01-23 15:41:12 +0000
commitd374ff2eb5d50785fb1d39d53b01109e452f4cfe (patch)
treeeb2e9ca22e4fe323d331f93c7ce2a68204bd43a1
parent71795bb87ac34bf5460cb534fedc9d363fbd67ec (diff)
downloadComputeLibrary-d374ff2eb5d50785fb1d39d53b01109e452f4cfe.tar.gz
COMPMID-3020: Update release notes for 19.11.1
Change-Id: I07d237befd5786fc5d74365225941dfdaea62c31 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/2631 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--docs/00_introduction.dox16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index b3772274cd..e85d2b2efb 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -246,6 +246,14 @@ If there is more than one release in a month then an extra sequential number is
@subsection S2_2_changelog Changelog
+v19.11.1 Public maintenance release
+ - Fix offset calculation in NEReductionOperationKernel.
+ - Fix data layout in NEScaleKernel for nhwc.
+ - Retain configuration step data layout to avoid side-effects.
+ - Perform sqrt in double domain for L2 pooling.
+ - Fix output shape calculation for Reduce Mean
+ - Restrict cases where optimized NEPadLayer runs.
+
v19.11 Public major release
- Various bug fixes.
- Various optimisations.
@@ -312,6 +320,14 @@ v19.11 Public major release
- Optimized CL generic depthwise convolution layer by introducing @ref CLDepthwiseConvolutionLayerNativeKernel.
- Reduced memory consumption by implementing weights sharing.
+v19.08.1 Public maintenance release
+ - Fix offset calculation in NEReductionOperationKernel.
+ - Fix data layout in NEScaleKernel for nhwc.
+ - Retain configuration step data layout to avoid side-effects.
+ - Perform sqrt in double domain for L2 pooling.
+ - Fix output shape calculation for Reduce Mean
+ - Fix broadcast CLPixelwiseMultiplication with 5D tensors
+
v19.08 Public major release
- Various bug fixes.
- Various optimisations.