aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2022-09-14 09:45:34 +0100
committerNikhil Raj <nikhil.raj@arm.com>2022-09-14 09:45:34 +0100
commitdb96e6998024ab6b378e9df53287a62006ce1c96 (patch)
tree78300de9f4603a97031feafdf2c971697d59d85e
parent6f6ad4f548d8bedb2cc740fe6fd3259d527b9a3a (diff)
downloadarmnn-db96e6998024ab6b378e9df53287a62006ce1c96.tar.gz
Update ACL pin to a4814e8394ffdd7e268614d54cc22e30648f48ff
* Add test case for disable Winograd on fp16 if fast-math = false Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Id4543f566a095c5822aa0f7df5ad9af4c4bd739e
-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 990eccdfa2..eeaf560d39 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_08" # Release 22.08
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="e4e3b2ead5b6720af8039f3c9ac15ea6b51b915f" #Disable Winograd on fp16 if fast-math = false
+DEFAULT_CLFRAMEWORKREVISION="a4814e8394ffdd7e268614d54cc22e30648f48ff" #Add test case for disable Winograd on fp16 if fast-math = false
usage() {
echo -e "get_compute_library.sh: Clones the Arm Compute Library (ACL) repo from the ML Platform server and checks out