1. 1e91d71 Parallelise im2col along dimensions with higher number of iterations by Milos Puzovic · 4 months ago
  2. bf05373 Fix performance regression in fixed-format kernels by Gunes Bayir · 5 months ago
  3. 24c140f Fix CpuGemmConv2d int8 segfault by SiCong Li · 9 months ago
  4. c5ab4df Optimize CpuGemmConv2d start-up time by SiCong Li · 10 months ago
  5. afd38f0 Apply clang-format on repository by Felix Thomasmathibalan · 10 months ago
  6. 0d27b2e Remove legacy PostOps code by Jakub Sujak · 11 months ago
  7. 082630b Update CpuGemmConv2d and CpuFlatten to use CpuReshape operator by Anitha Raj · 11 months ago
  8. 5713294 Fix im2col for fast-maths mode with padding. by Renato Arantes · 1 year, 3 months ago
  9. 9b0a6b4 Fix dynamic weights for CPU connected layer by Viet-Hoa Do · 1 year, 4 months ago
  10. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 7 months ago
  11. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  12. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years, 1 month ago
  13. fa6877f [CpuGemmConv2d] Extract skip_im2col and skip_col2im computation. by Francesco.Petrogalli@arm.com · 2 years, 4 months ago
  14. 3ae3d88 Provide logging for configure functions in all cpu operators by ramelg01 · 2 years, 11 months ago
  15. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 3 years ago[Renamed (98%) from src/runtime/cpu/operators/CpuGemmConv2d.cpp]
  16. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 3 years ago[Renamed (91%) from src/runtime/cpu/operators/CpuGemmConvolution.cpp]
  17. d4a5bc5 Ensure correct transformed matrices are used in CpuGemmConvolution by Georgios Pinitas · 3 years ago
  18. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  19. 22f5ed5 Avoid allocation of auxiliary memory in CpuGemmConvolution by Georgios Pinitas · 3 years ago
  20. a8297fb Pass fast math flag for correct GEMM3D validation support by Georgios Pinitas · 3 years ago
  21. 69a9ac4 Expose fast_math mode for GEMM through BFloat16 by Georgios Pinitas · 3 years ago
  22. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  23. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years, 1 month ago