aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Rossini <giuseppe.rossini@arm.com>2020-02-17 17:22:49 +0000
committerGiuseppe Rossini <giuseppe.rossini@arm.com>2020-02-20 14:31:28 +0000
commitf04ddbc77d6799470fb1c5e92baf3deae2ddea3b (patch)
tree1c43f9d712d1e346c27f439649d0444c764c8a0b
parent2c87719e1f58c67e4d543fcf878094e9f88aea62 (diff)
downloadComputeLibrary-f04ddbc77d6799470fb1c5e92baf3deae2ddea3b.tar.gz
COMPMID-3192: Update release notes
Change-Id: Ia78cf1ec6cfcf047595ac6f9a866c36918ffe7be Signed-off-by: Giuseppe Rossini <giuseppe.rossini@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2744 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
-rw-r--r--docs/00_introduction.dox49
1 files changed, 48 insertions, 1 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index e85d2b2efb..379b0aa105 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -1,5 +1,5 @@
///
-/// Copyright (c) 2017-2019 ARM Limited.
+/// Copyright (c) 2017-2020 ARM Limited.
///
/// SPDX-License-Identifier: MIT
///
@@ -246,6 +246,53 @@ 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 new data type QASYMM8_SIGNED support for:
+ - @ref CLDepthwiseConvolutionLayer
+ - @ref CLDepthwiseConvolutionLayer3x3
+ - @ref CLGEMMConvolutionLayer
+ - @ref CLGEMMLowpMatrixMultiplyCore
+ - @ref CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel
+ - @ref CLGEMMLowpMatrixMultiplyNativeKernel
+ - @ref NEActivationLayer
+ - @ref NEComparisonOperationKernel
+ - @ref NEConvolutionLayer
+ - @ref NEDepthwiseConvolutionLayer
+ - @ref NEDepthwiseConvolutionLayer3x3Kernel
+ - @ref NEDirectConvolutionLayerOutputStageKernel
+ - @ref NEElementwiseComparison
+ - @ref NEElementwiseMax
+ - @ref NEElementwiseMin
+ - @ref NEElementwiseSquaredDiff
+ - @ref NEFullyConnectedLayer
+ - @ref NEGEMMMatrixVectorMultiplyKernel
+ - @ref NEPixelWiseMultiplication
+ - @ref NEPoolingLayer
+ - @ref NEPReluLayer
+ - Added support for QSYMM8_PER_CHANNEL in:
+ - @ref NEDepthwiseConvolutionLayer3x3Kernel
+ - Added support for split sizes in:
+ - @ref CLSplit
+ - @ref NESplit
+ - New OpenCL kernels / functions:
+ - @ref CLFill
+ - @ref CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / @ref CLGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
+ - New NEON kernels / functions:
+ - @ref NEFill
+ - @ref NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPointKernel / @ref NEGEMMLowpQuantizeDownInt32ToInt8ScaleByFixedPoint
+ - Deprecated NEON functions / interfaces:
+ - @ref CLDepthwiseConvolutionLayer3x3
+ - @ref NEDepthwiseConvolutionLayerOptimized
+ - @ref PoolingLayerInfo constructors without Data Layout.
+ - Added support for quantization with multiplier greater than 1 on NEON and CL.
+ - Added support for quantized inputs of type QASYMM8_SIGNED and QASYMM8 to @ref CLQuantizationLayer.
+ - Added the ability to build bootcode for bare metal.
+ - Added support for generating synthetic QASYMM8 graphs.
+ - Added support for F16 datatype in VGG16.
+ - Removed pre-built binaries for GLES.
+
v19.11.1 Public maintenance release
- Fix offset calculation in NEReductionOperationKernel.
- Fix data layout in NEScaleKernel for nhwc.