From 14ce09453682618a53544152c3fe8efd5fa7b2c9 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Mon, 13 Jun 2022 15:40:35 +0100 Subject: Drop support on armv7a on Android Resolves: COMPMID-5379 Change-Id: Ie2564b8ef029241e34b964de524c4a4c288a7846 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7735 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez Tello Comments-Addressed: Arm Jenkins --- docs/user_guide/introduction.dox | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'docs/user_guide/introduction.dox') diff --git a/docs/user_guide/introduction.dox b/docs/user_guide/introduction.dox index fb483fc134..a727be847e 100644 --- a/docs/user_guide/introduction.dox +++ b/docs/user_guide/introduction.dox @@ -59,11 +59,9 @@ Several builds of the library are available using various configurations: armv8.2-a-sve gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu - Android - armv7a - NDK r18b - + Android armv8a + NDK r18b armv8.2-a @@ -72,14 +70,16 @@ Several builds of the library are available using various configurations: Monterey (OS version): clang 13 (native) +@warning From 22.08 release, armv7a will no longer be supported on Android. + @section S0_1_contact Contact / Support Please create an issue on Github. In order to facilitate the work of the support team please provide the build information of the library you are using. To get the version of the library you are using simply run: - $ strings android-armv7a-cl-asserts/libarm_compute.so | grep arm_compute_version - arm_compute_version=v16.12 Build options: {'embed_kernels': '1', 'opencl': '1', 'arch': 'armv7a', 'neon': '0', 'asserts': '1', 'debug': '0', 'os': 'android', 'Werror': '1'} Git hash=f51a545d4ea12a9059fe4e598a092f1fd06dc858 + $ strings android-armv8a-cl-asserts/libarm_compute.so | grep arm_compute_version + arm_compute_version=v16.12 Build options: {'embed_kernels': '1', 'opencl': '1', 'arch': 'armv8a', 'neon': '0', 'asserts': '1', 'debug': '0', 'os': 'android', 'Werror': '1'} Git hash=f51a545d4ea12a9059fe4e598a092f1fd06dc858 @section S0_2_prebuilt_binaries Pre-built binaries @@ -91,7 +91,6 @@ These binaries have been built using the following toolchains: - Linux armv8.2-a: gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu - Linux armv8.2-a (multi-ISA binary): gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu - Linux armv8.2-a-sve: gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu - - Android armv7a: clang++ / libc++ NDK r20b - Android armv8a: clang++ / libc++ NDK r20b - Android armv8.2-a: clang++ / libc++ NDK r20b -- cgit v1.2.1