aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2018-11-20 16:40:24 +0000
committerMatteo Martincigh <matteo.martincigh@arm.com>2018-11-20 16:48:31 +0000
commite859b0623c434bb3ade569332a0bb622bf7de593 (patch)
treec7279f5b23d09bc8b054203c0e23bdcf3616450e /scripts
parentb9546cf1ffde83f63436c4087711dcf098ea4196 (diff)
downloadarmnn-e859b0623c434bb3ade569332a0bb622bf7de593.tar.gz
Updated the CL pin to take in the fix for CLBatchToSpace
Change-Id: I2d5f017917b1c773ff3da96ab28de415c1e77c0d
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 6385011780..5f34282c5f 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="e413d255b18fad1553bd3550a98f707c9c6e8aec" # commit on master after the fix for NEGEMMConvolutionLayer
+CLFRAMEWORKREVISION="8f2cbfa15bfb0e49ca6a334a220f0e36964289d6" # commit on master after the fix for CLBatchToSpace
git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode