From 69352c1504d9e82c261a639db3ef03087a410f3a Mon Sep 17 00:00:00 2001 From: Matteo Martincigh Date: Fri, 14 Dec 2018 13:12:13 +0000 Subject: [PATCH] Update the CL pin to the latest master Change-Id: Ib3c7cfccbe8933a0c2423f37c363926571968d9e --- scripts/get_compute_library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 4b717e9..9de7e2e 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="2897e61e8fe04aaf95540f4525c3dd3f7f46ebfa" # commit on master after fix for NEL2Normalization for FP32/FP16 & NHWC +CLFRAMEWORKREVISION="555f1c2241d6fa8c84926a72a0c54e4158817df4" # commit on CL Comparison operations git fetch ssh://$GITHUB_USERNAME@review.mlplatform.org:29418/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION} AssertZeroExitCode -- 2.7.4