From 4abe72f869d55347da506d24691da0c213f88db0 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 27 Sep 2022 10:18:26 +0100 Subject: Update ACL pin to d6b8a71714361881a249a6f6ed67125f290f4a83 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add FP32 Neon™ swish activation Signed-off-by: Nikhil Raj Change-Id: I606855096d90aa16aef9282e5860d41e3dc64d7f --- 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 5233499120..2b536427ec 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_08" # Release 22.08 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="a77c6d774053672b7bf0261e1a7a229bb6be5f21" #Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplication with variable input tensors +DEFAULT_CLFRAMEWORKREVISION="d6b8a71714361881a249a6f6ed67125f290f4a83" #Add FP32 Neon™ swish activation 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