From 2ab0bfa335896cc5f514732e181b0bcceb44b141 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Mon, 1 Apr 2019 13:22:21 +0100 Subject: [PATCH] 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 --- scripts/get_compute_library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 670d938..cf117d6 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 -- 2.7.4