From 4fa0916386e720e254bee6b9fd1576e90ba6a42f Mon Sep 17 00:00:00 2001 From: Nattapat Chaimanowong Date: Wed, 19 Dec 2018 11:48:59 +0000 Subject: Update CL pin to the latest master Change-Id: I045bc90124ea1303dffb0532e10b36ee107f9ee3 --- scripts/get_compute_library.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 9de7e2e1a6..18167c1161 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="555f1c2241d6fa8c84926a72a0c54e4158817df4" # commit on CL Comparison operations +CLFRAMEWORKREVISION="92fd94336e4b169005d88af401fe57bcbd50521b" # commit on CL elementwise min, max, and squared diff git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION} AssertZeroExitCode @@ -79,4 +79,3 @@ AssertZeroExitCode popd > /dev/null # out of clframework popd > /dev/null # back to wherever we were when called exit 0 - -- cgit v1.2.1