From aa4f5833bea14bd92b4429c4659d205a81167486 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 9 Feb 2023 16:26:42 +0000 Subject: Document updates for 23.02 * Remove the PerformanceChart. png file which is no more used in the Readme * Update release version for pre-built binaries in readme * Remove link to outdated guide in readme * Update example release branch in Android NDK md file Signed-off-by: Nikhil Raj Change-Id: I8f5cac684f9fa1c9ec5d2ba2286dea5dd47136ca --- BuildGuideAndroidNDK.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'BuildGuideAndroidNDK.md') diff --git a/BuildGuideAndroidNDK.md b/BuildGuideAndroidNDK.md index 7cbd4f9fb3..c61a4fe5ee 100644 --- a/BuildGuideAndroidNDK.md +++ b/BuildGuideAndroidNDK.md @@ -19,6 +19,7 @@ The instructions show how to build the Arm NN core library. Building protobuf is optional. We have given steps should the user wish to build it (i.e. as an Onnx dependency). All downloaded or generated files will be saved inside the `$HOME/armnn-devenv` directory. + ## Download the Android NDK and make a standalone toolchain * Download the Android NDK from [the official website](https://developer.android.com/ndk/downloads/index.html): @@ -132,9 +133,9 @@ git checkout git pull ``` -For example, if you want to check out the 21.11 release branch: +For example, if you want to check out the 23.02 release branch: ```bash -git checkout branches/armnn_21_11 +git checkout branches/armnn_23_02 git pull ``` @@ -150,9 +151,9 @@ git clone https://github.com/ARM-software/ComputeLibrary.git cd ComputeLibrary git checkout ``` -For example, if you want to checkout the 21.11 release tag: +For example, if you want to checkout the 23.02 release tag: ```bash -git checkout v21.11 +git checkout v23.02 ``` Arm NN and Arm Compute Library are developed closely together. If you would like to use a particular release of Arm NN you will need the same release tag of ACL too. -- cgit v1.2.1