aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2018-11-21 15:23:49 +0000
committerIsabella Gottardi <isabella.gottardi@arm.com>2018-11-21 16:19:50 +0000
commitbe2de40cffe375ba521ce8b3575277b81a71d0bf (patch)
tree43beaf8444f7c807fef92ca9d07a54b915527c47 /docs
parent1c948d47f55ff8a39aa527f63ea7df93a13dd38e (diff)
downloadComputeLibrary-be2de40cffe375ba521ce8b3575277b81a71d0bf.tar.gz
COMPMID-1451: Fix Test documentation
Change-Id: I62d937533967b29505d3ac8a51b513f0c6de8cd0
Diffstat (limited to 'docs')
-rw-r--r--docs/00_introduction.dox2
-rw-r--r--docs/02_tests.dox3
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 9968fd30fc..8982e77115 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -49,7 +49,7 @@ In order to facilitate the work of the support team please provide the build inf
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-arm-linux-gnueabihf-4.9-2014.07_linux
+ - Linux armv7a: gcc-linaro-4.9-2016.02-x86_64_arm-linux-gnueabihf
- Linux arm64-v8a: gcc-linaro-4.9-2016.02-x86_64_aarch64-linux-gnu
- Android armv7a: clang++ / libc++ NDK r17b
- Android am64-v8a: clang++ / libc++ NDK r17b
diff --git a/docs/02_tests.dox b/docs/02_tests.dox
index 27e84059cc..2363ae03bf 100644
--- a/docs/02_tests.dox
+++ b/docs/02_tests.dox
@@ -48,12 +48,10 @@ information is needed within the test (e.g. to validate the results).
@subsection tests_overview_structure Directory structure
.
- |-- computer_vision <- Legacy tests. No new test must be added. <!-- FIXME: Remove before release -->
`-- tests <- Top level test directory. All files in here are shared among validation and benchmark.
|-- framework <- Underlying test framework.
|-- CL \
|-- NEON -> Backend specific files with helper functions etc.
- |-- VX / <!-- FIXME: Remove VX -->
|-- benchmark <- Top level directory for the benchmarking files.
| |-- fixtures <- Fixtures for benchmark tests.
| |-- CL <- OpenCL backend test cases on a function level.
@@ -67,7 +65,6 @@ information is needed within the test (e.g. to validate the results).
|-- CPP -> C++ reference code
|-- CL \
|-- NEON -> Backend specific test cases
- |-- VX / <!-- FIXME: Remove VX -->
`-- fixtures -> Fixtures shared among all backends. Used to setup target function and tensors.
@subsection tests_overview_fixtures Fixtures