aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2019-11-18 15:56:44 +0000
committerKevin May <kevin.may@arm.com>2019-11-18 17:36:50 +0000
commitf83b114d50d9eb13fe3595b8b03d7c9904f17c15 (patch)
tree8f9475bc98bfa5c81db782c18ddffc0fe93f8d8e
parentb0dc60161935f822dcd37c73eed1a949e9c94226 (diff)
downloadarmnn-f83b114d50d9eb13fe3595b8b03d7c9904f17c15.tar.gz
IVGCVSW-4116 Update ACL pin to the 19.11 release branch
Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I89a920b53b6f32ff37b7a4537e7ad38eed1ff608
-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 ee45f6c48a..c6bd4deb76 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -7,10 +7,10 @@
CMD=$( basename $0 )
# For pinnning to a ref use this:
-#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_19_08" # Release 19.08
+DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_19_11" # Release 19.11
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="94e0cf960ea6116eb57fa88d9b951f859b52c602" #COMPMID-2690 Extend Doxygen documents to include GEMM Tuner
+#DEFAULT_CLFRAMEWORKREVISION="94e0cf960ea6116eb57fa88d9b951f859b52c602" #COMPMID-2690 Extend Doxygen documents to include GEMM Tuner
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"