1. f28abef Fix compilation error in 32-bit with logging build by Viet-Hoa Do · 2 years, 1 month ago
  2. aa79405 Fix doxygen typos by Viet-Hoa Do · 2 years, 1 month ago
  3. fdb5342 Disable unsafe FP optimizations causing accuracy issues by Gunes Bayir · 2 years, 1 month ago
  4. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  5. a8caa02 Properly format SConscript files by Michalis Spyrou · 2 years, 1 month ago
  6. 32df095 Fix doxygen page layout by SiCong Li · 2 years, 1 month ago
  7. 6fd75b9 DepthwiseConv reports full assembly kernel name by Pablo Marquez Tello · 2 years, 7 months ago
  8. 6db4cf2 Update Errata by Adnan AlSinan · 2 years, 1 month ago
  9. 2921e5b Update README by Adnan AlSinan · 2 years, 1 month ago
  10. a373216 Update SONAME_VERSION in SConscript by Mohammed Suhail Munshi · 2 years, 2 months ago
  11. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 2 months ago
  12. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 2 months ago
  13. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 2 months ago
  14. 06adbc5 Mismatches in dynamically fused direct conv2d + add kernel by Michalis Spyrou · 2 years, 2 months ago
  15. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  16. 3bb72b6 Add a note to clarify pretranspose option in GEMM and GEMMLowp fixtures by Adnan AlSinan · 2 years, 2 months ago
  17. 9d18738 Updating a64_gemm_u8 a64_gemm_s8 kernels headers by ramelg01 · 2 years, 2 months ago
  18. 5873358 QLSTM add support for different qinfo by Mike Kelly · 2 years, 2 months ago
  19. 168d6a8 Use svcreate instead of list initializations. by Michalis Spyrou · 2 years, 2 months ago
  20. bc5c407 Extend GEMM to support batch matmul operation by Mohammed Suhail Munshi · 2 years, 2 months ago
  21. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 2 months ago
  22. 638b7e4 Fix for Neon™ Depthwise Android P VTS test failure by ramelg01 · 2 years, 2 months ago
  23. facd9dd Add a missing validation check to CPU Pool3d by Adnan AlSinan · 2 years, 2 months ago
  24. 388866b Update public mailing list in README by SiCong Li · 2 years, 3 months ago
  25. 3ba177f Add a few sections on security conserns by Michalis Spyrou · 2 years, 2 months ago
  26. d51aad9 Add security related / good coding practices by Michalis Spyrou · 2 years, 2 months ago
  27. 8a16488 Update Neon™ depthwise kernel by ramelg01 · 2 years, 3 months ago
  28. c827e99 Update Neon™ pooling kernel by ramelg01 · 2 years, 3 months ago
  29. 0a39483 Document data layout of weight tensors in convolution layers by SiCong Li · 2 years, 3 months ago
  30. f55cca5 Add LU_BOUNDED_RELU support for QSYMM16 by Pablo Marquez Tello · 2 years, 3 months ago
  31. fa6877f [CpuGemmConv2d] Extract skip_im2col and skip_col2im computation. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  32. 50e48aa Add missing noexcept. This fixes building faillures with gcc9. by Michalis Spyrou · 2 years, 2 months ago
  33. 1bae0f9 NEQLSTM: perform type conversion in prepare method. by Pablo Marquez Tello · 2 years, 2 months ago
  34. 01a8ade Fix Duplicate Template in Pooling3dFixture by Mohammed Suhail Munshi · 2 years, 2 months ago
  35. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  36. 0a486cf Enable dynamic cl tuning for dynamically fused kernels by SiCong Li · 2 years, 3 months ago
  37. ca364df Include missing embedded headers by SiCong Li · 2 years, 3 months ago
  38. fecdb8f Add documentations about compiler_prefix and toolchain_prefix by SiCongLi · 2 years, 6 months ago
  39. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  40. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  41. 5d606cc Fix CpuGemmAssemblyDispatch::has_opt_impl. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  42. e33c556 [arm_gemm] Use static validate to find arm_gemm kernels. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  43. 4c17ba9 Fix Nightly build failure by Adnan AlSinan · 2 years, 3 months ago
  44. b4cd2dc Remove Non-Inclusive Term "Master" by ramelg01 · 2 years, 3 months ago
  45. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 4 months ago
  46. 892b70a Fix embedded kernel header inclusion for dynamic fusion by Giorgio Arena · 2 years, 3 months ago
  47. 36a1c11 Update referring to master branch to main for github and acl-gerrit by ramelg01 · 2 years, 3 months ago
  48. a5d61bf NEQLSTM: Add support for QASYMM8_SIGNED for input_to_forget_weights by Pablo Marquez Tello · 2 years, 3 months ago
  49. b83e672 Enable -static-openmp for newer NDK support by Giorgio Arena · 2 years, 3 months ago
  50. bfd10a1 QLSTM add support for different qinfo in weights by Pablo Marquez Tello · 2 years, 3 months ago
  51. bd44caa [Dynamic Fusion] Implement build options generation by Giorgio Arena · 2 years, 4 months ago
  52. 09adcc4 Add cleanup comments in SConscript by Giorgio Arena · 2 years, 4 months ago
  53. 8a87983 Setup automatic kernel window for dynamic fusion by Gunes Bayir · 2 years, 4 months ago
  54. 193cad3 Remove deprecated interface from arm_compute. by Francesco.Petrogalli@arm.com · 2 years, 4 months ago
  55. 68c2200 Fix dynamic fusion test Scons to enable unit tests by SiCong Li · 2 years, 4 months ago
  56. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  57. 4e66d70 Added windows native build support by Pablo Tello · 2 years, 4 months ago
  58. 17c48f9 Revert mws heuristics for CpuPool2d by Giorgio Arena · 2 years, 4 months ago
  59. 41a729e Decouple fuseBatchNormalizationKernel by Yair Schwarzbaum · 2 years, 8 months ago
  60. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  61. 4cbcb84 Removing SVE / SVE2 guards from decoupled kernels by alerah01 · 2 years, 4 months ago
  62. 298b2c0 Decouple castKernel by Yair Schwarzbaum · 2 years, 5 months ago
  63. 918a9fb Add Pool3d reference implementation by Gunes Bayir · 2 years, 4 months ago
  64. a538ae5 Multi ISA Technical Debt by Dana Zlotnik · 2 years, 4 months ago
  65. ee90500 Unify aarch64 arch names in documentation by Gunes Bayir · 2 years, 4 months ago
  66. 32fbb07 Fix CpuPool2d regression on A53/A55 due to mws by Giorgio Arena · 2 years, 4 months ago
  67. 82fe7d3 Add disclaimer of ACL duty to protect the memory of the process using it from hacking by ramelg01 · 2 years, 5 months ago
  68. c9e519d Decouple CpuDirectConv2dKernel by alerah01 · 2 years, 5 months ago
  69. 0597b7b Adding Comments to ComputeLibrary.dir on expected file structure by Mohammed Suhail Munshi · 2 years, 5 months ago
  70. ebbae94 Decouple CpuDepthwiseConv2dNativeKernel by Dana Zlotnik · 2 years, 5 months ago
  71. 51d7119 Fix performance regression on Arm(R) Mali(TM)-G71 by Gian Marco Iodice · 2 years, 4 months ago
  72. 5e99318 Decouple NEL2NormalizeLayerKernel by Yair Schwarzbaum · 2 years, 6 months ago
  73. 65bd97c Update Errata with ticket numbers by Adnan AlSinan · 2 years, 4 months ago
  74. 9454cf7 Fixed threshould argument order in NE/CL/LSTM by Pablo Marquez Tello · 2 years, 4 months ago
  75. 73fa0a7 Fix FP16 for validation in multi_isa builds by Giorgio Arena · 2 years, 5 months ago
  76. 300bda6 Update Readme by Adnan AlSinan · 2 years, 5 months ago
  77. bb8b235 Fix Doxygen build by Adnan AlSinan · 2 years, 5 months ago
  78. f6c2602 Exclude SVE & SVE2 paths from android.bp by Dana Zlotnik · 2 years, 5 months ago
  79. 256ac62 Decouple CpuGemmMatrixMultiplyKernel and CpuGemmMatrixAdditionKernel by Dana Zlotnik · 2 years, 5 months ago
  80. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  81. 6a2df88 Add kernel selection UT for submitted kernels by Dana Zlotnik · 2 years, 5 months ago
  82. 69854ba Update Release Notes by Adnan AlSinan · 2 years, 5 months ago
  83. abc093b Inclusive language update by Adnan AlSinan · 2 years, 5 months ago
  84. 89aa4eb Improve start-up time for concatenation layers by ramelg01 · 2 years, 5 months ago
  85. 2134d1b Int32 to Float32 implicit casting fix by Mohammed Suhail Munshi · 2 years, 5 months ago
  86. 616f8eb Fix performance regression on the first layer of convolution-based model by Gian Marco Iodice · 2 years, 5 months ago
  87. bb6877a Improve start-up time for winograd_output_transform_*_nhwc by ramelg01 · 2 years, 5 months ago
  88. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  89. 2a86a30 Improve start-up time for winograd_input_transform_*_nhwc by ramelg01 · 2 years, 5 months ago
  90. ba8690b Improve start-up time for winograd_filter_transform_*_nhwc by ramelg01 · 2 years, 5 months ago
  91. d56d94d Fix build for gcc 9 by Giorgio Arena · 2 years, 5 months ago
  92. b631b6d Update SONAME_VERSION in SConscript by Adnan AlSinan · 2 years, 5 months ago
  93. ab2bc73 Adding support for Arm Mali-G710 by Gian Marco Iodice · 2 years, 5 months ago
  94. 9d9ad33 SCons build system refactoring (phase #2). by Motti Gondabi · 2 years, 5 months ago
  95. 21138d8 Added a multithreaded test for CL backend. by Pablo Marquez Tello · 2 years, 8 months ago
  96. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  97. 46d44d2 Enable kernel selection testing (Phase #2) by Yair Schwarzbaum · 2 years, 6 months ago
  98. 0ef2c21 Remove padding from CpuDirectConv2dKernel by Adnan AlSinan · 2 years, 5 months ago
  99. 21391c3 Fix s10plus NEON/PoolingLayer Nightly failure by Adnan AlSinan · 2 years, 5 months ago
  100. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 6 months ago