aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2019-02-14 12:49:31 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2019-02-14 12:49:31 +0000
commite5abbde55e6dafc910a358440b209f4ac1d507b6 (patch)
tree6fe1da264d8288e1f5e125341469bde14e7a44e5
parentd8f5fc2d172796fada8df36bdfb9b5324cbac5d4 (diff)
downloadarmnn-e5abbde55e6dafc910a358440b209f4ac1d507b6.tar.gz
IVGCVSW-2658 Integrate Compute Library 6eb90d7
Change-Id: I4a7e8b2caf41bc7edcfea44b883406f3c1fa4ba0 Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
-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 d842e48167..78f6ceb4c7 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="83bbf77358fa682e426b80d92de5a0c1ba05347d" # Master towards 19.02
+CLFRAMEWORKREVISION="6eb90d7d8ef73decf6e3973a89c2b2badd0b9635" # Master towards 19.02
git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode