aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiCong Li <sicong.li@arm.com>2023-02-01 14:39:41 +0000
committerJakub Sujak <jakub.sujak@arm.com>2023-02-02 11:09:18 +0000
commit5afb2493b30fa644b478cec73d258f014416cb84 (patch)
treebe7e89b68ab85f4b7791a097ea3bd184853ea796
parent75fb3deee0f80ce953b44ddfc8965966a3efd45d (diff)
downloadComputeLibrary-5afb2493b30fa644b478cec73d258f014416cb84.tar.gz
Update recommended NDK to r20b in the documentation
Resolves COMPMID-5846 Signed-off-by: SiCong Li <sicong.li@arm.com> Change-Id: I0afbcda72879ccf8e9ef486d3c4af7a3c75ba270 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9071 Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--docs/user_guide/how_to_build_and_run_examples.dox4
-rw-r--r--docs/user_guide/introduction.dox4
-rw-r--r--docs/user_guide/release_version_and_change_log.dox4
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 <a href="https://developer.android.com/ndk/guides/standalone_toolchain.html">create your Android standalone toolchains from the NDK</a>:
+(From 23.02, NDK >= r20b is highly recommended) For NDK r18 or older, here is a guide to <a href="https://developer.android.com/ndk/guides/standalone_toolchain.html">create your Android standalone toolchains from the NDK</a>:
- 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:
<tr>
<td rowspan="2">Android
<td>armv8a
- <td rowspan="2">NDK r18b
+ <td rowspan="2">NDK r20b
<tr>
<td>armv8.2-a
<tr>
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: