aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/operators/CpuGemmConv2d.cpp
AgeCommit message (Expand)Author
2024-04-04Parallelise im2col along dimensions with higher number of iterationsMilos Puzovic
2024-03-04Fix performance regression in fixed-format kernelsGunes Bayir
2023-11-10Fix CpuGemmConv2d int8 segfaultSiCong Li
2023-11-08Optimize CpuGemmConv2d start-up timeSiCong Li
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-08-23Update CpuGemmConv2d and CpuFlatten to use CpuReshape operatorAnitha Raj
2023-05-03Fix im2col for fast-maths mode with padding.Renato Arantes
2023-04-14Fix dynamic weights for CPU connected layerViet-Hoa Do
2023-02-01Remove fixed format strides hackJonathan Deakin
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-04-22[CpuGemmConv2d] Extract skip_im2col and skip_col2im computation.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