From: Matthew Bentham Date: Thu, 10 Jan 2019 12:52:31 +0000 (+0000) Subject: IVGCVSW-2466 Update compute library pin X-Git-Tag: submit/tizen/20200316.035456~960 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60f906404e09aa2a8af0dbc8f1ae4c2fd2d4175a;p=platform%2Fupstream%2Farmnn.git IVGCVSW-2466 Update compute library pin Change-Id: I349f663e5e2d404930a5f9289d311e67a5a409ea --- diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 5a0fb24..74f05f2 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="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