aboutsummaryrefslogtreecommitdiff
path: root/scripts/get_compute_library.sh
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-06-26 11:52:40 +0100
committerColm Donelan <colm.donelan@arm.com>2023-06-26 22:02:38 +0000
commitd29d09de2bcee68d0820e6ee7549033b05c6c469 (patch)
tree4044d4810fde6f1609354838ad0a920a9388a7e1 /scripts/get_compute_library.sh
parented928a91a80db4f013995a558433012b1dfc03ea (diff)
downloadarmnn-d29d09de2bcee68d0820e6ee7549033b05c6c469.tar.gz
Update ACL pin to c952596e70f2fe0073029f053e329a4e930ced8c
* activationInfo passed in directly to configure() rather than part of matMulInfo Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I546def1c1e1cabaf50629f7d78ae0ba459766ed4
Diffstat (limited to 'scripts/get_compute_library.sh')
-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 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