From f14029ab94d4fa08f95a86af53496acbf6a2eb86 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 29 Sep 2022 11:11:50 +0100 Subject: Update ACL pin to ff81de5a9a0f6b9331c3b112cc2aed552f0482a9 * Fix overflow in NEActivationLayer for FP16 type Signed-off-by: Nikhil Raj Change-Id: I0f2e1609b8a46b69a9d83a4fa2cb6cf22af8c8d3 --- 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 2b536427ec..18197408c8 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="d6b8a71714361881a249a6f6ed67125f290f4a83" #Add FP32 Neon™ swish activation +DEFAULT_CLFRAMEWORKREVISION="ff81de5a9a0f6b9331c3b112cc2aed552f0482a9" #Fix overflow in NEActivationLayer for FP16 type 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