From: morgolock Date: Fri, 20 Nov 2020 11:03:33 +0000 (+0000) Subject: Update Release Notes 20.11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0052078c7329a1bef7705c7d1e7603075e2a1a20;p=platform%2Fupstream%2Farmcl.git Update Release Notes 20.11 Change-Id: I0ca2928783d24a8fddd01f15ade796149be3434f Signed-off-by: morgolock Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4165 Reviewed-by: SiCong Li Tested-by: Georgios Pinitas --- diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 6b341fb0f..3321b3999 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