aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-09-22 10:54:07 +0100
committerNikhil Raj Arm <nikhil.raj@arm.com>2022-09-22 11:32:20 +0000
commitdcd2de8e15e0b07f9cd6d3ec00b12936ffc10470 (patch)
tree8bb693032be5602b1c9918653d3b60128de3e5cf
parentbc37a6b83faf92c92570fb3137b5fd549f304b3f (diff)
downloadarmnn-dcd2de8e15e0b07f9cd6d3ec00b12936ffc10470.tar.gz
Update ACL pin to a77c6d774053672b7bf0261e1a7a229bb6be5f21
* Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplication with variable input tensors Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Id1531ff661de6a01c861737111924e4c23e814fb
-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 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