aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-18 09:47:46 +0000
committerNikhil Raj <nikhil.raj@arm.com>2021-11-18 09:47:46 +0000
commitf3c13e657a6ea279703f91041f1f264bcbd3a902 (patch)
treea1f60d60dfac660bc18419e13d70f7718d5cfa7e
parent2b30f16d5393a0f59110af2d9e128aab430b13f0 (diff)
downloadarmnn-f3c13e657a6ea279703f91041f1f264bcbd3a902.tar.gz
Update ACL pin to e330fb41d85d7058f74902ce1d47b2dc00b10a52
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ic66f4576fcba9983c0a4586d003654a098b6ee36
-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 27025589d0..29c59caee9 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_11" # Release 21.11
+#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_21_11" # Release 21.11
#
# For pinning to a revision use this:
-#DEFAULT_CLFRAMEWORKREVISION="71cbd28b7cf5115b0451d43e5c84cce4ae4d8ec7" #Fix out-of-bound reads in cl gemm kernels
+DEFAULT_CLFRAMEWORKREVISION="e330fb41d85d7058f74902ce1d47b2dc00b10a52" #Improve start-up timer for ClIm2Col
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"