From: Manuel Bottini Date: Fri, 22 May 2020 11:57:18 +0000 (+0100) Subject: COMPMID-3424: Update Release Notes X-Git-Tag: submit/tizen/20200730.023729~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c21ac13e0d66b37832af48dd151b5d1c2e1bc39;p=platform%2Fupstream%2Farmcl.git COMPMID-3424: Update Release Notes Change-Id: I59c24900a62d8ec27f99e9fd3a5c1955b6d98783 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3250 Reviewed-by: Georgios Pinitas Tested-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 39b83f27a..bdbb2fc41 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -302,6 +302,13 @@ v20.05 Public major release - Removed PoolingLayerInfo constructors without Data Layout. - Removed CLDepthwiseConvolutionLayer3x3 - Removed NEDepthwiseConvolutionLayerOptimized + - Added support for Winograd 3x3,4x4 on NEON FP16: + - @ref NEWinogradConvolutionLayer + - @ref NEWinogradLayerTransformInputKernel + - @ref NEWinogradLayerTransformOutputKernel + - @ref NEWinogradLayerTransformWeightsKernel + - Added CLCompileContext + - Added NEON GEMM kernel with 2D window support v20.02.1 Maintenance release - Added Android-NN build script.