aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorConor Kennedy <conor.kennedy@arm.com>2019-03-08 10:55:32 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-03-11 11:42:03 +0000
commit1b4d7b1e0646104210f626e7f9613c506f097e90 (patch)
tree49e1c75c51e706722cc15a4eedb2c2e46ba4f626 /scripts
parentb99480bc522fd98a8e587478b78906e8a57936df (diff)
downloadarmnn-1b4d7b1e0646104210f626e7f9613c506f097e90.tar.gz
IVGCVSW-2800 Update CL pin to latest master
Change-Id: Id04be4950e09452a056883ba68e9dcf0c6f4ee2d Signed-off-by: Conor Kennedy <conor.kennedy@arm.com>
Diffstat (limited to 'scripts')
-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 60e4d7eebe..c1f52e6f9e 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_19_02" # Release 19.02
-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="6eb90d7d8ef73decf6e3973a89c2b2badd0b9635" # Master towards 19.02
-# git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
+CLFRAMEWORKREVISION="f00d33264721f0647098051449c6d40bc80a2af7" # commit on CL fix compilation error in bare metal build
+git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode
# Set commit hook so we can submit reviews to gerrit