1. a7a1694 Enable fast_math on CpuGemmConvolution by Georgios Pinitas · 2 years, 10 months ago branches/arm_compute_21_08 v21.08
  2. e28942a Update the heuristic to call direct convolution in clConv2d by Gian Marco Iodice · 2 years, 10 months ago
  3. eed07ae Retain weights in ClGemm when reconfiguring the operator with retention by Georgios Pinitas · 2 years, 10 months ago
  4. 75903c4 Update Errata by Gian Marco Iodice · 2 years, 10 months ago
  5. a582723 Update Release Notes by Freddie Liardet · 2 years, 10 months ago
  6. 495165e Avoid releasing weights if they are used by multiple functions by Georgios Pinitas · 2 years, 10 months ago
  7. eaa7591 Add test for validating batched-GEMM on CPU by Gian Marco Iodice · 2 years, 10 months ago
  8. 80e4b88 increase CL/BatchNormalizationLayer Fp16 absolute threshold by Gunes Bayir · 2 years, 10 months ago
  9. bcbd706 Ensure correct transformed matrices are used in CpuGemmConvolution by Georgios Pinitas · 2 years, 10 months ago
  10. f2dde58 Fixing the Issue when building for Android using compress_kernels=1 and python 3 by Adnan AlSinan · 2 years, 10 months ago
  11. 66cb91b Ensure that correct transformed matrices are used in CpuFullyConnected by Georgios Pinitas · 2 years, 10 months ago
  12. 593c242 Fix performance regression due to clFinish() by Gian Marco Iodice · 2 years, 10 months ago
  13. e63b41b Fix compiler error in CLActivationLayer by Pablo Marquez Tello · 2 years, 10 months ago
  14. b952c37 Remove TODO, FIXME and COMPMID comments where possible by Freddie Liardet · 2 years, 10 months ago
  15. 7d55587 Fix compiler error in GCC 7.4 + Ubuntu 16 by Pablo Marquez Tello · 2 years, 10 months ago
  16. 13d305b Specify GPU high priority files in SConscript by Michele Di Giorgio · 2 years, 10 months ago
  17. bfceff9 Update build documentation by Freddie Liardet · 2 years, 10 months ago
  18. dc43a98 Update operators list in Doxygen by Freddie Liardet · 2 years, 10 months ago
  19. 1562af3 Update SONAME_VERSION in SConscript by Freddie Liardet · 2 years, 10 months ago
  20. 3f74389 Remove 21.08 deprecated code by Freddie Liardet · 2 years, 10 months ago
  21. 0f6ca4b Report error for unsupported non-constant weights in CpuFullyConnected by Michele Di Giorgio · 2 years, 10 months ago
  22. 6269f87 Fix depthwise convolution assembly kernels by Freddie Liardet · 2 years, 10 months ago
  23. 38ce29d Fix CL direct conv layer test FP32 absolute tolerance issue by Gunes Bayir · 2 years, 10 months ago
  24. 6634194 Avoid over-allocation of temporary buffers within CpuWinogradConv2d by Georgios Pinitas · 2 years, 10 months ago
  25. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 10 months ago
  26. 6e90c12 Add missing limits include by Freddie Liardet · 2 years, 10 months ago
  27. ba2dd82 Benchmark and set default LWS for GEMM, Direct convolution and Winograd by Giorgio Arena · 2 years, 10 months ago
  28. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 2 years, 10 months ago
  29. 529b5a2 Port ClFullyConnected to new API by Georgios Pinitas · 2 years, 10 months ago
  30. a0efe69 Reintroduce implementation of NEConvolutionLayer::get_convolution_method by Michele Di Giorgio · 2 years, 10 months ago
  31. 9a1e28b Compilation issue: neon=1 armv8.2 on Android with NDKr18beta1 by Gian Marco Iodice · 2 years, 10 months ago
  32. a76e403 Fix A55 performance constant for fp16 hybrid gemm kernel by Georgios Pinitas · 2 years, 10 months ago
  33. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 2 years, 11 months ago
  34. 8e2f64f Create custom flags for enabling fp16 support by Georgios Pinitas · 2 years, 10 months ago
  35. a86433a Reduce binary footprint of CpuConvertFullyConnectedWeightsKernel by Michele Di Giorgio · 2 years, 10 months ago
  36. 120c87b Fix bare metal build issues by Freddie Liardet · 2 years, 10 months ago
  37. bb5d42c Fix cpu GEMM fp16 issue by Freddie Liardet · 2 years, 10 months ago
  38. f81f51c Reorganize the kernels into nhwc, nchw and common folders by Adnan AlSinan · 2 years, 10 months ago
  39. 97426a7 Remove generated kernels that overlap hand-written ones by Georgios Pinitas · 2 years, 10 months ago
  40. 9805583 Fix memory lifetime issue by Georgios Pinitas · 2 years, 10 months ago
  41. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 2 years, 11 months ago
  42. 4718706 Dispatch Conv2d using the Direct method when necessary by Georgios Pinitas · 2 years, 10 months ago
  43. 387f80e Update GEMM assembly performance parameters by Georgios Pinitas · 2 years, 10 months ago
  44. 5e61cb0 Add missing limits include by Freddie Liardet · 2 years, 10 months ago
  45. e92c23e Fix allocation of prepare tensor on ClWinogradConv2d by Georgios Pinitas · 2 years, 10 months ago
  46. 7075fe2 Reorganize the kernels into nhwc, nchw and common folders by Adnan AlSinan · 2 years, 11 months ago
  47. 22f5ed5 Avoid allocation of auxiliary memory in CpuGemmConvolution by Georgios Pinitas · 2 years, 10 months ago
  48. 8bd2556 Fix vector_length identification mechanism for SVE by Georgios Pinitas · 2 years, 11 months ago
  49. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  50. a8297fb Pass fast math flag for correct GEMM3D validation support by Georgios Pinitas · 2 years, 10 months ago
  51. 6575ef8 Fix formatting issue with blank profiler header by Freddie Liardet · 2 years, 10 months ago
  52. f67034e Fix NN driver build script for Android R by Michele Di Giorgio · 2 years, 10 months ago
  53. e7012a6 Fix bare metal build error by Freddie Liardet · 2 years, 10 months ago
  54. dae5e1e Remove printing Android version detected by the build system by Pablo Marquez Tello · 2 years, 11 months ago
  55. 69a9ac4 Expose fast_math mode for GEMM through BFloat16 by Georgios Pinitas · 2 years, 11 months ago
  56. 1fa27ad Inject temporary tensors to pack in they don't exist in CpuSoftmax by Georgios Pinitas · 2 years, 11 months ago
  57. f113f37 Print the Android version detected by the build system by Pablo Marquez Tello · 2 years, 11 months ago
  58. f4e84fb Port ClGemmLowp to new API by Georgios Pinitas · 2 years, 11 months ago
  59. 767dbf9 Fix oclgrind int overflow warning by Freddie Liardet · 2 years, 11 months ago
  60. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 2 years, 11 months ago
  61. 59fd7a7 Add layer data to JSON output by Freddie Liardet · 3 years ago
  62. 67354e0 Update OpenCL Header file to version v.2020.03.13 by Sheri Zhang · 3 years ago
  63. 0f033df Include limits header to fix errors reported by GCC11 by Michele Di Giorgio · 2 years, 11 months ago
  64. 2b147ee Avoid multiple Rhs matrix transformation on ClGemm by Georgios Pinitas · 2 years, 11 months ago
  65. d0c5df2 Disabled armv8-2a on Android P by Pablo Marquez Tello · 2 years, 11 months ago
  66. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 2 years, 11 months ago
  67. 0b27133 Disabled DirectConv method for NCHW and kernel > 15 by Pablo Marquez Tello · 2 years, 11 months ago
  68. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 2 years, 11 months ago
  69. 13ef176 Improve filelist for GPU by Georgios Pinitas · 2 years, 11 months ago
  70. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 2 years, 11 months ago
  71. e5d76e1 Increase tolerance for NEMeanStdDevNormalization by Georgios Pinitas · 2 years, 11 months ago
  72. c38ca38 Fix CL kernel compilation failure by Michalis Spyrou · 2 years, 11 months ago
  73. a387e27 Add in-place calculation support for CL elementwise arithmetic kernels by Sheri Zhang · 3 years ago
  74. 6fc7d52 Override arch option to alow building for armv8-2a by Pablo Marquez Tello · 2 years, 11 months ago
  75. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  76. 04b39e8 Limit the LOOP_UNROLLING on the kernel height by Gian Marco Iodice · 2 years, 11 months ago
  77. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  78. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  79. 4411e1f Change CLConvolution selection to run Direct approach on large kernels by Georgios Pinitas · 3 years ago
  80. dd23f2a Add LayerData to all nodes by Freddie Liardet · 3 years ago
  81. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years ago
  82. 06ac6e4 Add basic Operator interface by Georgios Pinitas · 2 years, 11 months ago
  83. 4587594 Validate unsupported data types with runtime information by Georgios Pinitas · 2 years, 11 months ago
  84. 5e28181 Fix manual LOOP_UNROLLING by Gian Marco Iodice · 2 years, 11 months ago
  85. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  86. 6132c7a Rework README.md structure by Gian Marco Iodice · 3 years ago
  87. 5ee0d95 Improve implementation selection speed of CpuElementwiseUnary by Georgios Pinitas · 2 years, 11 months ago
  88. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 2 months ago
  89. 2eb5d16 Align kernel/operator header layout by Georgios Pinitas · 3 years ago
  90. 4dfc553 Port NEGEMM to memory injecting interface (Part 3) by Michele Di Giorgio · 3 years ago
  91. bc4e311 Implement FP GPU depthwise convolution 1x1 kernel for in-place computation by SiCongLi · 3 years ago
  92. 6683165 Add quantization helper functions for OpenCL by Georgios Pinitas · 3 years ago
  93. 2ef59b9 Reduce binary size footprint of CpuGemmInterleave4x4Kernel by Michele Di Giorgio · 3 years ago
  94. f7f6450 Adjust minimum DDK version for manual unroll by Giorgio Arena · 3 years ago
  95. 399f623 Port ClGemmLowpOutputStage operator to new interface by Georgios Pinitas · 3 years ago
  96. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  97. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  98. 53832b2 Port NEGEMM to memory injecting interface (Part 2) by Michele Di Giorgio · 3 years ago
  99. 72b5687 Enable global pooling optimization on OpenCL by Gian Marco Iodice · 3 years ago
  100. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago