aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/internal
AgeCommit message (Expand)Author
2024-03-14Fix validation in pool2d assembly wrapperPablo Marquez Tello
2023-11-09Pooling changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-11-09DepthwiseConvolution changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-08-17Fix depthwise convolution not using assembly kernelViet-Hoa Do
2023-07-04Depthwise channel pre-multiplicationMichael Tyler
2023-06-21Fix CPU depthwise convolution in case of large paddingViet-Hoa Do
2023-06-15Break up arm_compute/core/Types.h a bitMatthew Bentham
2023-02-08Add support for dilation > 1 in assembly DepthwiseConvolutionPablo Marquez Tello
2022-04-25Update Neon™ pooling kernelramelg01
2022-03-09Revert mws heuristics for CpuPool2dGiorgio Arena
2022-02-22Fix CpuPool2d regression on A53/A55 due to mwsGiorgio Arena
2022-02-01 Enable kernel selection testing (Phase #2)Yair Schwarzbaum
2022-01-21DepthwiseConv reports full assembly kernel namePablo Marquez Tello
2022-01-21A73 Devices Regression 300% fixMohammed Suhail Munshi
2022-01-12Enable kernel selection testing (Phase #1)Giorgio Arena
2021-12-25Add tests for FP Cpu Pooling where pool region is completely outside the inputSiCongLi
2021-12-17Redirect Pool2d unsupported cases to unoptimized pathGiorgio Arena
2021-12-10Fix 300% Regression CPU - Change default mws value in Kernel filesMohammed Suhail Munshi
2021-11-16Implement 1D Adaptive Workload Splitting in CPPSchedulerDana Zlotnik
2021-10-18Implement Minimum Workload Size (MWS) in all CPPKernels used by small networksDana Zlotnik
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas