aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2020-06-03 09:46:09 +0100
committerKevin May <kevin.may@arm.com>2020-06-03 09:46:09 +0100
commit9b65a15bfb2aa2113348292c07cc75991e93eb2f (patch)
tree270ac658f22e2d87c183471e1e0676c00ea40924 /scripts
parent749294b2c4c593043d29d7275b18cbf78af974e4 (diff)
downloadarmnn-9b65a15bfb2aa2113348292c07cc75991e93eb2f.tar.gz
Update Acl pin to c26179810823bb36375111f4a5485a6475fc97c5
* COMPMID-3363: Create ScaleKernelInfo Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I9162f0ec51d0d95dfad7e83d7d0b7f081d33acc9
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get_compute_library.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh
index f9824a9a76..f41cc6fb14 100755
--- a/scripts/get_compute_library.sh
+++ b/scripts/get_compute_library.sh
@@ -7,10 +7,10 @@
CMD=$( basename $0 )
# For pinning to a ref use this:
-DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_20_05" # Release 20.05
+#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_20_05" # Release 20.05
#
# For pinning to a revision use this:
-#DEFAULT_CLFRAMEWORKREVISION="aba2f912a21487776e540724cf354a6cd8d89829" #COMPMID-3289: Test improvement CLGEMMMatrixMultiplyReshapedKernel.
+DEFAULT_CLFRAMEWORKREVISION="c26179810823bb36375111f4a5485a6475fc97c5" #COMPMID-3363: Create ScaleKernelInfo.
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"