aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-12-14 13:12:13 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2018-12-17 12:15:27 +0000
commit69352c1504d9e82c261a639db3ef03087a410f3a (patch)
tree64ea98dae09cf3a343fc5f7cde4ace019e3d7454 /scripts
parent42bad951f095ec84f2f7b9cd98b3ad6ad0ef013a (diff)
downloadarmnn-69352c1504d9e82c261a639db3ef03087a410f3a.tar.gz
Update the CL pin to the latest master
Change-Id: Ib3c7cfccbe8933a0c2423f37c363926571968d9e
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 4b717e9591..9de7e2e1a6 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -68,7 +68,7 @@ pushd clframework > /dev/null
# git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary $CLFRAMEWORKREVISION && git checkout FETCH_HEAD
# For pinning to a revision use this:
-CLFRAMEWORKREVISION="2897e61e8fe04aaf95540f4525c3dd3f7f46ebfa" # commit on master after fix for NEL2Normalization for FP32/FP16 & NHWC
+CLFRAMEWORKREVISION="555f1c2241d6fa8c84926a72a0c54e4158817df4" # commit on CL Comparison operations
git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode