aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Expand)Author
2023-07-19IVGCVSW-7760 Add support for Android 14Kevin May
2022-07-06IVGCVSW-6899 Add basic Android 13 support to Android.mkKevin May
2022-06-27Add Mapfiles generation to Android.mkRyan OShea
2022-05-26GitHub #644 fails to build with flatbuffers 2.0.6Mike Kelly
2022-03-23IVGCVSW-6706 Update header includes for new client profiling libJim Flynn
2022-01-31Make ETHOSN backend disabled by defaultKevin May
2021-12-14Make it possible to add libs from armnn backends during linking for testZingo Andersen
2021-11-04IVGCVSW-5636 'Implement NNAPI caching functions'Sadik Armagan
2021-11-03Make it possible to add libs from armnn backends during linkingZingo Andersen
2021-06-25IVGCVSW-6178 Add additional compiler warnings to the driverFinn Williams
2021-02-15IVGCVSW-5665 Basic NN Driver support for next OS VersionSadik Armagan
2021-01-11IVGCVSW-5485 'Add CacheLoadedNetwork options to Android NN Driver'Sadik Armagan
2020-10-29IVGCVSW-5267 Remove boost from core android-nn-driverJames Ward
2020-10-07IVGCVSW-5278 Switch Android-nn-driver/DriverOptions.cpp over to cxxoptsColm Donelan
2020-10-07IVGCVSW-5298 Remove boost::format from Android-nn-driverColm Donelan
2020-06-20IVGCVSW-4912 Enable CL in Android.mk for Android RKevin May
2020-06-19IVGCVSW-4836 Build EthosNRef on Android and run VTS and CTS test suites on itFrancisMurtagh
2020-06-02IVGCVSW-4871 Update Android.mk file to build with platform version 11Kevin May
2020-06-02IVGCVSW-4780 Add QoS to AndroidNNDriverNarumol Prangnawarat
2020-05-15IVGCVSW-4837 Add driver service name command line optionKevin May
2020-05-06IVGCVSW-4673 Change ArmNN driver service name to arm-armnnKevin May
2020-04-23IVGCVSW-4677 Fix FencedComputeTest Hal 1.3Sadik Armagan
2020-04-07Fixed missed change to libOpenCL exclusion flowalered01
2020-04-03Add flow to exclude libOpenCL when building AndroidnNNalered01
2020-03-26IVGCVSW-4447 Add Hal 1_3 SupportKevin May
2020-03-03IVGCVSW-4473 Android R pre Hal 1_3 build changesKevin May
2020-02-11Partial Revert "IVGCVSW-4130 Remove clframework from android-nn-driver build."Mike Kelly
2020-01-31IVGCVSW-4130 Remove clframework from android-nn-driver build.Colm Donelan
2019-10-18Github #275 Improved getting ArmNN's version at compile timeMatteo Martincigh
2019-10-17Move version definition to its own fileMatteo Martincigh
2019-08-29IVGCVSW-3656 Undo wrong rename of the backend control macrosMatteo Martincigh
2019-08-28IVGCVSW-3656 Rename ARMNN_COMPUTE_REF_ENABLED to ARMNN_REF_ENABLEDMatteo Martincigh
2019-08-27IVGCVSW-3656 Rename ARMCOMPUTEREF to ARMNNREFMatteo Martincigh
2019-08-20IVGCVSW-3656 Make the reference backend optionalMatteo Martincigh
2019-08-07IVGCVSW-3595 Implement the LoadDynamicBackends function in the Runtime classMatteo Martincigh
2019-07-26IVGCVSW-3578 Do not attempt to infer dynamic output shapesAron Virginas-Tar
2019-07-10IVGCVSW-3482 Report operations with dynamic output size as unsupportedAron Virginas-Tar
2019-07-09IVGCVSW-3456 Add support for dynamic output shape in ConvertPreluAron Virginas-Tar
2019-07-04IVGCVSW-3369 Add conversion method to HAL1.2 Policy for PReLU activationMatteo Martincigh
2019-06-11IVGCVSW-3181 Add HAL 1.2 support to android-nn-driverMike Kelly
2019-05-22IVGCVSW-2911 Add Android Q support to android-nn-driver infrastructureSadik Armagan
2019-01-31IVGCVSW-2603 The macros ARMCOMPUTECL_ENABLED and ARMCOMPUTENEON_ENABLEDMatteo Martincigh
2018-10-22IVGCVSW-1998 : fix for missing initialization in the driverDavid Beck
2018-10-22IVGCVSW-1998 : preparation for ArmNN separate backendsDavid Beck
2018-09-18IVGCVSW-1806: Refactor Android-NN-Driver ModelToINetworkConverterarovir01
2018-09-18IVGCVSW-1807: change license text in file headersDavid Beck
2018-09-18IVGCVSW-1806 Restored the fp16 flag left behind during the previousMatteo Martincigh
2018-09-18IVGCVSW-1806 Refactored Android-NN-Driver, added common "getCapabilities",Matteo Martincigh
2018-09-18Fix for building the NN Driver correctly without having to setMatteo Martincigh
2018-08-31Release 18.08telsoa01