1. 1b2ee3e CPU: Depthwise: Generate correct size for input indirection array. by David Mansell · 11 months ago
  2. eb5696d Optimize CpuReshapeKernel by Anitha Raj · 12 months ago
  3. 246fe08 Fix various static check issues by Viet-Hoa Do · 11 months ago
  4. 48b6d17 Check CL command buffer extension by Viet-Hoa Do · 11 months ago
  5. 338ef46 Optimize CLReduce for Min/Max Axis=0 by Gunes Bayir · 12 months ago
  6. 0c19f59 Fix CL Tile operator by Viet-Hoa Do · 11 months ago
  7. 16b3752 Port ElementwiseBinary to CKW part 2 by SiCong Li · 12 months ago
  8. 9129549 Retain back-compatibility for arm_compute/core/Types.h by SiCong Li · 12 months ago
  9. 8dfb882 Enable S64 output in CLArgMinMax by Pablo Marquez Tello · 12 months ago
  10. 4a1c917 Add support for input S64/U64 in CpuCastKernel by Pablo Marquez Tello · 12 months ago
  11. 314d3e2 Break up core/Utils.h to reduce unused code being included everywhere by Matthew Bentham · 1 year ago
  12. 4c30de0 Enable premultiplication for depthwise convolution with fp16 and quantized types by Michael Tyler · 12 months ago
  13. 8e2dede Add Bias to MatMul Kernels and add support for use in Fully Connected Layer by Mohammed Suhail Munshi · 1 year ago
  14. 4c0a38a Disable kernel size 3 in argminmax for axis 0 by Pablo Marquez Tello · 12 months ago
  15. c9eeee5 Fix nightly failures in MatMulLowpNativeKernel when using bounded activation functions by Mohammed Suhail Munshi · 1 year ago
  16. 9b392d7 Rewrote CLArgMinMax for axis 0 by Pablo Marquez Tello · 1 year ago
  17. 4cf8067 Fix unused function warning by Michael Tyler · 12 months ago
  18. 8deee9b Depthwise channel pre-multiplication by Michael Tyler · 1 year ago
  19. 19844f6 Add Kernel Writer driver code to dynamic fusion by SiCong Li · 1 year, 2 months ago
  20. 00474e9 Implement FP32/16 MatMul Lhs T Rhs T/NT kernel using MMUL extension by Gunes Bayir · 1 year ago
  21. 8c49f16 Add helpers to set CKW tensor components as OpenCL kernel arguments by Jakub Sujak · 1 year, 1 month ago
  22. a2bb80e Use MatMul in fully connected layer with dynamic weights when supported by Mohammed Suhail Munshi · 1 year ago
  23. c952596 Implement FP32/FP16 MatMul NT/T kernel using the MMUL extension by Ramy Elgammal · 1 year, 2 months ago
  24. a2561f0 Fix doxygen warnings by ramy.elgammal@arm.com · 1 year, 1 month ago
  25. 3f16c57 Enable vmfa in arm7va/aarch32 when present by Pablo Marquez Tello · 1 year ago
  26. a8d8058 Implement FP32/FP16 MatMul NT/NT kernel using the MMUL extension by SiCong Li · 1 year, 2 months ago
  27. 94abde4 Add Fused Activation to OpenCL MatMul by Mohammed Suhail Munshi · 1 year, 1 month ago
  28. 043613f Break up Utils.h a bit to reduce unused code being included everywhere by Matthew Bentham · 1 year, 1 month ago
  29. f1aeab9 Break up arm_compute/core/Types.h a bit by Matthew Bentham · 1 year, 1 month ago
  30. 6c7cf31 Fix build error for armv7a by Pablo Marquez Tello · 1 year, 1 month ago
  31. 7a31a82 Fix guards for FP16 depthwise kernels by Michael Tyler · 1 year, 1 month ago
  32. 74921ee Update CPU kernel implementations and guard directives by Michael Tyler · 1 year, 3 months ago
  33. f15c615 Revert "Check for nullptr when failing to load OpenCL libraries" by Omar Al Khatib · 1 year, 2 months ago
  34. 9d25461 Check for nullptr when failing to load OpenCL libraries by Jakub Sujak · 1 year, 2 months ago
  35. cd2502c Fix invalid vector length in CL by Viet-Hoa Do · 1 year, 2 months ago
  36. a8db612 Re-enable dyanmic weights in Neon™ depthwise convolution by Ramy Elgammal · 1 year, 2 months ago
  37. cdd1e03 Support multi-dimensional indices in the CL Gather Layer up to four-dimensional output tensors by Omar Al Khatib · 1 year, 2 months ago
  38. cd8b40d Guards to make NEReorder aarch64 only by David Svantesson · 1 year, 2 months ago
  39. 8964c89 Update a64_transpose_interleave_16.hpp by David Svantesson · 1 year, 2 months ago
  40. a62129a Fix fully connected and matmul mismatches by Viet-Hoa Do · 1 year, 2 months ago
  41. 3b162e5 Reorder added by David Svantesson · 1 year, 3 months ago
  42. a25582c Fix the gather layer indices check by Viet-Hoa Do · 1 year, 4 months ago
  43. a7db356 Avoid printing error message for each not found OpenCl library by Ramy Elgammal · 1 year, 3 months ago
  44. 5e99a3e Add quantized CL MatMul kernel for LHS NT, RHS T by Jakub Sujak · 1 year, 3 months ago
  45. 905a3c1 Improve Winograd performance on OpenCL by Gian Marco Iodice · 1 year, 3 months ago
  46. b2758f3 Add FP16 depthwise kernels for SME2 by David Mansell · 1 year, 3 months ago
  47. dba672c Integrate multi-threaded pretranspose_B_array by SiCong Li · 1 year, 3 months ago
  48. 7fefac7 Fix rounding to nearest even for armv7a by Ramy Elgammal · 1 year, 2 months ago
  49. 467daef Implement CL kernel for a native batched matmul Quantized - LHS transposed, RHS transposed by Omar Al Khatib · 1 year, 3 months ago
  50. 9c7c2d2 Add quantized support for CPU MatMul by Viet-Hoa Do · 1 year, 3 months ago
  51. 9d0c4de Add quantized CL MatMul kernels for Lhs NT/T, Rhs NT by Gunes Bayir · 1 year, 3 months ago
  52. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 3 months ago
  53. fff9a4c Add Cropping to CLBatchToSpace by Omar Al Khatib · 1 year, 3 months ago
  54. 8893e45 Add cropping support to NEBatchToSpace by SiCong Li · 1 year, 3 months ago
  55. 732c1b2 Fix GCC13 compiler errors by Pablo Marquez Tello · 1 year, 3 months ago
  56. fd472f0 Add quantized support for unary elementwise in CPU by Viet-Hoa Do · 1 year, 4 months ago
  57. 5a7d157 Fix BatchToSpaceFixture by SiCong Li · 1 year, 3 months ago
  58. b531b75 Add Texture Pipe Support for Matmul Lhs T/NT Rhs T kernels by Ramy Elgammal · 1 year, 4 months ago
  59. bbeef72 Add Texture Pipe Support for Matmul Lhs T/NT Rhs NT kernels by Gunes Bayir · 1 year, 4 months ago
  60. 20cfa45 Round to nearest with ties to away from zero in Relu by Pablo Marquez Tello · 1 year, 4 months ago
  61. 251b514 gemm_interleaved: Set up the accumulation buffer properly in alternate by David Mansell · 1 year, 5 months ago
  62. 8918b23 Implement OpenCL MatMul for Lhs T Rhs T/NT FP32/16 by Gunes Bayir · 1 year, 4 months ago
  63. 14d7b53 Implementation of RSQRT for quantized int8 by Ramy Elgammal · 1 year, 5 months ago
  64. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 4 months ago
  65. aaa9da1 arm_gemm: Add SME2 FP16 kernels. by David Mansell · 1 year, 4 months ago
  66. 37c989a Add support for arbitrary parameters for CPU Gather by Viet-Hoa Do · 1 year, 4 months ago
  67. f9225b4 GEMM: SME: Allow threading for quantized GEMMs. by David Mansell · 1 year, 4 months ago
  68. 47f177e Fix LWS search space used by CLTuner by SiCong Li · 1 year, 4 months ago
  69. ecaa10a Fix Intermittent Neon™ ReduceMean QASYMM8 Mismatch by Mohammed Suhail Munshi · 1 year, 5 months ago
  70. 7d9a626 Update CPU kernels to remove x19 and w19 by Michael Tyler · 1 year, 5 months ago
  71. 4e2bbbb Add support for dilation > 1 in assembly DepthwiseConvolution by Pablo Marquez Tello · 1 year, 6 months ago
  72. ec320d9 Add Subtraction operator to Dynamic Fusion interface by Ramy Elgammal · 1 year, 7 months ago
  73. 7594f98 Fixed clang-cl linker errors by Pablo Tello · 1 year, 5 months ago
  74. 7359a87 Add Multiplication operator (FP only) to Dynamic Fusion Interface by Jakub Sujak · 1 year, 6 months ago
  75. a231832 Improve the strided_slice layer on all data types by Omar Al Khatib · 1 year, 6 months ago
  76. 5a2bc01 Add Auxiliary tensors by SiCong Li · 1 year, 6 months ago
  77. a68df8d Revert "Update the heuristic for CLDepthwiseConvolutionNative kernel" by Gian Marco Iodice · 1 year, 6 months ago
  78. be13cea Revert "Update CPU kernels to remove x19" by Michael Tyler · 1 year, 6 months ago
  79. ba20975 Update CPU kernels to remove x19 by Michael Tyler · 1 year, 7 months ago
  80. 8094f9d Remove unused code in arm_conv/depthwise/ by Pablo Marquez Tello · 1 year, 6 months ago
  81. bc67208 Update the heuristic for CLDepthwiseConvolutionNative kernel by Gian Marco Iodice · 1 year, 6 months ago
  82. 6bcdc57 Deprecated BF16 support in DepthConvert by Pablo Marquez Tello · 1 year, 6 months ago
  83. 3cce35d Extend cl image support to input and output tensors by Gian Marco Iodice · 1 year, 6 months ago
  84. d2d9361 Add extend padding lock flag by Ramy Elgammal · 1 year, 6 months ago
  85. b3077fb LHS broadcasting addition for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  86. b7e8626 Optimize CL Scale/Resize Quantized by removing (de)quant. code by Gunes Bayir · 1 year, 6 months ago
  87. 8a2d7ce Extend Transposed Conv. for tiles with N0>1 by Gunes Bayir · 1 year, 6 months ago
  88. bb1ab05 Fix company name on copyright notice by Viet-Hoa Do · 1 year, 6 months ago
  89. 81f796b Fix various compilation errors by Viet-Hoa Do · 1 year, 6 months ago
  90. 8468371 Make CLReshape kernel window based on dst instead of src by Ramy Elgammal · 1 year, 7 months ago
  91. e317baf Optimize MeanReduce by integer acc. and removing upfront dequant. by Omar Al Khatib · 1 year, 7 months ago
  92. 85260d8 Update direct conv2d kernel in dynamic fusion by Gian Marco Iodice · 1 year, 7 months ago
  93. 24c87f0 Optimize SVE natural exponential function by Viet-Hoa Do · 1 year, 7 months ago
  94. 9d7b690 Fixed various mismatches in CpuCastKernel by Pablo Marquez Tello · 1 year, 7 months ago
  95. a0ae8d2 Optimize Transposed Convolution for CL backend (Quantized) by Gunes Bayir · 1 year, 7 months ago
  96. 86689cd Optimize CPU base-e exponential function on FP32 by Viet-Hoa Do · 1 year, 7 months ago
  97. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 8 months ago
  98. 404462a Adding GpuAdd to dynamic fusion operators by Ramy Elgammal · 1 year, 8 months ago
  99. 03b2971 Integrate SME2 kernels by Viet-Hoa Do · 2 years, 1 month ago
  100. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 8 months ago