aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-05-30 11:12:49 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-05-30 11:12:49 +0100
commita9be373edaf5674644e8a5e6e4daf09ff56a7ca5 (patch)
treec7fe247b502ee628fe13e8c0419c01ee5d977f1d /scripts
parentf74937eca3eece3ccd439933306ac0f32415390e (diff)
downloadarmnn-a9be373edaf5674644e8a5e6e4daf09ff56a7ca5.tar.gz
Update ACL pin to fdb534293b84182a89a78b5086cf05c07ef970e8
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Id3f1b100bdedf975e008e8f66e08747f8d8ae294
Diffstat (limited to 'scripts')
-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 8d5241abf2..e949b72da7 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_05" # Release 22.05
+#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_22_05" # Release 22.05
#
# For pinning to a revision use this:
-#DEFAULT_CLFRAMEWORKREVISION="c827e99fc46521f43719b0c2d1b6f05d66abf68c" #Update Neon™ pooling kernel.
+DEFAULT_CLFRAMEWORKREVISION="fdb534293b84182a89a78b5086cf05c07ef970e8" #Disable unsafe FP optimizations causing accuracy issues
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"