aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2018-12-31 13:40:25 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2018-12-31 14:29:04 +0000
commitd59180174bda6d533e233d733ec526d2db64a22e (patch)
treed845b10ab11b2333a7022f6cb120c4ce9b497f4a /scripts
parentbf86d51ed9a73b7dd3454e383669750c1e3212ce (diff)
downloadarmnn-d59180174bda6d533e233d733ec526d2db64a22e.tar.gz
Update to latest compute library
Change-Id: I297aac3c57d201fdbd71119f004a64f57ec5657f
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 18167c1161..5a0fb249e0 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="92fd94336e4b169005d88af401fe57bcbd50521b" # commit on CL elementwise min, max, and squared diff
+CLFRAMEWORKREVISION="3f8aac4474b245b20c07b3a5384577a83f4950a7" # Improvements for depthwise stride
git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode