From 7bf3b3a9a49d05be1bf731f0e430024b839c1f8f Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Fri, 30 Apr 2021 12:35:03 +0100 Subject: Add minimum toolchains requirements to the documentation Change-Id: I5c4c6cab8366d8f4959a9edac4b3d9772522a84e Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5578 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- docs/03_scripts.dox | 2 +- docs/contributor_guide/adding_operator.dox | 2 +- docs/contributor_guide/contribution_guidelines.dox | 2 +- docs/user_guide/errata.dox | 2 +- docs/user_guide/introduction.dox | 32 +++++++++++++++++++++- docs/user_guide/library.dox | 2 +- docs/user_guide/tests.dox | 2 +- 7 files changed, 37 insertions(+), 7 deletions(-) diff --git a/docs/03_scripts.dox b/docs/03_scripts.dox index 7e16edfb0d..e66bb402fe 100644 --- a/docs/03_scripts.dox +++ b/docs/03_scripts.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2017-2019 Arm Limited. +/// Copyright (c) 2017-2020 Arm Limited. /// /// SPDX-License-Identifier: MIT /// diff --git a/docs/contributor_guide/adding_operator.dox b/docs/contributor_guide/adding_operator.dox index 697cddb235..67e6fbd25b 100644 --- a/docs/contributor_guide/adding_operator.dox +++ b/docs/contributor_guide/adding_operator.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2018-2019 Arm Limited. +/// Copyright (c) 2018-2021 Arm Limited. /// /// SPDX-License-Identifier: MIT /// diff --git a/docs/contributor_guide/contribution_guidelines.dox b/docs/contributor_guide/contribution_guidelines.dox index 9d854136bd..ec3e3a70d3 100644 --- a/docs/contributor_guide/contribution_guidelines.dox +++ b/docs/contributor_guide/contribution_guidelines.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2019 Arm Limited. +/// Copyright (c) 2019-2020 Arm Limited. /// /// SPDX-License-Identifier: MIT /// diff --git a/docs/user_guide/errata.dox b/docs/user_guide/errata.dox index 0c8d684017..cca2a399c1 100644 --- a/docs/user_guide/errata.dox +++ b/docs/user_guide/errata.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2019-2020 Arm Limited. +/// Copyright (c) 2019-2021 Arm Limited. /// /// SPDX-License-Identifier: MIT /// diff --git a/docs/user_guide/introduction.dox b/docs/user_guide/introduction.dox index d659e1f4e7..25274958ba 100644 --- a/docs/user_guide/introduction.dox +++ b/docs/user_guide/introduction.dox @@ -39,6 +39,35 @@ 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. +@b Minimum toolchains requirements are shown below: + + + + + + + + + + +
Operating System + Architecture + Minimum Toolchain +
Linux + armv7a + gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf +
arm64-v8a + gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu +
armv8.2-a +
armv8.2-a-sve + gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu +
Android + armv7a + NDK r18b +
arm64-v8a +
armv8.2-a +
+ @section S0_1_contact Contact / Support Please create an issue on Github. @@ -50,11 +79,12 @@ In order to facilitate the work of the support team please provide the build inf @section S0_2_prebuilt_binaries Pre-built binaries -For each release we provide some pre-built binaries of the library [here](https://github.com/ARM-software/ComputeLibrary/releases) +For each release we provide some pre-built binaries of the library [here](https://github.com/ARM-software/ComputeLibrary/releases). These binaries have been built using the following toolchains: - Linux armv7a: gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabihf - Linux arm64-v8a: gcc-linaro-7.2.1-2017.11-x86_64_aarch64-linux-gnu + - Linux armv8.2a-sve: gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu - Android armv7a: clang++ / libc++ NDK r18b - Android am64-v8a: clang++ / libc++ NDK r20b diff --git a/docs/user_guide/library.dox b/docs/user_guide/library.dox index b78a3aced0..688a695466 100644 --- a/docs/user_guide/library.dox +++ b/docs/user_guide/library.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2017-2020 Arm Limited. +/// Copyright (c) 2017-2021 Arm Limited. /// /// SPDX-License-Identifier: MIT /// diff --git a/docs/user_guide/tests.dox b/docs/user_guide/tests.dox index 0d166b9693..510a1967ae 100644 --- a/docs/user_guide/tests.dox +++ b/docs/user_guide/tests.dox @@ -1,5 +1,5 @@ /// -/// Copyright (c) 2017-2020 Arm Limited. +/// Copyright (c) 2017-2021 Arm Limited. /// /// SPDX-License-Identifier: MIT /// -- cgit v1.2.1