aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-05-16 17:40:23 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2019-05-17 13:07:23 +0000
commitc6608ac9e9e1a44dd4ba1692254dd653d982dddd (patch)
treeb7a00405b5b98d724c9a0b219fb2b9e1f512fbe3 /docs/00_introduction.dox
parentb3204e76712b8f66218affdd4ad44ec221c6dcb6 (diff)
downloadComputeLibrary-c6608ac9e9e1a44dd4ba1692254dd653d982dddd.tar.gz
COMPMID-2218: 19.05 Release notes
Change-Id: I481aa18e340ff08babb6bbcaa3e66fcb99156f2a Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/1161 Reviewed-by: Giuseppe Rossini <giuseppe.rossini@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 308e02d9c2..c50b4ba440 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -237,6 +237,8 @@ If there is more than one release in a month then an extra sequential number is
@subsection S2_2_changelog Changelog
v19.05 Public major release
+ - Various bug fixes.
+ - Various optimisations.
- New Neon kernels / functions:
- @ref NEBatchToSpaceLayerKernel / @ref NEBatchToSpaceLayer
- @ref NECropKernel / @ref NECropResize
@@ -263,6 +265,31 @@ v19.05 Public major release
- @ref CLDepthConcatenateLayer
- @ref CLGEMMInterleave4x4
- @ref CLGEMMTranspose1xW
+ - Support different quantization info in CLConcatLayer.
+ - Add checks on different input/output quantization info were not supported.
+ - Tensors have different quantization information.
+ - Add FP16 support checks.
+ - Fix output quantization CLDeptwiseConv3x3 when activation is fused.
+ - New graph examples:
+ - graph_convolution
+ - graph_fully_connected
+ - graph_depthwise_convolution
+ - Deepspeech v0.4.1
+ - Add support for QASYMM8 in NEArithmeticSubtractionKernel.
+ - Add support for QASYMM8 in NEPixelWiseMultiplicationKernel.
+ - Add support for QASYMM8 NEDeconvolution.
+ - Add support for DequantizationLayer for NEON/CL.
+ - Add support for dilation in CLDepthwiseConvolution.
+ - Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore.
+ - Optimize CLDeconvolution.
+ - Add StackLayer to the graph API.
+ - Add support for "reflect" padding mode in NEPad.
+ - Winograd 7x7 NHWC on OpenCL.
+ - Rework CL ML layers to run exclusively on CL.
+ - Support different quantization info in PoolingLayer.
+ - Implement and test import memory interfaces.
+ - Added new tests and removed old ones.
+ - Various clang-tidy fixes.
v19.02 Public major release
- Various bug fixes.