IVGCVSW-2545 Update CL pin to latest master

Change-Id: If6a211ce8a25cf95bb8b02851694e9502d25e671
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index 74f05f2..2120e03 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -68,7 +68,7 @@
 # git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary $CLFRAMEWORKREVISION && git checkout FETCH_HEAD
 
 # For pinning to a revision use this:
-CLFRAMEWORKREVISION="c10bc0b5db5169a6ccea02a1aaefe34f082709e5" # Master towards 19.02
+CLFRAMEWORKREVISION="e8c0c4397a508169282e5859410d5d6cdc87edbe" # Master towards 19.02
 git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
 AssertZeroExitCode