aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
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-12-07Optimize CPU depth-to-spaceViet-Hoa Do
2023-12-06Revert "thread_local _custom_scheduler"Pablo Marquez Tello
2023-12-05Optimize CpuSoftmaxKernel for axis=0Gunes Bayir
2023-11-24thread_local _custom_schedulerDavid Svantesson
2023-11-15Fix various coverity issuesSiCong Li
2023-11-07Update heuristic for MatMul Native U8Gian Marco Iodice
2023-10-31[GPU] Update Reverse layer to allow negative axis and reversed axis orderAdnan AlSinan
2023-10-26Add check to disable dynamic bias with quantized datatypes in Conv2D layerMohammed Suhail Munshi
2023-10-13Connect MatMul MMUL kernels to ClMatMul operatorGunes Bayir
2023-10-10Optimize NEStackLayerGunes Bayir
2023-10-09Change heuristics for FP16 DeconvSangwon Ha
2023-10-04NEDeconvolutionLayer validation fixPablo Marquez Tello
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-27Implement tflite compliant reverse for CPUAdnan AlSinan
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-08Add support for S64 output in NEArgMinMaxLayerPablo Marquez Tello
2023-08-03Fix ReduceMean validate issueViet-Hoa Do
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-25Fix problem with exception handling in CPPSchedulerMatthew Bentham
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-13Fix excessive calls to clReleaseCommandQueueSiCong Li
2023-07-11Add Bias to MatMul Kernels and add support for use in Fully Connected LayerMohammed Suhail Munshi
2023-07-10Do not include headers necessary for logging when logging is disabledMatthew Bentham
2023-07-07Enable transpose convolution with non-square kernelsViet-Hoa Do
2023-07-05Rewrote CLArgMinMax for axis 0Pablo Marquez Tello
2023-06-26Use MatMul in fully connected layer with dynamic weights when supportedMohammed Suhail Munshi
2023-06-16Add Fused Activation to OpenCL MatMulMohammed Suhail Munshi
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-06-09Reorder destructor in srcDavid Svantesson
2023-05-12Fix performance regression in FP16 DeconvolutionJakub Sujak
2023-05-11Remove check for bias in CPU Depthwise ConvolutionJakub Sujak
2023-05-10Remove inclusion of NEReorderKernel header from NEReorderLayerRamy Elgammal
2023-05-10Re-enable dyanmic weights in Neon™ depthwise convolutionRamy Elgammal
2023-05-05Disable dynamic weights in unsupported operatorsViet-Hoa Do
2023-05-05Make NECast::validate take args by const pointerMatthew Bentham
2023-05-04Implement OpenCL MatMul heuristic for Arm® Mali™-G710Gian Marco Iodice
2023-05-03Guards to make NEReorder aarch64 onlyDavid Svantesson
2023-05-02Add fp16 GeMM heuristic for Arm® Mali™-G710Gian Marco Iodice
2023-05-01Add Reorder to changelogDavid Svantesson
2023-04-28Reorder addedDavid Svantesson
2023-04-28Fix OMPScheduler run_workloads single thread issueSiCong Li
2023-04-26Change fp16 GeMM heuristic for Arm® Mali™-G77Gian Marco Iodice
2023-04-26Integrate multi-threaded pretranspose_B_arraySiCong Li