aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2021-11-04 20:25:32 +0000
committerTeresaARM <teresa.charlinreyes@arm.com>2021-11-04 20:27:50 +0000
commit0f13284d702b3a37f56ffce1412867b5ad9eda89 (patch)
treedabda85a2430b1dd1c0d211f23f037b6f051054f
parent0c9e212bc08342ba3d1d9ffc90d2e68c0f832b8f (diff)
downloadarmnn-0f13284d702b3a37f56ffce1412867b5ad9eda89.tar.gz
Update ACL pin to branches/arm_compute_21_11
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Ib6fe82b80e4428d5189c01b3f55f7b30fff2f2a6
-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 1fd8785997..27025589d0 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_08" # Release 21.08
+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="71cbd28b7cf5115b0451d43e5c84cce4ae4d8ec7" #Fix out-of-bound reads in cl gemm kernels
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"