aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2021-07-26 10:09:55 +0100
committerKevin May <kevin.may@arm.com>2021-07-27 10:23:34 +0000
commitee37b1939a70ab343c33bc26a3c08edf40ed817e (patch)
treedfd99386f079a74244900ec55db02ee2707aa773
parentda245eb153337c6f1e75383bfe0fecd2cdcaed04 (diff)
downloadarmnn-ee37b1939a70ab343c33bc26a3c08edf40ed817e.tar.gz
Update ACL pin to 22f5ed51f1b01f7cf6993a556a0b763e437926fc
* Avoid allocation of auxiliary memory in CpuGemmConvolution Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I8c7e0a7639949140677fac24256367a90ab63fdb
-rwxr-xr-xscripts/get_compute_library.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index 88a63263c0..7a28f0a113 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -10,7 +10,7 @@ CMD=$( basename $0 )
#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_21_05" # Release 21.05
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="f67034e7f52596eece094b37fb386c946e1b87ee" #Fix NN driver build script for Android R.
+DEFAULT_CLFRAMEWORKREVISION="22f5ed51f1b01f7cf6993a556a0b763e437926fc" #Avoid allocation of auxiliary memory in CpuGemmConvolution
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"