aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Jackson <matthew.jackson@arm.com>2019-09-03 16:37:26 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-09-04 08:55:35 +0000
commit9bb51d7c3668f6b2715735f286ffd89b727d6805 (patch)
treecf2a21cd3075f66ab2ea6f3e3af8082e8c27e5c6 /scripts
parent3ecc5104a088fe9fd0b504ca0c6c3a932ed342c4 (diff)
downloadarmnn-9bb51d7c3668f6b2715735f286ffd89b727d6805.tar.gz
IVGCVSW-3686 Update ACL pin
* Updates ACL pin to include patch for asymmetric padding in TransposeConvolution2D, used by FSRCNN !android-nn-driver:1857 Signed-off-by: Matthew Jackson <matthew.jackson@arm.com> Change-Id: Ie9c8c75b6cff3caa87623ec4021e03d409fdb18a
Diffstat (limited to 'scripts')
-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 d92de207b1..25155ad85f 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_08" # Release 19.08
#
# For pinning to a revision use this:
-#DEFAULT_CLFRAMEWORKREVISION="1c29ffc7fe02de68cf2e82709a3bc3e210cb0ba4" #COMPMID-2336: Fix build issues
+DEFAULT_CLFRAMEWORKREVISION="c2a60593436387d20ff142a619f4c3955a5cd41b" #COMPMID-2336: CLPadLayer support for 4D padding
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"