aboutsummaryrefslogtreecommitdiff
path: root/src/core/NEON
AgeCommit message (Expand)Author
2023-12-05Optimize CpuSoftmaxKernel for axis=0Gunes Bayir
2023-11-27BatchNorm changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-11-16NormalizationLayer changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-11-09Remove duplicate definitions of BF16 fixed format kernels.David Mansell
2023-11-01Fix compilation error with clang and multi-isaViet-Hoa Do
2023-10-31Fix SVE kernel using SVE2 instructionViet-Hoa Do
2023-10-17arm_gemm: Add SME2 FP16 GEMV using FP16->FP32 dot product.David Mansell
2023-10-17Revert "arm_gemm: Add SME2 FP16 GEMV."David Mansell
2023-10-12arm_gemm: Add SME2 FP16 GEMV.David Mansell
2023-10-10arm_gemm: fix 2D threading mode for SME2David Mansell
2023-10-10Fix NEReorderKernel validationDavid Svantesson
2023-10-10Optimize NEStackLayerGunes Bayir
2023-10-03Fix nightly NEON Reverse reference failureAdnan AlSinan
2023-09-28Revise clang-format configurationJakub Sujak
2023-09-28Reimplement erf functionViet-Hoa Do
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-27Implement tflite compliant reverse for CPUAdnan AlSinan
2023-09-15Fix include dependencies for mass reformatting patchGunes Bayir
2023-08-29GEMM: AArch32: Split assembler block in a32_merge_float_8x6.hppDavid Mansell
2023-08-23Update CpuGemmConv2d and CpuFlatten to use CpuReshape operatorAnitha Raj
2023-08-22CPU: Depthwise: Generate correct size for input indirection array.David Mansell
2023-08-17Fix various static check issuesViet-Hoa Do
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-07-13Enable premultiplication for depthwise convolutionMichael Tyler
2023-07-05Fix unused function warningMichael Tyler
2023-07-04Depthwise channel pre-multiplicationMichael Tyler
2023-06-23Fix doxygen warningsramy.elgammal@arm.com
2023-06-21Enable vmfa in arm7va/aarch32 when presentPablo Marquez Tello
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-06-07Fix build error for armv7aPablo Marquez Tello
2023-06-07Fix guards for FP16 depthwise kernelsMichael Tyler
2023-06-05Update CPU kernel implementations and guard directivesMichael Tyler
2023-05-03Guards to make NEReorder aarch64 onlyDavid Svantesson
2023-05-03Update a64_transpose_interleave_16.hppDavid Svantesson
2023-04-28Reorder addedDavid Svantesson
2023-04-28Fix the gather layer indices checkViet-Hoa Do
2023-04-26Add FP16 depthwise kernels for SME2David Mansell
2023-04-26Integrate multi-threaded pretranspose_B_arraySiCong Li
2023-04-25Fix rounding to nearest even for armv7aRamy Elgammal
2023-03-30Add cropping support to NEBatchToSpaceSiCong Li
2023-03-29Fix GCC13 compiler errorsPablo Marquez Tello
2023-03-29Add quantized support for unary elementwise in CPUViet-Hoa Do
2023-03-27Fix BatchToSpaceFixtureSiCong Li
2023-03-23Round to nearest with ties to away from zero in ReluPablo Marquez Tello
2023-03-21gemm_interleaved: Set up the accumulation buffer properly in alternateDavid Mansell
2023-03-13arm_gemm: Add SME2 FP16 kernels.David Mansell
2023-03-08Add support for arbitrary parameters for CPU GatherViet-Hoa Do
2023-03-07GEMM: SME: Allow threading for quantized GEMMs.David Mansell