aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2024-04-29 17:34:03 +0100
committerTeresa Charlin <teresa.charlinreyes@arm.com>2024-04-29 17:36:45 +0100
commite20aa0fe41e689c4dbbde9adf861d5808840cbe2 (patch)
tree871a80be56db05e0bfe0bee76b9c437220a89d26
parent8cfd059026dafe65977ddab63350763657cb12c2 (diff)
downloadarmnn-e20aa0fe41e689c4dbbde9adf861d5808840cbe2.tar.gz
Update ACL pin to 499b5bca1a897461d4105ba52e4c766ddb5f564a
* Disable SME2 Gemm kernel selection in case results needs to be accumulated Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I3d2d096e05f6b294d0393055b574c4f8dbc07c96
-rwxr-xr-xscripts/get_compute_library.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index 63c09629a8..a91d1e3d1c 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -7,10 +7,10 @@
CMD=$( basename "$0" )
# For pinning to a ref use this:
-DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_24_04" # Release 24.04
+#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_24_04" # Release 24.04
#
# For pinning to a revision use this:
-#DEFAULT_CLFRAMEWORKREVISION="1322065a3fbd15b00dbfb0969d6b438b5ba15530" #11399: Specify absolute tolerance
+DEFAULT_CLFRAMEWORKREVISION="499b5bca1a897461d4105ba52e4c766ddb5f564a" #Disable SME2 Gemm kernel selection in case results needs to be accumulated
usage() {
echo -e "get_compute_library.sh: Clones the Arm Compute Library (ACL) repo from the ML Platform server and checks out