aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/kernels/CpuActivationKernel.cpp
AgeCommit message (Expand)Author
2023-05-17Move lut kernel to sve2 categoryv23.05branches/arm_compute_23_05SiCong Li
2022-11-15Fix regression caused by mws in ActivationLayerMohammed Suhail Munshi
2022-11-08SVE Hard-Swish via Lookup table for quantized inputPablo Marquez Tello
2022-10-19Fix FFTConvolutionLayer testViet-Hoa Do
2022-10-12Optimize Neon™ Logistic ActivationMohammed Suhail Munshi
2022-09-14Adding GELU activationMurray Kornelsen
2022-08-17Add LUT for quantized sigmoid functionViet-Hoa Do
2022-06-29Add LUT-based leaky relu for QASYMM8 on CPUViet-Hoa Do
2022-06-23Select neon LUT Hard-Swish kernel on all devicesPablo Marquez Tello
2022-06-09Fix crash in CpuActivationKernelPablo Marquez Tello
2022-06-07Compute Hard-Swish with a Lookup table for qasymm8.Pablo Marquez Tello
2022-04-25Add LU_BOUNDED_RELU support for QSYMM16Pablo Marquez Tello
2022-03-01Multi ISA Technical DebtDana Zlotnik
2022-01-21A73 Devices Regression 300% fixMohammed Suhail Munshi
2022-01-12Enable kernel selection testing (Phase #1)Giorgio Arena
2021-12-20Decouple CpuActivationKernelDana Zlotnik
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