aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorConor Kennedy <conor.kennedy@arm.com>2019-01-28 11:32:34 +0000
committerLes Bell <les.bell@arm.com>2019-01-28 16:18:46 +0000
commita8a840b37f2206fe0dbd04f607980132f16ab923 (patch)
tree43a64d209287458d0651835cae1bd00ed24197c7 /scripts
parent1306b194dc9c480ade79f4cf60249b0e5aa61d69 (diff)
downloadarmnn-a8a840b37f2206fe0dbd04f607980132f16ab923.tar.gz
IVGCVSW-2575 Update CL pin to latest master
!android-nn-driver:586 Change-Id: Ib881710f438887df0a95d776b51a5c0d2bf002dd
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 d7c2f77fae..d842e48167 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -68,7 +68,7 @@ pushd clframework > /dev/null
# git fetch https://review.mlplatform.org/ml/ComputeLibrary $CLFRAMEWORKREVISION && git checkout FETCH_HEAD
# For pinning to a revision use this:
-CLFRAMEWORKREVISION="e8c0c4397a508169282e5859410d5d6cdc87edbe" # Master towards 19.02
+CLFRAMEWORKREVISION="83bbf77358fa682e426b80d92de5a0c1ba05347d" # Master towards 19.02
git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode