aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-05-21 09:32:33 +0100
committerNikhil Raj <nikhil.raj@arm.com>2021-05-21 09:32:33 +0100
commitcb0f6107e7de2bbb5ab8f06e80261fa091e0bfa6 (patch)
treed583bc0dcf66dc9ea4237bf0526d1c80addb0738 /scripts
parent3b38eedb3cc8f1c95a9ce62ddfbe926708666e72 (diff)
downloadarmnn-cb0f6107e7de2bbb5ab8f06e80261fa091e0bfa6.tar.gz
Update ACL pin to 13c497a8a9a4aa9353719afe53ccc7db50da74fe
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Iee176ecdda6e9e1f9d1036c9d35b009787df8796
Diffstat (limited to 'scripts')
-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 f411d22de5..be0e0b11b9 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_21_05" # Release 21.05
+#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_21_05" # Release 21.05
#
# For pinning to a revision use this:
-#DEFAULT_CLFRAMEWORKREVISION="1fac03717dab014fd202ea85a8f05b3dd475cb3c" #Fix bug on CLReductionOperation
+DEFAULT_CLFRAMEWORKREVISION="13c497a8a9a4aa9353719afe53ccc7db50da74fe" #Fix Macros.h include in NEScale
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"