IVGCVSW-3686 Update ACL pin
authorMatthew Jackson <matthew.jackson@arm.com>
Tue, 3 Sep 2019 15:37:26 +0000 (16:37 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Wed, 4 Sep 2019 08:55:35 +0000 (08:55 +0000)
* 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

scripts/get_compute_library.sh

index d92de20..25155ad 100755 (executable)
@@ -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)"