1. 4eea7fd Update GeMM heuristic on CPU by Gian Marco Iodice · 2 years, 8 months ago
  2. 3611852 Fix precision issue in ChannelShuffleKernel by Pablo Marquez Tello · 2 years, 9 months ago
  3. 487d390 Add user provided JSON operator list build by Freddie Liardet · 2 years, 9 months ago
  4. 4cdd6b8 Implement Minimum Workload Size (MWS) in all CPPKernels used by small networks by Dana Zlotnik · 2 years, 9 months ago
  5. 0d11b70 Fix precision issue in ChannelShuffleKernel by Pablo Tello · 2 years, 9 months ago
  6. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  7. 41d886c Fixed the compiler warning -Werror=type-limits by Pablo Marquez Tello · 2 years, 9 months ago
  8. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  9. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  10. e42a87f Update cpu heuristics for GEMM by Gunes Bayir · 2 years, 10 months ago
  11. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  12. d216f57 Update cpu depthwise kernels by Freddie Liardet · 2 years, 11 months ago
  13. c89998f Fix strict overflow warnings by Michalis Spyrou · 2 years, 10 months ago
  14. 6269f87 Fix depthwise convolution assembly kernels by Freddie Liardet · 2 years, 11 months ago
  15. 6e90c12 Add missing limits include by Freddie Liardet · 2 years, 11 months ago
  16. 9a1e28b Compilation issue: neon=1 armv8.2 on Android with NDKr18beta1 by Gian Marco Iodice · 3 years ago
  17. a76e403 Fix A55 performance constant for fp16 hybrid gemm kernel by Georgios Pinitas · 3 years ago
  18. 120c87b Fix bare metal build issues by Freddie Liardet · 3 years ago
  19. 97426a7 Remove generated kernels that overlap hand-written ones by Georgios Pinitas · 3 years ago
  20. 387f80e Update GEMM assembly performance parameters by Georgios Pinitas · 3 years ago
  21. 5e61cb0 Add missing limits include by Freddie Liardet · 3 years ago
  22. 8bd2556 Fix vector_length identification mechanism for SVE by Georgios Pinitas · 3 years ago
  23. e7012a6 Fix bare metal build error by Freddie Liardet · 3 years ago
  24. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  25. 0f033df Include limits header to fix errors reported by GCC11 by Michele Di Giorgio · 3 years ago
  26. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  27. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  28. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  29. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years ago
  30. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  31. 53832b2 Port NEGEMM to memory injecting interface (Part 2) by Michele Di Giorgio · 3 years ago
  32. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago
  33. 5fdde99 Improve selection speed of CPU implementations by Georgios Pinitas · 3 years ago
  34. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years, 1 month ago
  35. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years, 1 month ago
  36. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 5 months ago
  37. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 2 months ago
  38. 760b494 Fixed the compiler warning -Werror=type-limits by Pablo Marquez Tello · 3 years, 1 month ago
  39. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 1 month ago
  40. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  41. f3c5259 Remove padding from NERemapKernel by Manuel Bottini · 3 years, 2 months ago
  42. 4f7693d Rename NEGEMMAssembly to CpuGemmAssembly by Sang-Hoon Park · 3 years, 2 months ago
  43. c4c595a Fix performance issues in NEReduction by Pablo Marquez Tello · 3 years, 2 months ago
  44. 6a5eee7 NEReduceMean failed on v8.2 debug build for Android by Manuel Bottini · 3 years, 2 months ago
  45. 6268742 Update operator list documentation. Part 2. by Teresa Charlin · 3 years, 2 months ago
  46. 0758c4c Add missing limits include by Michalis Spyrou · 3 years, 2 months ago
  47. 778b95c Update assembly code by Michalis Spyrou · 3 years, 2 months ago
  48. 562bee5 Port CpuConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  49. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  50. 9a81cd8 Fix bug on Implicit Padding for NEON FFT2D by Manuel Bottini · 3 years, 3 months ago
  51. 142e4ca Remove unused AccessWindow* includes by Michele Di Giorgio · 3 years, 3 months ago
  52. 327225d Port NEDirectConvolutionLayer to new API by Manuel Bottini · 3 years, 3 months ago
  53. 8a1ac61 Fix incorrect return statement in gemm_uint8 heuristic selection by Georgios Pinitas · 3 years, 3 months ago
  54. b71322d Fix convolution with bias segmentation fault issue by Sheri Zhang · 3 years, 3 months ago
  55. ca62c6f Mixed data-layout testing on high priority operators by Manuel Bottini · 3 years, 3 months ago
  56. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  57. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  58. a00180a Update U8 mmla kernel by Michalis Spyrou · 3 years, 3 months ago
  59. 1e3ab42 Make CpuPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago
  60. e81825b Workaround for compiler error in gcc-9.2 and 9.3 by Pablo Marquez Tello · 3 years, 3 months ago
  61. d1dc09c Port CpuTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  62. ab84088 Added Qasymm8 datatype support to NEROIPoolingLayer with Tests by Suhail Munshi · 3 years, 5 months ago
  63. a50f193 Updated cpu detection by Pablo Marquez Tello · 3 years, 4 months ago
  64. 10b3826 Port Arm(R) Neon(TM) Scale to new API by Manuel Bottini · 3 years, 4 months ago
  65. 00f4dfc Port Arm(R) Neon(TM) Dequantization to new API by Manuel Bottini · 3 years, 4 months ago
  66. 0ded4c4 Port Arm(R) Neon(TM) Quantization to new API by Manuel Bottini · 3 years, 4 months ago
  67. b88272e Remove usage of valid window region in NHWC CPU kernels - Part2 by SiCongLi · 3 years, 4 months ago
  68. c7b1e84 Remove usage of valid window region in NHWC CPU kernels - Part1 by SiCongLi · 3 years, 4 months ago
  69. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 4 months ago
  70. aac71e5 Update int8 A55 kernels by Georgios Pinitas · 3 years, 4 months ago
  71. 8a5146f Introduce Context opaque object of the new interface by Georgios Pinitas · 3 years, 6 months ago
  72. 6f45cf7 Account Ksections correctly for interleaved and hybrid_indirect gemm kernels by Georgios Pinitas · 3 years, 4 months ago
  73. 85e16c2 Use vector resizing instead of temporary assign in gemm_hybrid_indirect by Georgios Pinitas · 3 years, 4 months ago
  74. 27e67f0 Remove Compute Vision Neon support by Michalis Spyrou · 3 years, 5 months ago
  75. 0ad0129 Remove unreachable code in gemm_hybrid_quantized for computing k_block by Georgios Pinitas · 3 years, 4 months ago
  76. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  77. e28cf39 Regenerate kernels and update A55 versions by Georgios Pinitas · 3 years, 5 months ago
  78. bae2237 Fix data layout retention and handling of leftovers when there is no padding by Michele Di Giorgio · 3 years, 5 months ago
  79. 373b407 Make Softmax kernels and operator stateless by Michalis Spyrou · 3 years, 5 months ago
  80. 1928904 Make NEON Pooling kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  81. cf87f50 Tweak scheduling use of SQDMULH in quantized AVG pooling by Michele Di Giorgio · 3 years, 5 months ago
  82. 74a142c Account for eventual padding in Pooling assembly kernels by Michele Di Giorgio · 3 years, 5 months ago
  83. 655e8c6 Make data_layout an attribute of the Scale function by Michele Di Giorgio · 3 years, 5 months ago
  84. c727d52 Add broadcasting support in NEPixelWiseMultiplicationKernel for FP16 by Pablo Marquez Tello · 3 years, 5 months ago
  85. ef28340 Force early exit of threads when output_height=1 and channels=1 in assembly pooling by Michele Di Giorgio · 3 years, 5 months ago
  86. 7249f15 Rename functions/classes for elementwise unary operations by Sang-Hoon Park · 3 years, 5 months ago
  87. 63001ac Rename functions/classes for elementwise operations by Sang-Hoon Park · 3 years, 6 months ago
  88. 360f576 Fix Scale CTS failures by Sheri Zhang · 3 years, 5 months ago
  89. f9943c8 Check for unsupported armv7a optimized pooling kernels by Michele Di Giorgio · 3 years, 5 months ago
  90. ae182f2 Check for FP16 CPU support in optimized pooling kernels by Michele Di Giorgio · 3 years, 5 months ago
  91. 098e94e Fix softmax SVE compiling failure without SVE2 support by Sheri Zhang · 3 years, 5 months ago
  92. fc6744a Make Sub kernel and operator stateless by Sheri Zhang · 3 years, 6 months ago
  93. d556d7b Integrate improved pooling layer on NEON by Michele Di Giorgio · 3 years, 8 months ago
  94. bd2c8e1 Fix doxygen references to new kernels by Michele Di Giorgio · 3 years, 5 months ago
  95. 0f7ef8a Make memset/copy functions state-less by Georgios Pinitas · 3 years, 6 months ago
  96. 6124390 Make Add kernel and operator stateless by Sheri Zhang · 3 years, 6 months ago
  97. 61ba069 Make Concatenate kernels and operator stateless by Georgios Pinitas · 3 years, 6 months ago
  98. b5a450a Add SVE for Softmax by Michalis Spyrou · 3 years, 6 months ago
  99. d2447bb Decouple data types of elementwise kernels by Sang-Hoon Park · 3 years, 6 months ago
  100. 33e0307 Cycle estimate-based kernel selection for dot product quantized s8/u8 kernels by Georgios Pinitas · 3 years, 6 months ago