aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-10-03 15:20:53 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-10-03 14:46:06 +0000
commitf75786c18c3ba3acbe678ac1c5075eb21af5801f (patch)
tree9ae381afa951e7dac6562d62b3be74fb2907ed3b /scripts
parent0aed4f9820983afabaf682af3a603f1aab1bf823 (diff)
downloadarmnn-f75786c18c3ba3acbe678ac1c5075eb21af5801f.tar.gz
IVGCVSW-3947 Update ACL pin to 79f88e6d825402388bb79fc123ee2dfe01985bda
* Update ACL pin to gain access to CLInstanceNormalizationLayer !android-nn-driver:2033 Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I286accc9608073d88c51c85c59b11ad5efce1f5d
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 1649e3e2e1..0a8f86a794 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_08" # Release 19.08
#
# For pinning to a revision use this:
-DEFAULT_CLFRAMEWORKREVISION="5c4a8e96460eb83a6caef1c69ea5cbb4893858d7" #COMPMID-2592 Create a new kernel for CLPad with SYMMETRIC and REFLECT
+DEFAULT_CLFRAMEWORKREVISION="79f88e6d825402388bb79fc123ee2dfe01985bda" #COMPMID-2313: Implement CL INSTANCE_NORMALIZATION function
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"