aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFerran Balaguer <ferran.balaguer@arm.com>2019-06-24 12:43:38 +0100
committerFerran Balaguer Arm <ferran.balaguer@arm.com>2019-06-26 15:22:31 +0000
commitb2b5a26e7b7250532df189cd7cf7cf1d4b528a28 (patch)
tree6cbb1d44f074455a58ab00c2f6edd5ab5c3e8ebe /scripts
parent5191033c76330509666e0993857b7286e2a325fc (diff)
downloadarmnn-b2b5a26e7b7250532df189cd7cf7cf1d4b528a28.tar.gz
Update the CL pin to the latest master
* Update SoftMaxUint8Workload for CL and NEON to deal with quantization parameters as vectors. * Change Sigmoid Activation function QAsymm8 tests to use scale=1.f/256.f and offset=0 as quatization output parameters. !android-nn-driver:1417 Signed-off-by: Ferran Balaguer <ferran.balaguer@arm.com> Change-Id: Ief91f10193fbbbad0c0124ece41f0bf4e0dcd992
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 391168a73b..ec84209ec4 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_19_05" # Release 19.05
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="d7dd15c445397ab879439de6659859db09f4b752"
+DEFAULT_CLFRAMEWORKREVISION="3689fcd5915cd902cb4ea5f618f2a6e42f6dc4a1"
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"