aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide
diff options
context:
space:
mode:
authorFelix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2024-02-12 13:48:29 +0000
committerfelixjohnny.thomasmathibalan <felixjohnny.thomasmathibalan@arm.com>2024-02-12 15:55:34 +0000
commitd98e27e69841f91225ef14f9ab59fe66ea520ccf (patch)
tree3128d1e70d051558235b5f50417afbf05070f446 /docs/user_guide
parent0c85334f6b6908083fa09721cb0d3e7aebd43109 (diff)
downloadComputeLibrary-d98e27e69841f91225ef14f9ab59fe66ea520ccf.tar.gz
Update documentation for 24.02 release
Signed-off-by: Felix Thomasmathibalan <felixjohnny.thomasmathibalan@arm.com> Change-Id: I12511d9fb799a11fc9a889aeb0ad1739b9d1954d Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11121 Benchmark: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Jakub Sujak <jakub.sujak@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Gunes Bayir <gunes.bayir@arm.com>
Diffstat (limited to 'docs/user_guide')
-rw-r--r--docs/user_guide/introduction.dox6
-rw-r--r--docs/user_guide/release_version_and_change_log.dox1
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/user_guide/introduction.dox b/docs/user_guide/introduction.dox
index 094a4480a0..15c95f7103 100644
--- a/docs/user_guide/introduction.dox
+++ b/docs/user_guide/introduction.dox
@@ -1,5 +1,5 @@
///
-/// Copyright (c) 2017-2023 Arm Limited.
+/// Copyright (c) 2017-2024 Arm Limited.
///
/// SPDX-License-Identifier: MIT
///
@@ -39,7 +39,9 @@ Several builds of the library are available using various configurations:
- Technology: Arm® Neon™ / OpenCL / Arm® Neon™ and OpenCL.
- Debug / Asserts / Release: Use a build with asserts enabled to debug your application and enable extra validation. Once you are sure your application works as expected you can switch to a release build of the library for maximum performance.
-@warning From 22.08 release, armv7a with Android build will no longer be tested or maintained.
+@warning Depecation Notice from 24.01: NCHW data format specific optimizations will gradually be removed from the code base in
+ future releases. The implication of this is that the user is expected to translate NCHW models into NHWC in
+ order to benefit from the optimizations.
@b Minimum toolchains requirements are shown below:
diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox
index b1a4395eb5..676f1ca032 100644
--- a/docs/user_guide/release_version_and_change_log.dox
+++ b/docs/user_guide/release_version_and_change_log.dox
@@ -42,6 +42,7 @@ If there is more than one release in a month then an extra sequential number is
@section S2_2_changelog Changelog
v24.02 Public major release
+ - Replace template writer with compute kernel writer in dynamic fusion.
- Performance optimizations:
- Parallelize @ref NEDepthwiseConvolutionLayer over batches if there is only 1 row