From 5afb2493b30fa644b478cec73d258f014416cb84 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Wed, 1 Feb 2023 14:39:41 +0000 Subject: Update recommended NDK to r20b in the documentation Resolves COMPMID-5846 Signed-off-by: SiCong Li Change-Id: I0afbcda72879ccf8e9ef486d3c4af7a3c75ba270 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9071 Reviewed-by: Pablo Marquez Tello Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins Tested-by: Arm Jenkins --- docs/user_guide/how_to_build_and_run_examples.dox | 4 ++-- docs/user_guide/introduction.dox | 4 ++-- docs/user_guide/release_version_and_change_log.dox | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/user_guide/how_to_build_and_run_examples.dox b/docs/user_guide/how_to_build_and_run_examples.dox index 81aa02625d..2f61f938a3 100644 --- a/docs/user_guide/how_to_build_and_run_examples.dox +++ b/docs/user_guide/how_to_build_and_run_examples.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2017-2022 Arm Limited. +/// Copyright (c) 2017-2023 Arm Limited. /// /// SPDX-License-Identifier: MIT /// @@ -184,7 +184,7 @@ For Android, the library was successfully built and tested using Google's standa - clang++ from NDK r20b for armv8a - clang++ from NDK r20b for armv8.2-a with FP16 support -For NDK r18 or older, here is a guide to create your Android standalone toolchains from the NDK: +(From 23.02, NDK >= r20b is highly recommended) For NDK r18 or older, here is a guide to create your Android standalone toolchains from the NDK: - Download the NDK r18b from here: https://developer.android.com/ndk/downloads/index.html to directory $NDK - Make sure you have Python 2.7 installed on your machine. - Generate the 32 and/or 64 toolchains by running the following commands to your toolchain directory $MY_TOOLCHAINS: diff --git a/docs/user_guide/introduction.dox b/docs/user_guide/introduction.dox index 7086f86c7c..be4f5c8605 100644 --- a/docs/user_guide/introduction.dox +++ b/docs/user_guide/introduction.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2017-2022 Arm Limited. +/// Copyright (c) 2017-2023 Arm Limited. /// /// SPDX-License-Identifier: MIT /// @@ -63,7 +63,7 @@ Several builds of the library are available using various configurations: Android armv8a - NDK r18b + NDK r20b armv8.2-a diff --git a/docs/user_guide/release_version_and_change_log.dox b/docs/user_guide/release_version_and_change_log.dox index f6a10e97be..22adf92d91 100644 --- a/docs/user_guide/release_version_and_change_log.dox +++ b/docs/user_guide/release_version_and_change_log.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2017-2022 Arm Limited. +/// Copyright (c) 2017-2023 Arm Limited. /// /// SPDX-License-Identifier: MIT /// @@ -40,6 +40,8 @@ If there is more than one release in a month then an extra sequential number is @note Starting from release 22.05, 'master' branch is no longer being used, it has been replaced by 'main'. Please update your clone jobs accordingly. @section S2_2_changelog Changelog +v23.02 Public major release + - Update recommended/minimum NDK version to r20b. v22.11 Public major release - New features: -- cgit v1.2.1