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