aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2020-05-22 12:57:18 +0100
committerManuel Bottini <manuel.bottini@arm.com>2020-05-26 13:16:15 +0100
commit2c21ac13e0d66b37832af48dd151b5d1c2e1bc39 (patch)
treea8e728a3dd6a69cf3183889d18bc451716dab027
parent2168a6809a9a59039530fcb02b9ac86f71fbd975 (diff)
downloadComputeLibrary-2c21ac13e0d66b37832af48dd151b5d1c2e1bc39.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>
-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.