aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorgolock <pablo.tello@arm.com>2020-11-24 13:54:19 +0000
committerPablo Marquez Tello <pablo.tello@arm.com>2020-11-24 16:37:18 +0000
commit70b1eb8ca43a784afa49f9d6405fdb960184fab3 (patch)
treec0bedda11b87fc5ae794c59fad3666793e10760b
parent136174a862befae5cb8b8ef176dcba56470caed0 (diff)
downloadComputeLibrary-70b1eb8ca43a784afa49f9d6405fdb960184fab3.tar.gz
Updated doxygen documention.
Change-Id: Ia996e490f8348c9cf9161d6d450cba066a17c0a3 Signed-off-by: morgolock <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4540 Reviewed-by: SiCong Li <sicong.li@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--docs/00_introduction.dox5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 3321b39992..8eb0762f9f 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -87,8 +87,11 @@ If there is more than one release in a month then an extra sequential number is
@subsection S2_2_changelog Changelog
v20.11 Public major release
- - Performance regressions can be noted when executing Depthwise Convolution on Neon with a multiplier > 1.
+ - Various bug fixes.
+ - Various optimisations.
+ - Performance regressions can be noted when executing Depthwise Convolution on Neon with a depth multiplier > 1 for quantized data type.
This is planned to be resolved in 21.02 release.
+ - Added new data type QASYMM8_SIGNED support for @ref NEROIAlignLayer.
- Added new data type S32 support for:
- @ref NEArithmeticSubtraction
- @ref NEArithmeticSubtractionKernel