aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2020-05-13 15:16:12 +0100
committerTeresa Charlin <teresa.charlinreyes@arm.com>2020-05-13 20:51:13 +0100
commitefc5da416a2f93e52bce60b225cc70eba028a5c2 (patch)
treeef236d8d0b26de9b710aa3e292e2fd621c9de7e5 /scripts
parentc1f6b09cc22b6e2de3d9eb88aec1778d0308a2b3 (diff)
downloadarmnn-efc5da416a2f93e52bce60b225cc70eba028a5c2.tar.gz
Update ACL pin to 4efe5dc9b39a87eface43e7468e08279976ae9ef
* change neon softmax axis to be int Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I7a9486c11494ed4993abd683a50d6b4483f283e1
Diffstat (limited to 'scripts')
-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 08218e4ce6..7c3299eb51 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_20_02" # Release 20.02
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="6f8b17dedb7b53b550e6210fd1c78c3a3e086271" #[ONCPUML-7] arm_compute support for ND parallelism.
+DEFAULT_CLFRAMEWORKREVISION="4efe5dc9b39a87eface43e7468e08279976ae9ef" # COMPMID-3484: Regression in Transpose convolution Android R CTS test.
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"