COMPMID-3424: Update Release Notes
authorManuel Bottini <manuel.bottini@arm.com>
Fri, 22 May 2020 11:57:18 +0000 (12:57 +0100)
committerManuel Bottini <manuel.bottini@arm.com>
Tue, 26 May 2020 12:16:15 +0000 (13:16 +0100)
Change-Id: I59c24900a62d8ec27f99e9fd3a5c1955b6d98783
Signed-off-by: Manuel Bottini <manuel.bottini@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3250
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Tested-by: Georgios Pinitas <georgios.pinitas@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>

docs/00_introduction.dox

index 39b83f27a3e7617322cc10acf9df2adbaa936a94..bdbb2fc410ffb26c1179188cab5fc4172a098bfc 100644 (file)
@@ -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.