aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-01-10 12:52:31 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2019-01-10 12:52:31 +0000
commit60f906404e09aa2a8af0dbc8f1ae4c2fd2d4175a (patch)
tree3f44777585269de6c582dd4c9b792c72098d58fb /scripts
parent7a8892fe7c208cce76017acbabdd137c872ddadc (diff)
downloadarmnn-60f906404e09aa2a8af0dbc8f1ae4c2fd2d4175a.tar.gz
IVGCVSW-2466 Update compute library pin
Change-Id: I349f663e5e2d404930a5f9289d311e67a5a409ea
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 5a0fb249e0..74f05f2d60 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="3f8aac4474b245b20c07b3a5384577a83f4950a7" # Improvements for depthwise stride
+CLFRAMEWORKREVISION="c10bc0b5db5169a6ccea02a1aaefe34f082709e5" # Master towards 19.02
git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode