From d29d09de2bcee68d0820e6ee7549033b05c6c469 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 26 Jun 2023 11:52:40 +0100 Subject: Update ACL pin to c952596e70f2fe0073029f053e329a4e930ced8c * activationInfo passed in directly to configure() rather than part of matMulInfo Signed-off-by: Nikhil Raj Change-Id: I546def1c1e1cabaf50629f7d78ae0ba459766ed4 --- 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 89ff764c57..731ab7e1ce 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_05" # Release 23.05 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="043613fbb199e2c4fdd12c2c9a1785db9b0c45fa" #9743: Break up Utils.h a bit to reduce unused code being included everywhere +DEFAULT_CLFRAMEWORKREVISION="c952596e70f2fe0073029f053e329a4e930ced8c" #9819: Implement FP32/FP16 MatMul NT/T kernel using the MMUL extension 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