aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLKernels.h
AgeCommit message (Expand)Author
2023-09-28Revise clang-format configurationJakub Sujak
2022-02-09Remove deprecated remap functions.Adnan AlSinan
2021-10-07Per-operator build dependenciesGeorgios Pinitas
2021-07-27Port CLGEMMConvolutionLayerManuel Bottini
2021-07-16Port CLIm2ColKernel to ClIm2ColKernelManuel Bottini
2021-07-15Port CLCol2ImKernel to ClCol2ImKernelManuel Bottini
2021-07-02Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-06-30Revert "Rework OpenCL Depthwise Convolution"Gian Marco Iodice
2021-06-29Port the ClGemmLowp kernels to the new APIGeorgios Pinitas
2021-06-24Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-06-15Port CLWinogradConvolutionLayer with ClWinogradConv2dManuel Bottini
2021-05-19Port DepthConvert to new ApiGeorgios Pinitas
2021-05-18Port CLGEMM to memory injecting interfaceGeorgios Pinitas
2021-04-20CLDepthwiseConvolutionLayer rework - Part 1Giorgio Arena
2021-04-13Port CLConvertFullyConnectedWeights to new APITeresa Charlin
2021-03-31Remove Computer Vision generic interfaces and typesGeorgios Pinitas
2021-03-29Port ClTranspose to new APITeresa Charlin
2021-03-23Make ClDirectConvolutionKernel statelessSheri Zhang
2021-03-23Make ClPixelWiseMultiplicationKernel statelessSheri Zhang
2021-03-12Port OpenCL Scale to new APIManuel Bottini
2021-03-11Port OpenCL Dequantization to new APIManuel Bottini
2021-03-10Port OpenCL Quantization to new APIManuel Bottini
2021-03-08Make Softmax kernels on OpenCL statelessSang-Hoon Park
2021-03-03Remove Compute Vision CL supportMichalis Spyrou
2021-02-08Make memset/copy functions state-lessSheri Zhang
2021-02-03Make CL Pooling kernels and functions state-lessMichele Di Giorgio
2021-01-27Make CL Elementwise Unary kernels and functions state-lessMichele Di Giorgio
2021-01-26Make CLArithmeticAddition kernel and function state-lessMichele Di Giorgio
2021-01-21Make CLFloor and CLActivation kernels and functions state-lessGeorgios Pinitas
2021-01-20Make all CL Concatenate kernels and functions state-lessMichele Di Giorgio
2020-12-11Remove (CL/NE)UpsampleLayer in favor to (NE/CL)ScaleGeorgios Pinitas
2020-12-10COMPMID-3921: Remove OpenCL Padding CLBitwiseKernelManuel Bottini
2020-12-10Remove (NE/CL)YoloLayer supportGeorgios Pinitas
2020-12-08Wrap Flatten layer over reshapeGeorgios Pinitas
2020-12-02Remove support for (NE/CL)LocallyConnectedLayerGeorgios Pinitas
2020-12-02Remove unused CLGEMMMatrixVectorMultiplyKernelGeorgios Pinitas
2020-11-07COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to srcSang-Hoon Park