From c7b183ab741650653289f8ce3bdeb4926521fdbd Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 6 Mar 2020 18:12:09 +0000 Subject: COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer Signed-off-by: Georgios Pinitas Change-Id: I0e449306c138a562ffc1455e76ec44b2fd059d85 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2860 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins --- docs/00_introduction.dox | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index a0018b2935..dd55436785 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -246,6 +246,21 @@ If there is more than one release in a month then an extra sequential number is @subsection S2_2_changelog Changelog +v20.02 Public major release + - Various bug fixes. + - Various optimisations. + - Added Bfloat16 type support + - Added Bfloat16 support in: + - @ref NEWeightsReshapeKernel + - @ref NEConvolutionLayerReshapeWeights + - @ref NEIm2ColKernel + - @ref NEIm2Col + - @ref NEDepthConvertLayerKernel + - @ref NEDepthConvertLayer + - @ref NEGEMMConvolutionLayer + - @ref NEGEMMConvolutionLayer + - @ref NEGEMMAssemblyDispatch + v20.02.1 Maintenance release - Added Android-NN build script. -- cgit v1.2.1