From e941875f48bc4fb677c35fcb2eef7cd787a47cca Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 18 Apr 2023 13:04:53 +0100 Subject: Update ACL pin to 9d0c4deb760efc2ca07e5e0b8218995201ad8a1f * Add quantized CL MatMul kernels for Lhs NT/T, Rhs NT Signed-off-by: Teresa Charlin Change-Id: I7f8c457ebee2e36674f59c687641d2ee74803012 --- scripts/get_compute_library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/get_compute_library.sh') diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 2bf4485512..912df15984 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_02" # Release 23.02 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="8b7f42aa0e76a65a4ffa46ee875df6a6220695ae" #9416: Enable quantized data types for CpuElementwiseUnary on Armv7a | https://review.mlplatform.org/c/ml/ComputeLibrary/+/9416 +DEFAULT_CLFRAMEWORKREVISION="9d0c4deb760efc2ca07e5e0b8218995201ad8a1f" #Add quantized CL MatMul kernels for Lhs NT/T, Rhs NT 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