aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-08-29 09:37:57 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-08-29 09:39:24 +0100
commit30061c5ac9a23d39ae5935463262d864ccc1cc2e (patch)
tree5cf7869d11f2f8ba110ed92958b0c22b50bfe445
parent0e0c1d2d49724aa8c42de50ddde1d6df95d29f27 (diff)
downloadarmnn-30061c5ac9a23d39ae5935463262d864ccc1cc2e.tar.gz
Update ACL pin to a331e48ad8a4856837cf0afdd44de69af43581af
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I12f2993d6e7476f9d9cb4590de9ac40bc6dd6449
-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 bb6c6b24e3..63209bf118 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_22_08" # Release 22.08
+#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_22_08" # Release 22.08
#
# For pinning to a revision use this:
-#DEFAULT_CLFRAMEWORKREVISION="f67903b8ab8205b47f0ee2c27aeca8bed405c58e" #Add Dynamic Fusion Tests with BugFixes
+DEFAULT_CLFRAMEWORKREVISION="a331e48ad8a4856837cf0afdd44de69af43581af" #Fix add for tensors with non-matching strides
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"