aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Conroy <james.conroy@arm.com>2020-02-17 08:43:56 +0000
committerJames Conroy <james.conroy@arm.com>2020-02-17 08:43:56 +0000
commitc5a680111396235f7b772c99a2028cf76c4e63c8 (patch)
tree5268bd51fb5c6aaa10a5b463374239409e668d51
parent640635528c5236458a05f970391894adf0a515d0 (diff)
downloadarmnn-c5a680111396235f7b772c99a2028cf76c4e63c8.tar.gz
Update ACL pin to 20.02 release branch
Signed-off-by: James Conroy <james.conroy@arm.com> Change-Id: Ifc7fe6e6272155a250a649adc22beaa876996abb
-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 73c39d8510..bc71f06d02 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_19_11" # Release 19.11
+DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_20_02" # Release 20.02
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="c971cf1034a61875c8e8c87d48634cbfac3865fd" #COMPMID-3090: Fail NEON/ColorConvert/RGBtoU8
+#DEFAULT_CLFRAMEWORKREVISION="c971cf1034a61875c8e8c87d48634cbfac3865fd" #COMPMID-3090: Fail NEON/ColorConvert/RGBtoU8
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"