aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL
AgeCommit message (Expand)Author
2024-03-25Adds Tests and reference implementation for scatter operator with 1D tensors.Mohammed Suhail Munshi
2024-03-21Add skeleton for CLScatter op, reference and testsMohammed Suhail Munshi
2024-01-10Fix compilation error on GCC 13.2Jakub Sujak
2023-12-22Add Mali™-G720 and Mali™-G620 as GpuTargetsGunes Bayir
2023-11-15Fix various coverity issuesSiCong Li
2023-10-31[GPU] Update Reverse layer to allow negative axis and reversed axis orderAdnan AlSinan
2023-10-09Change heuristics for FP16 DeconvSangwon Ha
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-27Enable job-chaining with incremental job_chaining_size.Anitha Raj
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-08-15Fix out-of-scope CLBufferMemoryRegion's buffer still in queue issueSiCong Li
2023-08-03Fix ReduceMean validate issueViet-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-13Fix excessive calls to clReleaseCommandQueueSiCong Li
2023-07-07Enable transpose convolution with non-square kernelsViet-Hoa Do
2023-07-05Rewrote CLArgMinMax for axis 0Pablo Marquez Tello
2023-06-16Add Fused Activation to OpenCL MatMulMohammed Suhail Munshi
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-05-12Fix performance regression in FP16 DeconvolutionJakub Sujak
2023-05-05Disable dynamic weights in unsupported operatorsViet-Hoa Do
2023-05-02Add fp16 GeMM heuristic for Arm® Mali™-G710Gian Marco Iodice
2023-04-26Change fp16 GeMM heuristic for Arm® Mali™-G77Gian Marco Iodice
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-04-04Support dynamic weights for Fully Connected layers on GPUJakub Sujak
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-03-06Fix LWS search space used by CLTunerSiCong Li
2023-02-09Fix performance regression in Transposed ConvolutionGunes Bayir
2023-01-23Fix performance regression when stride equal to kernel sizeGunes Bayir
2022-12-30Move DWC native heuristic into the heuristic folderGian Marco Iodice
2022-12-29Update the ClConv2d heuristicGian Marco Iodice
2022-12-14Optimize Transposed Convolution for CL backend (Quantized)Gunes Bayir
2022-12-09Implement the OpenCL kernel to compute the indirect convolutionGian Marco Iodice
2022-11-22Remove dynamic fusion prototype with tests and examplesSiCong Li
2022-11-14Optimize Transposed Convolution for CL backend (FP32/16)Gunes Bayir
2022-10-06Rework DepthwiseConvolution heuristic on OpenCLGian Marco Iodice
2022-09-07Optimize depthwise convolution on OpenCLGian Marco Iodice
2022-09-01Use parent buffer in CLSubTensor. This avoids calling enqueueMapBuffer repeat...Murray Kornelsen
2022-08-24Fix validation problem in CLQLSTMLayerPablo Marquez Tello
2022-08-11Fix CTS/SLTS failure related to Depthwise ConvolutionGunes Bayir
2022-07-13Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16Gunes Bayir
2022-07-07Add missing flag when building cl graph examples and fixMichalis Spyrou
2022-05-06Integrate Dynamic Fusion patchesSiCong Li
2022-04-14Enable dynamic cl tuning for dynamically fused kernelsSiCong Li
2022-04-13Add DirectConvolution2D kernel component for dynamic fusionGunes Bayir
2022-03-15Implementation of ClPooling3dramelg01
2022-03-08Merge kernel prototype patchGiorgio Arena
2022-02-16Fixed threshould argument order in NE/CL/LSTMPablo Marquez Tello