aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2020-03-03 12:10:10 +0000
committerJames Conroy <james.conroy@arm.com>2020-03-03 14:39:36 +0000
commit9077473e0db8548506360a5196a1514f785332bb (patch)
tree4f16736d2b338b034339edc51860902ae033b798 /scripts
parent3463eaa6bd560305964602bdf6687684e255a776 (diff)
downloadarmnn-9077473e0db8548506360a5196a1514f785332bb.tar.gz
IVGCVSW-4532 Update Acl Pin to fec13b8e20dc9d71d729f750633fa52c3a8a0036
* Fix NeonLayerSupport/IsLayerSupportedUint8Neon Quantize layer Unit Test Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I71deb10dd3bb18e30c77b72d6ca25a9a4f8842c3
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 bc71f06d02..3c8b45a9cb 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_02" # Release 20.02
+#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_20_02" # Release 20.02
#
# For pinning to a revision use this:
-#DEFAULT_CLFRAMEWORKREVISION="c971cf1034a61875c8e8c87d48634cbfac3865fd" #COMPMID-3090: Fail NEON/ColorConvert/RGBtoU8
+DEFAULT_CLFRAMEWORKREVISION="fec13b8e20dc9d71d729f750633fa52c3a8a0036" #COMPMID-3069: Update android nn build script
usage() {
echo "Usage: $CMD (Use the default clframework SHA)"