aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFrancisMurtagh <francis.murtagh@arm.com>2018-11-30 17:18:55 +0000
committerFrancisMurtagh <francis.murtagh@arm.com>2018-11-30 17:18:55 +0000
commit6460c274bc81733e9f36d1719a7db98a74d8db1f (patch)
tree876599996229e2caf0ac3a1e2fd28bae90c38587 /scripts
parent2df12b3abf2171869582581dd275d556bad87411 (diff)
downloadarmnn-6460c274bc81733e9f36d1719a7db98a74d8db1f.tar.gz
IVGCVSW-2312 Update CL pin to include their L2Normalization Neon changes
* Updated Revision number in the get_compute_library.sh to after the implementation of COMPMID-1645 NEL2Normalization for FP32/FP16 & NHWC Change-Id: Id9f437e833aafdb83c76bec1ba3fe79fdbab1a69
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 5f34282c5f..4b717e9591 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="8f2cbfa15bfb0e49ca6a334a220f0e36964289d6" # commit on master after the fix for CLBatchToSpace
+CLFRAMEWORKREVISION="2897e61e8fe04aaf95540f4525c3dd3f7f46ebfa" # commit on master after fix for NEL2Normalization for FP32/FP16 & NHWC
git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
AssertZeroExitCode