1. 62d600f Move s32 to f32 conversion in reference layers from quantization to dequantization by Radu Salavat · 7 weeks ago
  2. a668f9f Add s8f32 kernels and dynamic QuantizationInfo by Jonathan Deakin · 4 months ago
  3. f1f1f87 Add in place summation to CPU GEMM kernels by Radu Salavat · 3 months ago
  4. 11ab451 Implement dynamic quantization for GEMMLowp tests by SiCong Li · 7 months ago
  5. 945b8da Make test fixture setup methods not be templated by Matthew Bentham · 11 months ago
  6. 97a609b Fix GemmLowp BatchMatMul Tests to use quantized Outputs by Mohammed Suhail Munshi · 1 year, 7 months ago
  7. a77c6d7 Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplication with variable input tensors by Ramy Elgammal · 1 year, 9 months ago
  8. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 1 month ago
  9. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 3 months ago
  10. 3bb72b6 Add a note to clarify pretranspose option in GEMM and GEMMLowp fixtures by Adnan AlSinan · 2 years, 1 month ago
  11. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 1 month ago
  12. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  13. 5f6fdc1 Rework gemmlowp reshaped_only_rhs using the new macros by Giorgio Arena · 3 years ago
  14. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 1 month ago
  15. 4fc10b3 Turn EXPECT into ASSERT when testing invalid conditions by Michele Di Giorgio · 3 years, 1 month ago
  16. 223aba9 Remove stale/solved TODOs by Michele Di Giorgio · 3 years, 1 month ago
  17. 63825e8 Implicit padding testing along the X axis on high priority operators by Giorgio Arena · 3 years, 2 months ago
  18. 4bdd177 Fix fill() for FP data type in fixtures - Part 2 by Giorgio Arena · 3 years, 6 months ago
  19. a8e2aeb Generalize custom uniform generator for floating point data types with 16 bits by Giorgio Arena · 3 years, 5 months ago
  20. b309fc2 Fix uniform_real_distribution_fp16 warning and single Dimension increment by Giorgio Arena · 3 years, 5 months ago
  21. 6aeb217 Fix fill() for FP data type in fixtures - Part 1 by Giorgio Arena · 3 years, 6 months ago
  22. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 3 years, 11 months ago
  23. 4b86953 COMPMID-2966 Add support for QASYMM8_SIGNED in NEGEMMLowpQuantizeDownInt32ToUint8ScaleKernel by Luca Foschiani · 4 years, 4 months ago
  24. 1b14c75 COMPMID-2968: Add support for QASYMM8_SIGNED in CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloatKernel by Sheri Zhang · 4 years, 3 months ago
  25. b54ba28 COMPMID-2847: Fuse output stage in GEMMLowpMatrixMultiplyReshapedOnlyRHS by Michele Di Giorgio · 4 years, 5 months ago
  26. 28287af COMPMID-2792: Add support for QASYMM8_SIGNED in CLGEMMLowpMatrixMultiplyReshapedKernel by Sheri Zhang · 4 years, 3 months ago
  27. 959c26d COMPMID-2790: Add support for QASYMM8_SIGNED in CLGEMMLowpMatrixMultiplyCore by Manuel Bottini · 4 years, 6 months ago
  28. f29d1b7 COMPMID-2608: Enable quantization with multiplier greater than 1 on NEON by Michele Di Giorgio · 4 years, 7 months ago
  29. f9179d3 COMPMID-2793: Add support for QASYMM8_SIGNED in CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel by Michele Di Giorgio · 4 years, 6 months ago
  30. 448a81f COMPMID-2805: Add QASYMM8_SIGNED support in NEGEMMLowpOutputStage by Georgios Pinitas · 4 years, 6 months ago
  31. 951b8a4 COMPMID-2309 : CLConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Vidhya Sudhan Loganathan · 4 years, 7 months ago
  32. bc415af COMPMID-2406: Create a new GEMMLowpQuantizeDownInt32ToInt16ScaleKernel for NEON by Gian Marco Iodice · 5 years ago
  33. e751062 COMPMID-2094: Implement CLGEMMLowpNative by Gian Marco Iodice · 5 years ago
  34. 62251f7 COMPMID-2002: Implement CLGEMMLowpMatrixMultiplyReshapedOnlyRHS - Transposed by Gian Marco Iodice · 5 years ago
  35. 2d7e683 COMPMID-1694: Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore by George Wort · 5 years ago
  36. db63b9c COMPMID-1698: Implementing CLGEMMLowpMatrixMultiplyReshapedKernel by Gian Marco Iodice · 5 years ago
  37. 3139f03 COMPMID-1736: Fixed out-of-bound write in CLIm2Col by Gian Marco Iodice · 6 years ago
  38. 4b90865 COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on OpenCL by Gian Marco Iodice · 6 years ago
  39. ebf6b8a COMPMID-1518: Add support for GEMM3D in CLGEMMLowpMatrixMultiplyCore by Georgios Pinitas · 6 years ago
  40. 5124be5 COMPMID-661: Convolution quantized (#32) by Chunosov · 7 years ago
  41. 5a7e776 COMPMID-556: Rename CPP folder to reference by Georgios Pinitas · 7 years ago
  42. 58c5794 COMPMID-706 - Add GEMMLowp output stage for scaling by a fixed point number by Gian Marco · 7 years ago
  43. f3dfa27 COMPMID-632 Assembly: Integrate gemmlowp assembly version by Michalis Spyrou · 7 years ago
  44. 6b77e91 COMPMID-665 - NEON: Add QASYMM8 in place Activation layer by Gian Marco · 7 years ago
  45. e75a02b COMPMID-675 - Reworked NEGEMMLowp interface/function by Gian Marco · 7 years ago
  46. 6ff12a0 COMPMID-662: Integrated the new a64_s8_gemm_12x8 + dot product kernel into ACL. by Pablo Tello · 7 years ago
  47. fa4cacd COMPMID-636 - Extending GEMMLowp validation for NEON intrinsics by Gian Marco · 7 years ago
  48. bf2fb95 COMPMID-481: Add gemmlowp_aarch64_v8p4 kernel. by Pablo Tello · 7 years ago
  49. 299025a COMPMID-417: Port GEMMLowp test to the new validation framework. by Pablo Tello · 7 years ago