aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-08-02 10:29:28 +0100
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-08-02 10:47:44 +0100
commit61c6da2f467c5c2a3a1748b551a1274d238f12bb (patch)
tree58f83527ffab50a3531ccf973dc5411bb744f1d8
parent1da02363187db5f0a11da261d81098c2bea7a570 (diff)
downloadarmnn-61c6da2f467c5c2a3a1748b551a1274d238f12bb.tar.gz
IVGCVSW-3577 Update ACL pin to include NEON convolution output multiplier fix
!android-nn-driver:1668 Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I33de31d35fa9c7d76f1738e343c5d28270e9a2c1
-rwxr-xr-xscripts/get_compute_library.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index 8a24136472..61e22afbbe 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -10,8 +10,7 @@ CMD=$( basename $0 )
#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_19_05" # Release 19.05
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="ff2719299ea76a95f20a35a7900875a8152e293a" #COMPMID-2336: Fix validation for quantized NEDepthwiseConvolutionLayer
-
+DEFAULT_CLFRAMEWORKREVISION="1c29ffc7fe02de68cf2e82709a3bc3e210cb0ba4" #COMPMID-2336: Fix build issues
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"