From 10946ccbf1666bd5fc5d59152696a230d9f2331c Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 16 Dec 2022 10:41:56 +0000 Subject: Update ACL pin to a0ae8d2e6c57fd95c0edaf659b9df8b8c540d051 Signed-off-by: Nikhil Raj Change-Id: I75ff1d006d27d53898e6749a18f52359c043ec3a --- 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 c6ae11d199..53e13d761d 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_22_11" # Release 22.11 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="32741725ac6e6c9658c51ed8585d314a1707ee8c" #8762: Add CLAMP operator to Dynamic Fusion interface | https://review.mlplatform.org/c/ml/ComputeLibrary/+/8762 +DEFAULT_CLFRAMEWORKREVISION="a0ae8d2e6c57fd95c0edaf659b9df8b8c540d051" #8792: Optimize Transposed Convolution for CL backend (Quantized) | https://review.mlplatform.org/c/ml/ComputeLibrary/+/8792 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