aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLConvolutionLayer.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-05-05Disable dynamic weights in unsupported operatorsViet-Hoa Do
2022-12-29Update the ClConv2d heuristicGian Marco Iodice
2021-11-12Fix PostOp dependencySiCongLi
2021-11-01Add PostOp support to GEMM and CLGEMM operators and functions Part 2SiCongLi
2021-10-01Provide logging for configure functions in all CL functionsramelg01
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-08-02Port CLConvolutionLayerSheri Zhang
2021-07-27Dispatch Conv2d using the Direct method when necessaryGeorgios Pinitas
2021-07-08Change CLConvolution selection to run Direct approach on large kernelsGeorgios Pinitas
2021-06-22Fix Winograd heuristic in CLConvolutionLayerGian Marco Iodice
2021-06-21Rework the CLConvolutionLayer heuristicGian Marco Iodice
2021-05-14Fix the OpenCL convolution layer heuristic for int8Gian Marco Iodice
2021-05-07Update heuristic for CLConvolutionLayerGian Marco Iodice
2021-04-28Fix for performance regression on G71 (mate9) for direct convolutionAleksandr Nikolaev
2021-04-12Add support for cl_image in CLDirectConvolutionLayerGian Marco Iodice
2021-01-19Remove padding from direct convolution - OpenCLGian Marco Iodice
2020-12-14Enable FFT for FP16Giorgio Arena
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-11-07COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to srcSang-Hoon Park
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-04-23COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2Manuel Bottini
2019-11-28COMPMID-2609: Enable quantization with multiplier greater than 1 on OpenCLMichele Di Giorgio
2019-06-25COMPMID-2158 Add SRGAN shapes in ConvolutionLayer heurists to dispatch direct...Michalis Spyrou
2019-04-29COMPMID-2117 : Use FFT convolution if output feature map depth is less than i...Vidhya Sudhan Loganathan
2018-11-02COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayerGian Marco Iodice
2018-11-02COMPMID-1188 - Fixed get_convolution_method in CLConvolutionLayerGian Marco Iodice
2018-11-02COMPMID-1160 Turn Graph hints into heuristicsGiorgio Arena
2018-11-02COMPMID-959 - Fix Validate in Convolution LayerIsabella Gottardi
2018-11-02COMPMID-792 - Re-enabled Winograd on NEON in all graph examples.Gian Marco Iodice
2018-11-02COMPMID-920: Introduce prepare() stageGeorgios Pinitas
2018-11-02COMPMID-1096 - Add fast_math flag to CLConvolutionLayerGian Marco Iodice
2018-11-02COMPMID-959: Sets memory manager to CLWinogradGeorgios Pinitas
2018-11-02COMPMID-1026 - Add support for 4x4 output tile in CLWinogradConvolutionLayerGian Marco Iodice
2018-11-02COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES)Isabella Gottardi
2018-11-02COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GCAlex Gilday
2018-11-02COMPMID-754: Add validation to kernels.Georgios Pinitas
2018-11-02COMPMID-765 - Fix get_convolution_method in order to return the correct method.Isabella Gottardi
2018-11-02COMPMID-845: Create a ConvolutionLayer for CLIsabella Gottardi
2018-11-02COMPMID-790 - NEON: Add QASYMM8 support to ConvolutionIsabella Gottardi
2018-11-02COMPMID-816 - Enabled CLConvolutionLayer to use CLGEMM function insteadGian Marco
2018-11-02COMPMID-759 - CLGEMM optimization for McVail benchmarksGian Marco
2018-11-02COMPMID-556: Fix NEConvolutionLayer for fully connected convolution.Georgios Pinitas
2018-11-02COMPMID-556 - Fix examplesGian Marco
2018-11-02COMPMID-661: Convolution quantized (#32)Chunosov
2018-11-02COMPMID-661: Vectorize im2col and add lws heuristics for convolution kernels #46Anthony Barbier
2018-11-02IVGCVSW-601: support for asymetric padding in cl conv and depthwise convJaroslaw Rzepecki
2018-11-02COMPMID-485: Memory ManagerGeorgios Pinitas