aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLDepthwiseConvolutionLayer.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-05-05Disable dynamic weights in unsupported operatorsViet-Hoa Do
2022-12-30Move DWC native heuristic into the heuristic folderGian Marco Iodice
2022-10-06Rework DepthwiseConvolution heuristic on OpenCLGian Marco Iodice
2022-09-07Optimize depthwise convolution on OpenCLGian Marco Iodice
2022-08-11Fix CTS/SLTS failure related to Depthwise ConvolutionGunes Bayir
2021-10-01Provide logging for configure functions in all CL functionsramelg01
2021-07-02Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-07-02Implement FP GPU depthwise convolution 1x1 kernel for in-place computationSiCongLi
2021-06-30Revert "Rework OpenCL Depthwise Convolution"Gian Marco Iodice
2021-06-24Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-06-18Integrate improved CPU depthwise convolution kernelsMichele Di Giorgio
2021-04-20CLDepthwiseConvolutionLayer rework - Part 1Giorgio Arena
2021-04-19Port DepthwiseConvolution to new APIMichalis Spyrou
2021-04-12Fix CLDepthwiseConvolutionLayer QSYMM8_PER_CHANNEL mismatchesGiorgio Arena
2021-04-06Mixed data-layout testing on high priority operatorsManuel Bottini
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-11-07COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to srcSang-Hoon Park
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-05-22COMPMID-3069: Removing deprecated functions and classes from 20.05 releaseManuel Bottini
2020-04-23COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2Manuel Bottini
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham
2019-11-14COMPMID-2309 : CLConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filtersVidhya Sudhan Loganathan
2019-10-30COMPMID-2306: CLDepthwiseConvolution: support for QUANT8_PER_CHANNEL_SYMMMichele Di Giorgio
2019-10-23COMPMID-2515: Merge optimized depthwise convolution to the generic depthwise ...Manuel Bottini
2019-10-17COMPMID-2813: Update the heuristic in CLDepthWiseConvolutionLayerGian Marco Iodice
2019-10-15COMPMID-2600: Implement a new and generic depthwise convolution for CL QASYMM...Michele Di Giorgio
2019-08-24COMPMID-2336: Validate multiplier and offset calculation in LSTMQuantized and...Michele Di Giorgio
2019-07-11COMPMID-2458: Initialize uninitialized variablesGeorgios Pinitas
2019-06-20COMPMID-2383: DepthwiseConv use output qinfoPablo Tello
2019-06-03COMPMID-2225: Add interface support for new quantized data types.Georgios Pinitas
2019-05-10COMPMID-2177 Fix clang warningsMichalis Spyrou
2019-04-24COMPMID-2048: Add support for dilation in NEDepthwiseConvolution.Usama Arif
2019-04-18COMPMID-2047: Add support for dilation in CLDepthwiseConvolution.Usama Arif
2019-04-08COMPMID-2098: Scope handling of memory group resources.Georgios Pinitas
2019-01-30COMPMID-1691: Optimize CLDepthwiseConvolutionKernel (QASYMM8/NHWC) for 3x3 ke...giuros01
2018-12-28COMPMID-1860: Invalid arguments in CLDepthwiseConvolution3x3 for NHWCGeorgios Pinitas
2018-12-13COMPMID-1071: (3RDPARTY_UPDATE) Add depth multiplier on DepthwiseConv 3x3 NHWCGeorgios Pinitas
2018-12-05COMPMID-1073: CLDepthwiseConvolutionLayer uses the optimised pathPablo Tello
2018-11-02COMPMID-1451: Fuse activation in DepthwiseConvolution.Georgios Pinitas
2018-11-02COMPMID-1488 - Add support for NHWC when running CLGEMMConvolutionLayer with ...Gian Marco Iodice
2018-11-02COMPMID-811 Add NHWC data format support for CL depthwise convolutionGiorgio Arena
2018-11-02COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES)Georgios Pinitas
2018-11-02COMPMID-817: Tuner: Port kernels to new design.Georgios Pinitas
2018-11-02COMPMID-1068 Create validate method to CLDepthWiseConvolutionGiorgio Arena
2018-11-02COMPMID-1125: Add support for FP16 in CLDepthwiseConvolutionMichele Di Giorgio
2018-11-02COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolutionGiorgio Arena
2018-11-02COMPMID-811 Add NHWC data format support for CL depthwise convolution QASYMM8Giorgio Arena
2018-11-02COMPMID-998: Release unused trainable parameters.Georgios Pinitas
2018-11-02COMPMID-853 Fuse CL DepthwiseConvolution with Activation for QASYM8Giorgio Arena