aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CPP
AgeCommit message (Expand)Author
2020-07-10COMPMID-3565: Exposes interface to enable thread bindingGeorgios Pinitas
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-06-19COMPMID-3377: Async support to NEElementwiseUnaryLayerKernel kernels/functionsMichalis Spyrou
2020-06-17COMPMID-3375: Port NEActivationLayer functions/kernels to run onGeorgios Pinitas
2020-06-16COMPMID-3391: Implement Async interfacesMichalis Spyrou
2020-05-26COMPMID-3069: Add return statement in ST schedulerMichalis Spyrou
2020-05-10[ONCPUML-7] arm_compute support for ND parallelismJoseph Dobson
2020-03-23COMPMID-3274: Add support for QASYMM8_SIGNED in CPPBoxWithNonMaximaSuppressio...Sheri Zhang
2020-03-19COMPMID-3273: Add support for QASYMM8_SIGNED in CPPDetectionPostProcessLayerSheri Zhang
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham
2020-03-10COMPMID-3069: Improve build time by splitting up ToolchainSupport.hMatthew Bentham
2019-11-11COMPMID-2853: VGG16 regression for fp32Georgios Pinitas
2019-10-26COMPMID-2588: Optimize the output detection kernel required by MobileNet-SSD ...Giuseppe Rossini
2019-10-16COMPMID-2486: Remove disabled compiler warningsMichalis Spyrou
2019-10-08COMPMID-2486: Remove disabled compiler warningsMichalis Spyrou
2019-10-01COMPMID-2645: Detection Post-Process fixesGeorgios Pinitas
2019-09-27COMPMID-2310: CLGenerateProposalsLayer: support for QASYMM8Michele Di Giorgio
2019-09-24MLCE-140: Workaround multi-threading problem with NEON backendPablo Tello
2019-09-10COMPMID-2635: Add support for QASYMM8 in CPPBoxWithNonMaximaSuppressionLimitMichele Di Giorgio
2019-09-09COMPMID-2204: RuntimeContext interface for NEON functions.Georgios Pinitas
2019-08-06COMPMID-1849: Implement CPPDetectionPostProcessLayerIsabella Gottardi
2019-07-29COMPMID-1849: Add DetectorPostProcess operatorIsabella Gottardi
2019-07-11COMPMID-2092: Refactoring interface for the deconvolution kernels (NEON/CL)Manuel Bottini
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-02-20COMPMID-2007: Compilation failures with ndk16b.Georgios Pinitas
2019-02-15COMPMID-1766: Implemented CPP Non Max SuppressionPablo Tello
2019-02-15Revert "COMPMID-1766: Implemented CPP Non Max Suppression"Pablo Marquez
2019-01-21COMPMID-1766: Implemented CPP Non Max SuppressionPablo Tello
2019-01-04COMPMID-1765: CPP: Implement TopKVgiuros01
2018-12-06COMPMID-1463: SSD support: Create Detection layerIsabella Gottardi
2018-12-03COMPMID-1819 Add option to build library with -fno-exceptionsMichalis Spyrou
2018-11-19COMPMID-1065 : Create documentation explaining how to add new functions / ker...Vidhya Sudhan Loganathan
2018-11-06COMPMID-1328 Add support for BoxWithNMSLimit operator in CPPMichalis Spyrou
2018-11-02COMPMID-1618 : Mobilenet QASYMM8 does not use dot prod kernel when instrument...Vidhya Sudhan Loganathan
2018-11-02COMPMID-1345: Switched from using mutexes to atomics in the CPP SchedulerAnthony Barbier
2018-11-02COMPMID-1180: Add support for bucket multi-threading (Part2)Anthony Barbier
2018-11-02COMPMID-1180: Add support for bucket multi-threading (Part 1)Anthony Barbier
2018-11-02COMPMID-1021: CPUInfo refactoring.Pablo Tello
2018-11-02COMPMID-540 Replace NEDeconvolutionLayerUpsampleKernel with NEScaleKernelMichalis Spyrou
2018-11-02COMPMID-765: Fixed number of threads hint for set_num_threads(0)Anthony Barbier
2018-11-02COMPMID-874: Improve default number of threads choice in the SchedulerGeorgios Pinitas
2018-11-02COMPMID-556: Rename Error to Status and inverse logicGeorgios Pinitas
2018-11-02COMPMID-700: Adds CPPPermute functionGeorgios Pinitas
2018-11-02COMPMID-481: Add AArch64 GEMMMoritz Pflanzer
2018-11-02COMPMID-417: Fix CPPScheduler for empty windowsMoritz Pflanzer
2018-11-02COMPMID-417: Remove unused includeMoritz Pflanzer
2018-11-02COMPMID-417: Cleanup CPPSchedulerMoritz Pflanzer
2018-11-02COMPMID-417: Fix thread allocation in CPPSchedulerMoritz Pflanzer
2018-11-02COMPMID-481: Add thread info parameterMoritz Pflanzer
2018-09-17COMPMID-417: Enable CPU target selectionMoritz Pflanzer