aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Monahan <david.monahan@arm.com>2021-02-11 11:45:41 +0000
committerDavid Monahan <david.monahan@arm.com>2021-02-12 09:07:13 +0000
commit8eae955f665f371b0a2c7c1a06e8ba442afa2298 (patch)
treedfcda064063372d0a1a6cf1f1e3b0a1f1fe6a0cb /scripts
parent2226ca98e01a8f7de37357ebdb2a0ed14fd3b0d2 (diff)
downloadarmnn-8eae955f665f371b0a2c7c1a06e8ba442afa2298.tar.gz
IVGCVSW-5717 Update JsonPrinterTestImpl to match latest ACL
* Updated JsonPrinterTestImpl to use CpuLogitsDLogSoftmaxKernel_# * Update ACL pin to: 8958167c8d609566a40c9e618158ebcbdcd3e3bb Signed-off-by: David Monahan <david.monahan@arm.com> Change-Id: Ic48d6cc321d8f4cc15c488244f0d69508fad2d1c
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 9e9c8bde02..95b730dd04 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_11" # Release 20.11
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="7e20e29904c98adae5a91c6492fd78da88b7a9bf" #Make memset/copy functions state-less
+DEFAULT_CLFRAMEWORKREVISION="8958167c8d609566a40c9e618158ebcbdcd3e3bb" #Building android-nn-driver failed
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"