aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2020-03-04 08:34:13 +0000
committerNikhil Raj Arm <nikhil.raj@arm.com>2020-03-04 16:12:35 +0000
commite8502484d0c2c498c4f031c9bec87d0554a0b43e (patch)
tree00a72aa89dfe1d1d0dad963faed18a2ea96254f3 /scripts
parentbdeabf8abd6ac48b63b9cfdaeb76ea4dc6f2ce9c (diff)
downloadarmnn-e8502484d0c2c498c4f031c9bec87d0554a0b43e.tar.gz
Update Acl Pin adb3291dda4e56de1af10e783b787445d6587a38
* COMPMID-3100 Fuse bias addition with fully connected layer NEON Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I7a1953c4b611934ab0180c2a934fd047a6c6967a
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 3c8b45a9cb..c2c7b051df 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="fec13b8e20dc9d71d729f750633fa52c3a8a0036" #COMPMID-3069: Update android nn build script
+DEFAULT_CLFRAMEWORKREVISION="adb3291dda4e56de1af10e783b787445d6587a38" #COMPMID-3100 Fuse bias addition with fully connected layer NEON
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"