Update CL pin to the latest master
authorNattapat Chaimanowong <nattapat.chaimanowong@arm.com>
Wed, 19 Dec 2018 11:48:59 +0000 (11:48 +0000)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Wed, 19 Dec 2018 11:52:09 +0000 (11:52 +0000)
Change-Id: I045bc90124ea1303dffb0532e10b36ee107f9ee3

scripts/get_compute_library.sh

index 9de7e2e..18167c1 100755 (executable)
@@ -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
-