aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2019-08-16IVGCVSW-3625 Updated ACL pin to the 19.08 release branchSadik Armagan
Signed-off-by: Sadik Armagan <sadik.armagan@arm.com> Change-Id: I442913dc5e8ac8b53c00feef430a77991e700556
2019-08-02IVGCVSW-3577 Update ACL pin to include NEON convolution output multiplier fixAron Virginas-Tar
!android-nn-driver:1668 Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I33de31d35fa9c7d76f1738e343c5d28270e9a2c1
2019-07-19IVGCVSW-3453 Fix VTS quant_output_multiplier_gt_1 test failuresFinnWilliamsArm
* Remove ValidateTensorQuantizationMultiplier * Update CL pin to COMPMID-2336 Signed-off-by: FinnWilliamsArm <Finn.Williams@arm.com> Change-Id: Iaece5b564134f7ec91f82cb246bcb10ad455999d
2019-07-15IVGCVSW-3513 Update CL pin that fixes impl_base.hpp not found issueNikhil Raj
!android-nn-driver:1546 Change-Id: I2b6ca7843aa66cafcbdbf7acd9b2ab9b306c75eb Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
2019-07-11Update ACL pin to d473386e4d5e0edcf55e13a2bf3c422a23fac0deAron Virginas-Tar
* Includes fixes for ResizeNearestNeighbor on CL and NEON !android-nn-driver:1523 Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: I959e43cab21dce10a9072320fada11fcb57d41f2
2019-07-05IVGCVSW-3401 Update ACL pin to latest masterJames Conroy
* Updated ACL pin to latest master. * Minor changes to Softmax Neon/CL uint8 workloads to reflect refactoring in ACL. !android-nn-driver:1476 Change-Id: I1c5005ddbcccdb41d8cb09d3fa61cf3ce0e9ffdb Signed-off-by: James Conroy <james.conroy@arm.com>
2019-06-26Update the CL pin to the latest masterFerran Balaguer
* 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
2019-06-04Update the CL pin to the latest masterMatteo Martincigh
* Updated the pinned CL revision * Changed the type for axis in L2Norm workloads !clframework:d7dd15c445397ab879439de6659859db09f4b752 !android-nn-driver:1268 Change-Id: Ib568869ae8259c4c7d62fc8b434c74a7f8242988 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
2019-05-23Make the script for getting the compute library more robustMatteo Martincigh
* Added an extra git fetch without specifying the remote to allow fetching from wathever remote one is using * Fixes a failure in our setup agents jobs Change-Id: I64b034eec5fba5c8b113e89b5bb5724fb978e511 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
2019-05-16IVGCVSW-3089 Change clframework version to 19.05 Release branchNarumol Prangnawarat
!android-nn-driver:1145 Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: I5a2fab03c98bfeb34154a0afe8c281a2551076cc
2019-04-29IVGCVSW-2773 Update clframework pin for the jenkins timing testsRuomei Yan
!android-nn-driver:1035 Change-Id: I36859d21f452df92f2a23d2f9f9c669f4284ac07 Signed-off-by: Ruomei Yan <ruomei.yan@arm.com>
2019-04-16IVGCVSW-2957 MergerLayer subtensor optimization now backend agnosticDerek Lamberti
+ Update clframework pin + Cl and Neon Merger workloads updated to use MemoryLayout agnostic API + Workloads only use sub-tensor optimization if ALL input tensors are sub-tensors + Refactor LayerSupportCommon code to be a bit more succinct Change-Id: Ib61ad4ccbd767e924dff07e61022e0cda4069828 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
2019-04-11IVGCVSW-2912 Change get_compute_libary.sh -p exit code to 0Jim Flynn
Change-Id: Id53d32f07c2c555d4ed86bcba31a860a698ff3e9 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
2019-04-10IVGCVSW-2912 Make get_compute_library.sh sole source for clframework pinJim Flynn
* Also incorporated fix for break in master build 32-bit NEDepthwiseConvolution errors in clframework * Fixed a failure in the Float16 workloads for ElementwiseOperations !android-nn-driver:963 Change-Id: Ic2cdb0e6c9399fa42b56001c6f4b46b7f150f143 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
2019-04-02IVGCVSW-2832 (Part 2) update clframework pin to ↵Jim Flynn
b4a44ff3aa98d2b51f1621a7525db3f81108a1bd * Change in clframework to remove check for data format in the NE/CLReductionOperationKernel that was preventing a Resnet v2 50 model from running to completion !android-nn-driver:925 Change-Id: Ia7da001dd231d97b538846b69a40165fa64d1ff3 Signed-off-by: Jim Flynn <jim.flynn@arm.com>
2019-03-26IVGCVSW-2832 Update CL pin to 2761c2f0b60175469e959982a25ff0abdca6c9ceJim Flynn
* Removes data format check from NE and CL CopyLayerKernel to fix customer issue with Resnet v1 and v2 50 models failing to run * COMPMID-2075 Fix Segfault in NELSTM (2761c2f0b60175469e959982a25ff0abdca6c9ce) * Added include <functional> to include/armnn/Types.hpp to fix compile failure on CI !android-nn-driver:891 Change-Id: Icbe58b7e6d3276b0e983bdd1c004906b3d0a7a6e Signed-off-by: Jim Flynn <jim.flynn@arm.com>
2019-03-11IVGCVSW-2800 Update CL pin to latest masterConor Kennedy
Change-Id: Id04be4950e09452a056883ba68e9dcf0c6f4ee2d Signed-off-by: Conor Kennedy <conor.kennedy@arm.com>
2019-02-22IVGCVSW-2589 Fix for checking out CL release branchAron Virginas-Tar
Change-Id: I3200cb7a88158ec3aabc6feaca452406d5408129 Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
2019-02-21IVGCVSW-2589 Update CL pin to the 19.02 releaseFinn Williams
Change-Id: Ic3a0ab87ac1df94bd69a2b966b27f95a7ef47dc9 Signed-off-by: Finn Williams <finn.williams@arm.com>
2019-02-14IVGCVSW-2658 Integrate Compute Library 6eb90d7Matthew Bentham
Change-Id: I4a7e8b2caf41bc7edcfea44b883406f3c1fa4ba0 Signed-off-by: Matthew Bentham <matthew.bentham@arm.com>
2019-01-28IVGCVSW-2575 Update CL pin to latest masterConor Kennedy
!android-nn-driver:586 Change-Id: Ib881710f438887df0a95d776b51a5c0d2bf002dd
2019-01-25Github issue #127 - Use https to check out ComputeLibraryMatthew Bentham
Change-Id: I55f2f21b0603055787a174269ed74b99f84ec29c
2019-01-23IVGCVSW-2545 Update CL pin to latest mastersaoste01
Change-Id: If6a211ce8a25cf95bb8b02851694e9502d25e671
2019-01-10IVGCVSW-2466 Update compute library pinMatthew Bentham
Change-Id: I349f663e5e2d404930a5f9289d311e67a5a409ea
2018-12-31Update to latest compute libraryMatthew Bentham
Change-Id: I297aac3c57d201fdbd71119f004a64f57ec5657f
2018-12-19Update CL pin to the latest masterNattapat Chaimanowong
Change-Id: I045bc90124ea1303dffb0532e10b36ee107f9ee3
2018-12-17Update the CL pin to the latest masterMatteo Martincigh
Change-Id: Ib3c7cfccbe8933a0c2423f37c363926571968d9e
2018-11-30IVGCVSW-2312 Update CL pin to include their L2Normalization Neon changesFrancisMurtagh
* Updated Revision number in the get_compute_library.sh to after the implementation of COMPMID-1645 NEL2Normalization for FP32/FP16 & NHWC Change-Id: Id9f437e833aafdb83c76bec1ba3fe79fdbab1a69
2018-11-20Updated the CL pin to take in the fix for CLBatchToSpaceMatteo Martincigh
Change-Id: I2d5f017917b1c773ff3da96ab28de415c1e77c0d
2018-11-19IVGCVSW-2115: Fix for unset USERNAMEjimfly01
* When running the script standalone USERNAME can be unset causing failure Change-Id: Idb1752117c319c8946426efe8882f03034b2bbbf
2018-11-19Changed the mode of generate_tensorflow_protobuf.sh to executableMatteo Martincigh
Change-Id: I0042395b46906f70d09a16b4122af3d911f5a53d
2018-11-16IVGCVSW-2115: Script to clone/fetch correct clframeworkjimfly01
* Script designed to be invoked from anywhere clones clframework relative to where the script source is located in armnn/scripts * Allows user to specify GITHUB_USERNAME on command line with -g option otherwise will set this value to $USER Change-Id: I34ee0d936152e94ff16b9bd7751c3da7248c9150
2018-09-17IVGCVSW-1807 : change license text in file headersDavid Beck
All changes are the same: // // Copyright © 2017 ARM Ltd. All rights reserved. -// See LICENSE file in the project root for full license information. +// SPDX-License-Identifier: MIT // Change-Id: I37eae011411133663ca9d2b059714d92f8bf8e24
2018-03-29Release 18.03surmeh01