aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNattapat Chaimanowong <nattapat.chaimanowong@arm.com>2018-12-19 11:48:59 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2018-12-19 11:52:09 +0000
commit4fa0916386e720e254bee6b9fd1576e90ba6a42f (patch)
tree48abb170b4ceb5f28359ee783c09451bdbd44f48 /scripts
parent878f02313d716e86a95e7f670e9d7b19cdba5e61 (diff)
downloadarmnn-4fa0916386e720e254bee6b9fd1576e90ba6a42f.tar.gz
Update CL pin to the latest master
Change-Id: I045bc90124ea1303dffb0532e10b36ee107f9ee3
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get_compute_library.sh3
1 files changed, 1 insertions, 2 deletions
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
-