aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorgolock <pablo.tello@arm.com>2020-11-20 11:03:33 +0000
committerPablo Marquez Tello <pablo.tello@arm.com>2020-11-20 14:51:34 +0000
commit0e72849d66176270be763076412b27a68a6c325e (patch)
treec53b32c5ea672bdb1def5ae997b0d6fd91770fd8
parent39096703269e2ec41fef593a6de49f84ba9c7bb0 (diff)
downloadComputeLibrary-0e72849d66176270be763076412b27a68a6c325e.tar.gz
Update Release Notes 20.11
Change-Id: I0ca2928783d24a8fddd01f15ade796149be3434f Signed-off-by: morgolock <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4496 Reviewed-by: Sang-Hoon Park <sang-hoon.park@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--docs/00_introduction.dox9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 6b341fb0f0..3321b39992 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -87,6 +87,8 @@ If there is more than one release in a month then an extra sequential number is
@subsection S2_2_changelog Changelog
v20.11 Public major release
+ - Performance regressions can be noted when executing Depthwise Convolution on Neon with a multiplier > 1.
+ This is planned to be resolved in 21.02 release.
- Added new data type S32 support for:
- @ref NEArithmeticSubtraction
- @ref NEArithmeticSubtractionKernel
@@ -106,6 +108,13 @@ v20.11 Public major release
- @ref GCSoftmaxLayer
- New OpenCL kernels / functions:
- @ref CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel
+ - @ref CLLogicalNot
+ - @ref CLLogicalAnd
+ - @ref CLLogicalOr
+ - New NEON kernels / functions:
+ - @ref NELogicalNot
+ - @ref NELogicalAnd
+ - @ref NELogicalOr
- Removed padding from NEON kernels:
- @ref NEComplexPixelWiseMultiplicationKernel
- @ref NENonMaximaSuppression3x3Kernel