1. 2921e5b Update README by Adnan AlSinan · 2 years, 1 month ago
  2. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  3. 3ba177f Add a few sections on security conserns by Michalis Spyrou · 2 years, 2 months ago
  4. 0a39483 Document data layout of weight tensors in convolution layers by SiCong Li · 2 years, 3 months ago
  5. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 3 months ago
  6. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  7. b4cd2dc Remove Non-Inclusive Term "Master" by ramelg01 · 2 years, 3 months ago
  8. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 3 months ago
  9. 36a1c11 Update referring to master branch to main for github and acl-gerrit by ramelg01 · 2 years, 3 months ago
  10. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  11. ee90500 Unify aarch64 arch names in documentation by Gunes Bayir · 2 years, 4 months ago
  12. 82fe7d3 Add disclaimer of ACL duty to protect the memory of the process using it from hacking by ramelg01 · 2 years, 5 months ago
  13. 0597b7b Adding Comments to ComputeLibrary.dir on expected file structure by Mohammed Suhail Munshi · 2 years, 4 months ago
  14. 65bd97c Update Errata with ticket numbers by Adnan AlSinan · 2 years, 4 months ago
  15. bb8b235 Fix Doxygen build by Adnan AlSinan · 2 years, 4 months ago
  16. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  17. 69854ba Update Release Notes by Adnan AlSinan · 2 years, 5 months ago
  18. abc093b Inclusive language update by Adnan AlSinan · 2 years, 5 months ago
  19. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  20. b2eba7f Replacing non-inclusive terms with proper terms by ramelg01 · 2 years, 6 months ago
  21. 6f3a9f5 Add Multi ISA support for SCons build System (part #1) by Motti Gondabi · 2 years, 8 months ago
  22. 0877370 Update changelog and toolchain information/versions by Gunes Bayir · 2 years, 8 months ago
  23. 071f1fc Fix Doxygen Layout by SiCongLi · 2 years, 8 months ago
  24. d16908c Update resolved issues in errata by Gunes Bayir · 2 years, 8 months ago
  25. f727ef4 Add uint8/int8 support to cpu conv3d by Freddie Liardet · 2 years, 8 months ago
  26. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 8 months ago
  27. 5dda217 DirectConv3d support refine by Sheri Zhang · 2 years, 8 months ago
  28. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  29. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  30. 732d879 Update errata by Sheri Zhang · 2 years, 9 months ago
  31. 67b9d7f Remove WinogradInputTransform from operator list by Sheri Zhang · 2 years, 10 months ago
  32. b8025b3 List OpenCL kernels in Android.bp script by Michele Di Giorgio · 2 years, 10 months ago
  33. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  34. 8273676 Update Errata by Gian Marco Iodice · 2 years, 10 months ago
  35. 77014ff Update Release Notes by Freddie Liardet · 2 years, 11 months ago
  36. f289e57 Update build documentation by Freddie Liardet · 2 years, 11 months ago
  37. dc43a98 Update operators list in Doxygen by Freddie Liardet · 2 years, 11 months ago
  38. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  39. 7075fe2 Reorganize the kernels into nhwc, nchw and common folders by Adnan AlSinan · 3 years ago
  40. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  41. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  42. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  43. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  44. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  45. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years ago
  46. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  47. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 2 months ago
  48. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  49. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  50. 53832b2 Port NEGEMM to memory injecting interface (Part 2) by Michele Di Giorgio · 3 years ago
  51. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago
  52. 62c2ad6 Move core and runtime files to a single library by Michalis Spyrou · 3 years ago
  53. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 2 months ago
  54. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years ago
  55. c6f4ec3 Port CLWinogradConvolutionLayer with ClWinogradConv2d by Manuel Bottini · 3 years, 1 month ago
  56. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  57. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  58. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  59. f34552b Add errata for the performance regressions on OpenCL by Gian Marco Iodice · 3 years, 2 months ago
  60. c2bed95 Update release note by Sheri Zhang · 3 years, 2 months ago
  61. b43b87a Add minimum toolchains requirements to the documentation by Michele Di Giorgio · 3 years, 2 months ago
  62. c9309f2 Restructure Documentation (Part 2) by Sang-Hoon Park · 3 years, 2 months ago
  63. d813bab Restructure documentation by Sheri Zhang · 3 years, 2 months ago
  64. 6124ce6 Update operator list part3 by Sheri Zhang · 3 years, 2 months ago
  65. 0ec5821 Add Queue to API documentation by Sang-Hoon Park · 3 years, 2 months ago
  66. 6268742 Update operator list documentation. Part 2. by Teresa Charlin · 3 years, 2 months ago
  67. c3c352e Add Queue support by Georgios Pinitas · 3 years, 3 months ago
  68. a47dcc2 Update operator list documentation by Sheri Zhang · 3 years, 2 months ago
  69. 816e483 Update API documentation by Sang-Hoon Park · 3 years, 2 months ago
  70. 0ff73c7 Create architecture documentation by Georgios Pinitas · 3 years, 3 months ago
  71. 402740d Add support for CLVK by Michalis Spyrou · 3 years, 2 months ago
  72. 562bee5 Port CpuConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 2 months ago
  73. b25883a Remove experimental tracing feature by Pablo Marquez Tello · 3 years, 2 months ago
  74. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  75. 327225d Port NEDirectConvolutionLayer to new API by Manuel Bottini · 3 years, 3 months ago
  76. 91b7f74 Port CLConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  77. 6850889 Substitute CLFullyConnectedLayerReshapeWeights by CLTranspose by Teresa Charlin · 3 years, 3 months ago
  78. 28fcc35 Substitute NEFullyConnectedLayerReshapeWeights by NETranspose by Teresa Charlin · 3 years, 3 months ago
  79. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  80. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  81. 2788609 Port ClTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  82. f9a611a Don't build tests by default by Michele Di Giorgio · 3 years, 4 months ago
  83. 1e3ab42 Make CpuPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 3 months ago
  84. 1efed92 Make ClDirectConvolutionKernel stateless by Sheri Zhang · 3 years, 4 months ago
  85. f9ab9f9 Make ClPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 3 months ago
  86. d1dc09c Port CpuTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  87. 10b3826 Port Arm(R) Neon(TM) Scale to new API by Manuel Bottini · 3 years, 4 months ago
  88. 3b131ab Port OpenCL Scale to new API by Manuel Bottini · 3 years, 4 months ago
  89. 9e73c93 Port OpenCL Dequantization to new API by Manuel Bottini · 3 years, 4 months ago
  90. 00f4dfc Port Arm(R) Neon(TM) Dequantization to new API by Manuel Bottini · 3 years, 4 months ago
  91. 1ffa5ac Update release note for data type decoupling by Giorgio Arena · 3 years, 4 months ago
  92. 5a1bf62 Port OpenCL Quantization to new API by Manuel Bottini · 3 years, 4 months ago
  93. 0ded4c4 Port Arm(R) Neon(TM) Quantization to new API by Manuel Bottini · 3 years, 4 months ago
  94. 201e0fe Make Softmax kernels on OpenCL stateless by Sang-Hoon Park · 3 years, 5 months ago
  95. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 4 months ago
  96. 793daa1 Update documentation with instructions for building Android using NDK >= r19 by Giorgio Arena · 3 years, 4 months ago
  97. a0c1192 Update errata with failures in CLCast and CLGEMMMatrixMultiplyReshapedOnlyRHS tests by Michele Di Giorgio · 3 years, 4 months ago
  98. e5f2e74 Add errata for failure in quantized CLFullyConnectedLayer by Michele Di Giorgio · 3 years, 4 months ago
  99. ceaa0bf Remove OpenGL ES support by Manuel Bottini · 3 years, 4 months ago
  100. 27e67f0 Remove Compute Vision Neon support by Michalis Spyrou · 3 years, 4 months ago