aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-09-29 11:11:50 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-09-29 11:11:50 +0100
commitf14029ab94d4fa08f95a86af53496acbf6a2eb86 (patch)
tree5c53945a1d14c5ddde2c8608e6a2e37af19b3211
parent71b386dcfaf1190fd703e9f332398a64584bf103 (diff)
downloadarmnn-f14029ab94d4fa08f95a86af53496acbf6a2eb86.tar.gz
Update ACL pin to ff81de5a9a0f6b9331c3b112cc2aed552f0482a9
* Fix overflow in NEActivationLayer for FP16 type Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I0f2e1609b8a46b69a9d83a4fa2cb6cf22af8c8d3
-rwxr-xr-xscripts/get_compute_library.sh2
1 files changed, 1 insertions, 1 deletions
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