aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/introduction.dox
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2022-06-13 15:40:35 +0100
committerMichalis Spyrou <michalis.spyrou@arm.com>2022-06-17 09:45:55 +0000
commit14ce09453682618a53544152c3fe8efd5fa7b2c9 (patch)
tree7eadc39cb0c5f8c4a48a40b69ea20e75d0fdb786 /docs/user_guide/introduction.dox
parentf1f777998b83289b868c86681d5f99b10119bee6 (diff)
downloadComputeLibrary-14ce09453682618a53544152c3fe8efd5fa7b2c9.tar.gz
Drop support on armv7a on Android
Resolves: COMPMID-5379 Change-Id: Ie2564b8ef029241e34b964de524c4a4c288a7846 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7735 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs/user_guide/introduction.dox')
-rw-r--r--docs/user_guide/introduction.dox13
1 files changed, 6 insertions, 7 deletions
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:
<td>armv8.2-a-sve
<td>gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu
<tr>
- <td rowspan="3">Android
- <td>armv7a
- <td rowspan="3">NDK r18b
- <tr>
+ <td rowspan="2">Android
<td>armv8a
+ <td rowspan="2">NDK r18b
<tr>
<td>armv8.2-a
<tr>
@@ -72,14 +70,16 @@ Several builds of the library are available using various configurations:
<td>Monterey (OS version): clang 13 (native)
</table>
+@warning From 22.08 release, armv7a will no longer be supported on Android.
+
@section S0_1_contact Contact / Support
Please create an issue on <a href="https://github.com/ARM-software/ComputeLibrary/issues">Github</a>.
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