1. fc94f4d Update CPU kernels and add mixed sign GEMM support by Michael Tyler · 6 weeks ago
  2. a668f9f Add s8f32 kernels and dynamic QuantizationInfo by Jonathan Deakin · 6 months ago
  3. cdce25b Accumulation in Cpu Gemm kernels is not supported for quantized kernels in aarch32. This patch guards the relevant tests. by Radu Salavat · 3 months ago
  4. f1f1f87 Add in place summation to CPU GEMM kernels by Radu Salavat · 5 months ago
  5. c5ab4df Optimize CpuGemmConv2d start-up time by SiCong Li · 9 months ago
  6. afd38f0 Apply clang-format on repository by Felix Thomasmathibalan · 10 months ago
  7. 9b0a6b4 Fix dynamic weights for CPU connected layer by Viet-Hoa Do · 1 year, 3 months ago
  8. 4b5f6ef Add check for Batch Matmul in GemmAssemblyDispatch by Mohammed Suhail Munshi · 1 year, 9 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 (97%) from src/runtime/cpu/operators/CpuGemmLowpMatrixMultiplyCore.cpp]
  11. d4a5bc5 Ensure correct transformed matrices are used in CpuGemmConvolution by Georgios Pinitas · 3 years ago
  12. fa1db17 Ensure that correct transformed matrices are used in CpuFullyConnected by Georgios Pinitas · 3 years ago
  13. 22f5ed5 Avoid allocation of auxiliary memory in CpuGemmConvolution by Georgios Pinitas · 3 years ago
  14. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  15. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years, 1 month ago