aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-02-22 10:53:49 +0000
committerLes Bell <les.bell@arm.com>2019-02-22 12:19:23 +0000
commit17cf71f7ca8e627d8ca7be0ba4e0a7ac6b6ccd0a (patch)
tree5d8fd9d27cd60fbe246a0a4d6b3e673d8b7d61a8
parentb9705bf29f794cad6f5104e54e6964d75e2a6a37 (diff)
downloadarmnn-17cf71f7ca8e627d8ca7be0ba4e0a7ac6b6ccd0a.tar.gz
IVGCVSW-2589 Fix for checking out CL release branch
Change-Id: I3200cb7a88158ec3aabc6feaca452406d5408129 Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
-rwxr-xr-xscripts/get_compute_library.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index c68a81dfc7..60e4d7eebe 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -64,12 +64,12 @@ pushd clframework > /dev/null
# Use the latest pinned version of the CL framework
# For pinnning to a ref use this:
-# CLFRAMEWORKREVISION="branches/arm_compute_18_11" # Release 18.11
-# git fetch https://review.mlplatform.org/ml/ComputeLibrary $CLFRAMEWORKREVISION && git checkout FETCH_HEAD
+CLFRAMEWORKREVISION="branches/arm_compute_19_02" # Release 19.02
+git fetch https://review.mlplatform.org/ml/ComputeLibrary $CLFRAMEWORKREVISION && git checkout FETCH_HEAD
# For pinning to a revision use this:
-CLFRAMEWORKREVISION="branches/arm_compute_19_02" # Master towards 19.02
-git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
+# CLFRAMEWORKREVISION="6eb90d7d8ef73decf6e3973a89c2b2badd0b9635" # Master towards 19.02
+# git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode
# Set commit hook so we can submit reviews to gerrit