Update ACL pin to 16cf3c2318978580006633ea4d5eccdd8ba1194a
[platform/upstream/armnn.git] / scripts / get_compute_library.sh
index 8a35bd3..45b7c0b 100755 (executable)
@@ -6,11 +6,11 @@
 
 CMD=$( basename $0 )
 
-# For pinnning to a ref use this:
-# DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_19_02" # Release 19.02
+# For pinning to a ref use this:
+#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_20_08" # Release 20.08
 #
 # For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="9e4824c909b14dbaf7106e9527b0ffa22ef09bdc"
+DEFAULT_CLFRAMEWORKREVISION="16cf3c2318978580006633ea4d5eccdd8ba1194a" #COMPMID-3764: Failures on fp16 for L2NormalizationLayer when zero inputs.
 
 usage() {
     echo "Usage: $CMD (Use the default clframework SHA)"
@@ -73,7 +73,7 @@ if [ ! -z "$CLFRAMEWORK_SHA" ]; then
     CLFRAMEWORKREVISION=$CLFRAMEWORK_SHA
 fi
 
-git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
+git fetch && git fetch https://review.mlplatform.org/ml/ComputeLibrary && git checkout ${CLFRAMEWORKREVISION}
 AssertZeroExitCode "Fetching and checking out ${CLFRAMEWORKREVISION} failed"
 
 # Set commit hook so we can submit reviews to gerrit