aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2023-08-17Fix depthwise convolution not using assembly kernelViet-Hoa Do
2023-08-17Fix various static check issuesViet-Hoa Do
2023-08-07Document the Conv2D heuristicGian Marco Iodice
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
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-10Do not include headers necessary for logging when logging is disabledMatthew Bentham
2023-07-04Depthwise channel pre-multiplicationMichael Tyler
2023-06-26Remove dependency on fp16 definitions from some core include filesMatthew Bentham
2023-06-23Address the issues with the ACL coverage pipeline failures related to matmul.Renato Arantes
2023-06-21Fix CPU depthwise convolution in case of large paddingViet-Hoa Do
2023-06-16Add Fused Activation to OpenCL MatMulMohammed Suhail Munshi
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-12Refactor activation LUT computationPablo Marquez Tello
2023-06-06Fix ScaleKernel validate method.Pablo Marquez Tello
2023-05-17Move lut kernel to sve2 categorySiCong Li
2023-05-10Re-enable dyanmic weights in Neon™ depthwise convolutionRamy Elgammal
2023-05-05Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int...Jakub Sujak
2023-05-05Disable dynamic weights in unsupported operatorsViet-Hoa Do
2023-05-03Fix im2col for fast-maths mode with padding.Renato Arantes
2023-05-03Fix CPU MatMul broadcast detectionViet-Hoa Do
2023-05-02Fix fully connected and matmul mismatchesViet-Hoa Do
2023-04-26Integrate multi-threaded pretranspose_B_arraySiCong Li
2023-04-19NETranspose 8x8 kernel for 32-bit elementsEthan Doe
2023-04-19Add quantized support for CPU MatMulViet-Hoa Do
2023-04-17Fix unhandled case in ElementwiseUnaryRamy Elgammal
2023-04-14Fix dynamic weights for CPU connected layerViet-Hoa Do
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-04-11Enable quantized data types for CpuElementwiseUnary on Armv7aRamy Elgammal
2023-03-29Fix GCC13 compiler errorsPablo Marquez Tello
2023-03-29Add quantized support for unary elementwise in CPUViet-Hoa Do
2023-03-23Round to nearest with ties to away from zero in ReluPablo Marquez Tello
2023-03-21Add dynamic weights for CPU fully connected layerViet-Hoa Do
2023-03-13[ONCPUML-1174] Allow src/weights mismatch for fixed formatJonathan Deakin
2023-03-03NEGEMMLowpMatrixMultiplyCore should be configured for optimized int8 kernel.Ethan Doe
2023-03-01Add support for kernel indices in MaxpoolAdnan AlSinan
2023-02-28Add an option to use lowest for max-poolingAdnan AlSinan
2023-02-08Update CPU kernels to remove x19 and w19Michael Tyler
2023-02-08Add support for dilation > 1 in assembly DepthwiseConvolutionPablo Marquez Tello
2023-02-03Fix armv7a failing GEMMConvolutionLayer testsMohammed Suhail Munshi
2023-02-01Fix GEMMLowp/Batched MatMul mismatches on CPUMohammed Suhail Munshi
2023-02-01Add new operator AddMulAdd for Neon™ backend for Float/Quantized typesGunes Bayir
2023-02-01Remove fixed format strides hackJonathan Deakin
2023-01-18Add broadcast batched matmul validation casesSiCong Li
2023-01-18Revert "Update CPU kernels to remove x19"Michael Tyler
2023-01-16Update CPU kernels to remove x19Michael Tyler
2023-01-11Deprecated BF16 support in DepthConvertPablo Marquez Tello
2022-12-29Use CPU quantized addition kernel for quantized subtractionOmar Al Khatib
2022-12-21Fixed various mismatches in CpuCastKernelPablo Marquez Tello