aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-04-30 12:35:03 +0100
committerSheri Zhang <sheri.zhang@arm.com>2021-05-06 15:35:12 +0100
commit7bf3b3a9a49d05be1bf731f0e430024b839c1f8f (patch)
tree43b1981d9d3e029fec8014d09c4801feeda1349e
parentb24aa80e491cddb38c4c8bc825c0d695a870ff70 (diff)
downloadComputeLibrary-7bf3b3a9a49d05be1bf731f0e430024b839c1f8f.tar.gz
Add minimum toolchains requirements to the documentation
Change-Id: I5c4c6cab8366d8f4959a9edac4b3d9772522a84e Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5578 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
-rw-r--r--docs/03_scripts.dox2
-rw-r--r--docs/contributor_guide/adding_operator.dox2
-rw-r--r--docs/contributor_guide/contribution_guidelines.dox2
-rw-r--r--docs/user_guide/errata.dox2
-rw-r--r--docs/user_guide/introduction.dox32
-rw-r--r--docs/user_guide/library.dox2
-rw-r--r--docs/user_guide/tests.dox2
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:
+
+<table>
+<tr>
+ <th>Operating System
+ <th>Architecture
+ <th>Minimum Toolchain
+<tr>
+ <td rowspan="4">Linux
+ <td>armv7a
+ <td>gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf
+ <tr>
+ <td>arm64-v8a
+ <td rowspan="2">gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
+ <tr>
+ <td>armv8.2-a
+ <tr>
+ <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>arm64-v8a
+ <tr>
+ <td>armv8.2-a
+</table>
+
@section S0_1_contact Contact / Support
Please create an issue on <a href="https://github.com/ARM-software/ComputeLibrary/issues">Github</a>.
@@ -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
///