From dcd2de8e15e0b07f9cd6d3ec00b12936ffc10470 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 22 Sep 2022 10:54:07 +0100 Subject: Update ACL pin to a77c6d774053672b7bf0261e1a7a229bb6be5f21 * Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplication with variable input tensors Signed-off-by: Nikhil Raj Change-Id: Id1531ff661de6a01c861737111924e4c23e814fb --- 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 eeaf560d39..5233499120 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="a4814e8394ffdd7e268614d54cc22e30648f48ff" #Add test case for disable Winograd on fp16 if fast-math = false +DEFAULT_CLFRAMEWORKREVISION="a77c6d774053672b7bf0261e1a7a229bb6be5f21" #Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplication with variable input tensors 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