From 8f1f2cf374327b8b5b56a7163542840ad0bae6dd Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Fri, 27 Oct 2023 16:07:18 +0100 Subject: Update ACL pin to 72b7471955f32d2fccb170ab1ab40c7eecfa7f44 * Add check to disable dynamic bias with quantized datatypes in Conv2D layer Change-Id: Ie97ebfc2beaeb7fb4325e50c10ae595159346be3 Signed-off-by: Teresa Charlin Change-Id: Iad6d293db59d065d00c9a078456ba0fdadc39776 --- 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 5a69d71113..27da985d24 100755 --- a/scripts/get_compute_library.sh +++ b/scripts/get_compute_library.sh @@ -10,7 +10,7 @@ CMD=$( basename "$0" ) #DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_23_08" # Release 23.08 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="074b985f3855193bb47fb4055abb6b12f09f48d7" #FuseBatchNorm changes to enable fp16 in armv8a multi_isa builds +DEFAULT_CLFRAMEWORKREVISION="72b7471955f32d2fccb170ab1ab40c7eecfa7f44" #Add check to disable dynamic bias with quantized datatypes in Conv2D layer usage() { echo -e "get_compute_library.sh: Clones the Arm Compute Library (ACL) repo from the ML Platform server and checks out -- cgit v1.2.1