aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2020-05-22 12:57:18 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2020-05-26 12:04:45 +0000
commit075253afb56a8a29ec54131e8a867d1ee0a0935c (patch)
treeb4895914ecb65e9172c420fe36fdbda0640993e4 /docs
parentc893294fe64f6cd7a9d272ff378d382125c59536 (diff)
downloadComputeLibrary-075253afb56a8a29ec54131e8a867d1ee0a0935c.tar.gz
COMPMID-3424: Update Release Notes
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/00_introduction.dox7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 39b83f27a3..bdbb2fc410 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.