aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-01-24 14:33:50 +0000
committerNikhil Raj <nikhil.raj@arm.com>2023-01-24 15:03:16 +0000
commit53212e1c3df2ca9b798fcaff0f61376f8086072f (patch)
treeb735576921fe0320a496654dd9b86c7a161bf501
parent5446a4d6d02002515fc58fafe33d74ae6dca5787 (diff)
downloadarmnn-53212e1c3df2ca9b798fcaff0f61376f8086072f.tar.gz
Update ACL pin to a6a153817302793732e28b07c3b4046df3f91a60
* Fix performance regression when stride equal to kernel size Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I64dd433bc1e1f2137675612f4744b02c00341f3f
-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 522b07a2db..de5510ddfb 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_11" # Release 22.11
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="5a63d1e39b8bcc19726bf98fe3b7f827701fabcd" #8928: Add missing direct conv2d tests to dynamic fusion | https://review.mlplatform.org/c/ml/ComputeLibrary/+/8928
+DEFAULT_CLFRAMEWORKREVISION="a6a153817302793732e28b07c3b4046df3f91a60" #8970: Fix performance regression when stride equal to kernel size | https://review.mlplatform.org/c/ml/ComputeLibrary/+/8970
usage() {
echo -e "get_compute_library.sh: Clones the Arm Compute Library (ACL) repo from the ML Platform server and checks out