aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/operators/CpuGemm.cpp
AgeCommit message (Expand)Author
2024-04-11Add in place summation to CPU GEMM kernelsRadu Salavat
2023-11-08Optimize CpuGemmConv2d start-up timeSiCong Li
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-06-23Address the issues with the ACL coverage pipeline failures related to matmul.Renato Arantes
2023-05-03Fix im2col for fast-maths mode with padding.Renato Arantes
2023-04-14Fix dynamic weights for CPU connected layerViet-Hoa Do
2023-03-21Add dynamic weights for CPU fully connected layerViet-Hoa Do
2023-02-01Remove fixed format strides hackJonathan Deakin
2022-09-12Add test for NEGEMM to test a batched matrix multiplication with variable inp...Adnan AlSinan
2022-07-26Fix for inclusion of "arm_gemm" from src into "Types.h" from coreRamy Elgammal
2022-07-19[ONCPUML-951] Variable weight support for Convolution.Francesco Petrogalli
2022-05-24[arm_gemm] Import fixed-format kernels from gemm_linux.Francesco.Petrogalli@arm.com
2021-09-16Provide logging for configure functions in all cpu operatorsramelg01
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas