aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2020-02-06 09:16:45 +0000
committerKevin May <kevin.may@arm.com>2020-02-06 09:16:45 +0000
commit3446057492907d0c7695605a5b9a961a78158d7e (patch)
treecd2ced96dd3e25ecce0b1487417999163038d51a
parent9c30896a7125f4cb213775d1130c207a2b14d8d6 (diff)
downloadarmnn-3446057492907d0c7695605a5b9a961a78158d7e.tar.gz
Update ACL pin to 4bce11548268b9a10b0f06eff3cff9ae06d5b9dd
* COMPMID-3063: Address Custom Convolution failures Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I9fce935d72aca67198ab381351828cd016c0c41d
-rwxr-xr-xscripts/get_compute_library.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index 3f62dbf8a0..1e543c47af 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -10,7 +10,7 @@ CMD=$( basename $0 )
#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_19_11" # Release 19.11
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="5c829cab49b0dcffd893065af05f0bf028e7a548" #COMPMID-3045: CTS failures in ARGMAX/MIN
+DEFAULT_CLFRAMEWORKREVISION="4bce11548268b9a10b0f06eff3cff9ae06d5b9dd" #COMPMID-3063: Address Custom Convolution failures
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"