aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels
AgeCommit message (Expand)Author
2024-01-18Fix divide-by-zero compilation errorViet-Hoa Do
2023-10-31[GPU] Update Reverse layer to allow negative axis and reversed axis orderAdnan AlSinan
2023-10-12Remove padding from CL comparison operatorViet-Hoa Do
2023-10-11Optimize CL reduction operationViet-Hoa Do
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-08-14Optimize CLReduce for Min/Max Axis=0Gunes Bayir
2023-08-03Fix CL Tile operatorViet-Hoa Do
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-21Enable S64 output in CLArgMinMaxPablo Marquez Tello
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-07-10Disable kernel size 3 in argminmax for axis 0Pablo Marquez Tello
2023-07-05Rewrote CLArgMinMax for axis 0Pablo Marquez Tello
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-05-03Support multi-dimensional indices in the CL Gather Layer up to four-dimension...Omar Al Khatib
2023-04-28Fix the gather layer indices checkViet-Hoa Do
2023-04-03Add Cropping to CLBatchToSpaceOmar Al Khatib
2023-03-27Fix BatchToSpaceFixtureSiCong Li
2023-01-10Extend cl image support to input and output tensorsGian Marco Iodice
2022-10-06Rework DepthwiseConvolution heuristic on OpenCLGian Marco Iodice
2022-09-07Optimize depthwise convolution on OpenCLGian Marco Iodice
2022-09-02F16 Specialization for MeanStdDevNormMurray Kornelsen
2022-09-02Enable Winograd-based conv2d when IFM>=8 on GpuGian Marco Iodice
2022-05-26Disable unsafe FP optimizations causing accuracy issuesGunes Bayir
2022-02-09Remove deprecated remap functions.Adnan AlSinan
2021-11-17Improve start-up time for depthwise convolutionSheri Zhang
2021-10-07Per-operator build dependenciesGeorgios Pinitas
2021-09-03Fix CLNormalizationLayer NCHW border calculationSiCongLi
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-07-27Port CLGEMMConvolutionLayerManuel Bottini
2021-07-16Port CLIm2ColKernel to ClIm2ColKernelManuel Bottini
2021-07-15Port CLCol2ImKernel to ClCol2ImKernelManuel Bottini
2021-07-06Fix manual LOOP_UNROLLINGGian Marco Iodice
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-29Port the ClGemmLowp kernels to the new APIGeorgios Pinitas
2021-06-29Set up the framework to choose the default LWSGiorgio Arena
2021-06-24Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-06-22Add FP16 support to CLRemapFreddie Liardet
2021-06-15Port CLWinogradConvolutionLayer with ClWinogradConv2dManuel Bottini
2021-06-15Add NHWC support to CLRemapFrederick Liardet
2021-06-01Rename ported functionsManuel Bottini
2021-05-19Port DepthConvert to new ApiGeorgios Pinitas
2021-05-18Port CLGEMM to memory injecting interfaceGeorgios Pinitas
2021-05-17Fix oclgrind error on CLGEMMLowp reshaped only RHS quantized per channelGiorgio Arena
2021-05-17Fix MeanStdDevNormalizationLayer reference outputting nan for FP16Giorgio Arena
2021-05-13Fix integer overflow and null dereferenceMichalis Spyrou
2021-05-13Remove padding from CLChannelShuffleLayerKernelManuel Bottini
2021-05-07Remove TODOsSheri Zhang
2021-05-04Fix bug on CLReductionOperationGiorgio Arena