From 0c49024339843b5ead43a52c037efe8bb7e21e59 Mon Sep 17 00:00:00 2001 From: Felix Thomasmathibalan Date: Mon, 12 Feb 2024 13:48:29 +0000 Subject: Update documentation for 24.02 release Signed-off-by: Felix Thomasmathibalan Change-Id: I12511d9fb799a11fc9a889aeb0ad1739b9d1954d Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/11121 Benchmark: Arm Jenkins Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins Tested-by: Gunes Bayir --- docs/user_guide/introduction.dox | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/user_guide/introduction.dox') 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: -- cgit v1.2.1