IVGCVSW-2466 Update compute library pin
authorMatthew Bentham <matthew.bentham@arm.com>
Thu, 10 Jan 2019 12:52:31 +0000 (12:52 +0000)
committerMatthew Bentham <matthew.bentham@arm.com>
Thu, 10 Jan 2019 12:52:31 +0000 (12:52 +0000)
Change-Id: I349f663e5e2d404930a5f9289d311e67a5a409ea

scripts/get_compute_library.sh

index 5a0fb24..74f05f2 100755 (executable)
@@ -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="3f8aac4474b245b20c07b3a5384577a83f4950a7" # Improvements for depthwise stride
+CLFRAMEWORKREVISION="c10bc0b5db5169a6ccea02a1aaefe34f082709e5" # Master towards 19.02
 git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
 AssertZeroExitCode