aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjimfly01 <jim.flynn@arm.com>2018-11-19 11:00:42 +0000
committerjimfly01 <jim.flynn@arm.com>2018-11-19 11:00:42 +0000
commitc0b0a21abe4b565b95e2895b0025b87911b6c057 (patch)
tree266d1aeb43bef3863a22c8eedf5ec90e3df3498c
parent34d6dd77c6767c969559bf75635144d1bfc466e7 (diff)
downloadarmnn-c0b0a21abe4b565b95e2895b0025b87911b6c057.tar.gz
IVGCVSW-2115: Updated README.md
* Added line to README.md explaining the function of the get_compute_library.sh script Change-Id: If6be1c64443dcd6d0a08a12485de3d38614542f0
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3aa3a8c17f..ebe113ca06 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,8 @@ The 'ExecuteNetwork' program, in armnn/tests/ExecuteNetwork, has no additional d
The 'armnn/samples' directory contains SimpleSample.cpp. A very basic example of the ArmNN SDK API in use.
+Note that Arm NN needs to be built against a particular version of ARM's Compute Library. The get_compute_library.sh in the scripts subdirectory will clone the compute library from the review.mlplatform.org github repository into a directory alongside armnn named 'clframework' and checkouts the correct revision
+
### License
Arm NN is provided under the [MIT](https://spdx.org/licenses/MIT.html) license.