aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2019-04-01 13:22:21 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2019-04-02 09:51:10 +0000
commit2ab0bfa335896cc5f514732e181b0bcceb44b141 (patch)
tree0422fb38b7e4c607896b92e2310007686eeb37ac /scripts
parent5f400d6d23b463ca810180b45dd84c3f99b24690 (diff)
downloadarmnn-2ab0bfa335896cc5f514732e181b0bcceb44b141.tar.gz
IVGCVSW-2832 (Part 2) update clframework pin to b4a44ff3aa98d2b51f1621a7525db3f81108a1bd
* Change in clframework to remove check for data format in the NE/CLReductionOperationKernel that was preventing a Resnet v2 50 model from running to completion !android-nn-driver:925 Change-Id: Ia7da001dd231d97b538846b69a40165fa64d1ff3 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'scripts')
-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 670d938e42..cf117d68b9 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -68,7 +68,7 @@ pushd clframework > /dev/null
# git fetch https://review.mlplatform.org/ml/ComputeLibrary $CLFRAMEWORKREVISION && git checkout FETCH_HEAD
# For pinning to a revision use this:
-CLFRAMEWORKREVISION="2761c2f0b60175469e959982a25ff0abdca6c9ce" # COMPMID-2075 Segfault in NELSTM
+CLFRAMEWORKREVISION="b4a44ff3aa98d2b51f1621a7525db3f81108a1bd" # COMPMID-1995: Removed layout checks from Reduction ops
git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode