aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-02-15 12:10:57 +0000
committerNikhil Raj <nikhil.raj@arm.com>2021-02-15 16:14:38 +0000
commit16f72f5c6c93204910d9be323696039bd13ae388 (patch)
tree1c3186083da59b22b7f0a83774b40afe39b46a6d
parent3390e252e8978ade2113a6de86ffdce18b16a187 (diff)
downloadarmnn-16f72f5c6c93204910d9be323696039bd13ae388.tar.gz
Update pinned version of ACL to 21.02 release branch
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I1671a68b97815a224c89c3abe2f3944d97446c09
-rwxr-xr-xscripts/get_compute_library.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index 95b730dd04..977d39e0c0 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -7,10 +7,10 @@
CMD=$( basename $0 )
# For pinning to a ref use this:
-#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_20_11" # Release 20.11
+DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_21_02" # Release 21.02
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="8958167c8d609566a40c9e618158ebcbdcd3e3bb" #Building android-nn-driver failed
+#DEFAULT_CLFRAMEWORKREVISION="8958167c8d609566a40c9e618158ebcbdcd3e3bb" #Building android-nn-driver failed
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"