aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2023-10-31Optimize CL softmaxViet-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-12Remove padding from CL comparison operatorViet-Hoa Do
2023-10-11Optimize CL reduction operationViet-Hoa Do
2023-10-10arm_gemm: fix 2D threading mode for SME2David Mansell
2023-10-10Fix NEReorderKernel validationDavid Svantesson
2023-10-10Optimize NEStackLayerGunes Bayir
2023-10-10Fix compilation error caused by ambiguous std::abs callGunes Bayir
2023-10-05Optimize CLTranspose operatorJakub Sujak
2023-10-03Fix nightly NEON Reverse reference failureAdnan AlSinan
2023-09-29Implement Quantized Matmul T/T and T/Nt kernels using MMUL extensionGunes Bayir
2023-09-28Revise clang-format configurationJakub Sujak
2023-09-28Implement Quantized Matmul Nt/T kernel using MMUL extensionGunes Bayir
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-26Re-arrange header inclusion orderFelix Thomasmathibalan
2023-09-21Optimize the main loop in mat_mul_native_quantized_mmul_nt_ntGunes Bayir
2023-09-18Add CL command buffer classViet-Hoa Do
2023-09-18Implement Quantized MatMul kernel using MMUL extensionGunes Bayir
2023-09-15Fix include dependencies for mass reformatting patchGunes Bayir
2023-09-14Add skeleton of ClMatMulLowpNativeMMULKernelGunes Bayir
2023-09-04Extend Neon ReshapeLayer validation testsAnitha Raj
2023-09-04Remove legacy PostOps codeJakub Sujak
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-22Optimize CpuReshapeKernelAnitha Raj
2023-08-17Fix various static check issuesViet-Hoa Do
2023-08-15Check CL command buffer extensionViet-Hoa Do
2023-08-14Optimize CLReduce for Min/Max Axis=0Gunes Bayir
2023-08-03Fix CL Tile operatorViet-Hoa Do
2023-07-28Port ElementwiseBinary to CKW part 2SiCong Li
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-21Enable S64 output in CLArgMinMaxPablo Marquez Tello
2023-07-19Add support for input S64/U64 in CpuCastKernelPablo Marquez Tello
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-11Add Bias to MatMul Kernels and add support for use in Fully Connected LayerMohammed Suhail Munshi
2023-07-10Disable kernel size 3 in argminmax for axis 0Pablo Marquez Tello
2023-07-06Fix nightly failures in MatMulLowpNativeKernel when using bounded activation ...Mohammed Suhail Munshi
2023-07-05Rewrote CLArgMinMax for axis 0Pablo Marquez Tello
2023-07-05Fix unused function warningMichael Tyler
2023-07-04Depthwise channel pre-multiplicationMichael Tyler
2023-07-04Add Kernel Writer driver code to dynamic fusionSiCong Li
2023-06-29Implement FP32/16 MatMul Lhs T Rhs T/NT kernel using MMUL extensionGunes Bayir
2023-06-26Add helpers to set CKW tensor components as OpenCL kernel argumentsJakub Sujak
2023-06-26Use MatMul in fully connected layer with dynamic weights when supportedMohammed Suhail Munshi