From be2de40cffe375ba521ce8b3575277b81a71d0bf Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Wed, 21 Nov 2018 15:23:49 +0000 Subject: COMPMID-1451: Fix Test documentation Change-Id: I62d937533967b29505d3ac8a51b513f0c6de8cd0 --- docs/00_introduction.dox | 2 +- docs/02_tests.dox | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'docs') 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. `-- 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 / |-- 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 / `-- fixtures -> Fixtures shared among all backends. Used to setup target function and tensors. @subsection tests_overview_fixtures Fixtures -- cgit v1.2.1