aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions
AgeCommit message (Expand)Author
2024-04-22Scatter GPU Kernel Implementation for 1D tensors.Mohammed Suhail Munshi
2024-03-21Add skeleton for CLScatter op, reference and testsMohammed Suhail Munshi
2023-11-10Update list of supported operators in documentationJakub Sujak
2023-10-31[GPU] Update Reverse layer to allow negative axis and reversed axis orderAdnan AlSinan
2023-10-31Optimize CL softmaxViet-Hoa Do
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-13Added S64/U64 support for the input in CLCastPablo Marquez Tello
2023-07-05Rewrote CLArgMinMax for axis 0Pablo Marquez Tello
2023-06-23Fix doxygen warningsramy.elgammal@arm.com
2023-06-16Add Fused Activation to OpenCL MatMulMohammed Suhail Munshi
2023-06-15Break up Utils.h a bit to reduce unused code being included everywhereMatthew Bentham
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-05-05Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int...Jakub Sujak
2023-04-28Fix the gather layer indices checkViet-Hoa Do
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-04-03Implement MatMul FunctionRamy Elgammal
2023-04-03Add Cropping to CLBatchToSpaceOmar Al Khatib
2023-03-14Add CropInfo to BatchToSpace reference and fixtureSiCong Li
2023-01-18Add broadcast batched matmul validation casesSiCong Li
2022-12-09Implement the OpenCL kernel to compute the indirect convolutionGian Marco Iodice
2022-11-14Optimize Transposed Convolution for CL backend (FP32/16)Gunes Bayir
2022-04-19Add CLPool3d Int8 SupportMohammed Suhail Munshi
2022-04-01Add CPU Pool3d FP16/32 implementationAdnan AlSinan
2022-03-15Implementation of ClPooling3dramelg01
2022-02-09Remove deprecated remap functions.Adnan AlSinan
2021-12-25Add tests for FP Cpu Pooling where pool region is completely outside the inputSiCongLi
2021-11-01Add PostOp support to GEMM and CLGEMM operators and functions Part 2SiCongLi
2021-10-20Implement CLDirectConv3DKernel - uint8/int8Giorgio Arena
2021-10-18Remove legacy GeMM kernels on OpenCLGian Marco Iodice
2021-10-14Implement CLDirectConv3D f32/f16Giorgio Arena
2021-10-07Per-operator build dependenciesGeorgios Pinitas
2021-09-03List OpenCL kernels in Android.bp scriptMichele Di Giorgio
2021-08-20Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2dGeorgios Pinitas
2021-08-04Remove 21.08 deprecated codeFreddie Liardet
2021-08-02Port CLConvolutionLayerSheri Zhang
2021-07-30Port ClFullyConnected to new APIGeorgios Pinitas
2021-07-27Port CLGEMMConvolutionLayerManuel Bottini
2021-07-22Port ClGemmLowp to new APIGeorgios Pinitas
2021-07-16Port CLIm2ColKernel to ClIm2ColKernelManuel Bottini
2021-07-15Port CLCol2ImKernel to ClCol2ImKernelManuel Bottini
2021-07-02Rework OpenCL Depthwise ConvolutionGian Marco Iodice
2021-07-02Align kernel/operator header layoutGeorgios Pinitas
2021-07-02Implement FP GPU depthwise convolution 1x1 kernel for in-place computationSiCongLi
2021-06-30Port ClGemmLowpOutputStage operator to new interfaceGeorgios Pinitas
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-22Add FP16 support to CLRemapFreddie Liardet