1. e812c0c Don't build CKW as part of Android.bp by Jakub Sujak · 4 months ago
  2. 7467ba8 Use look up table for fp16 activation by Mohammed Suhail Munshi · 6 months ago
  3. 85cafff Add Mali™-G720 and Mali™-G620 as GpuTargets by Gunes Bayir · 6 months ago
  4. 4737094 Optimize CPU depth-to-space by Viet-Hoa Do · 7 months ago
  5. 8d4cdd4 BatchNorm changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 6 months ago
  6. 568aab6 CpuMul changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 6 months ago
  7. ba93371 NormalizationLayer changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 7 months ago
  8. 29254ae Optimize CL softmax by Viet-Hoa Do · 8 months ago
  9. e5362e7 DirectConv and Im2Col changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  10. 0fa92b8 arm_gemm: Add SME2 FP16 GEMV using FP16->FP32 dot product. by David Mansell · 8 months ago
  11. 098efc4 Revert "arm_gemm: Add SME2 FP16 GEMV." by David Mansell · 8 months ago
  12. aeced74 arm_gemm: Add SME2 FP16 GEMV. by David Mansell · 8 months ago
  13. d9c1d44 Port MatMul to Dynamic Fusion + CKW boilerplate code by Adnan AlSinan · 8 months ago
  14. 6777359 CpuSubKernel changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  15. a04ae3e Port DepthwiseConv2d operator to Ckw by ramy.elgammal@arm.com · 10 months ago
  16. ef9da00 Reimplement erf function by Viet-Hoa Do · 8 months ago
  17. 6d87887 Select changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  18. 6b6ba9e Maxunpooling changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 8 months ago
  19. e9fd8b4 L2Norm changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 9 months ago
  20. 500e10b Add CL command buffer class by Viet-Hoa Do · 9 months ago
  21. 40a9d3e Remove deprecated support for BF16 in CpuCast by Adnan AlSinan · 9 months ago
  22. 7e58980 Fuse batch normalization changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 9 months ago
  23. e87fa66 Add skeleton of ClMatMulLowpNativeMMULKernel by Gunes Bayir · 9 months ago
  24. cf219a4 Changes in NECropResize to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 9 months ago
  25. ea9bd8f Changes to ElementwiseOp to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 9 months ago
  26. b566b6e Extend Neon ReshapeLayer validation tests by Anitha Raj · 9 months ago
  27. 0d27b2e Remove legacy PostOps code by Jakub Sujak · 9 months ago
  28. 324ba7a Pool3d changes to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 9 months ago
  29. 2e6d659 Port ClTemplatePool2d to ckw by Adnan AlSinan · 10 months ago
  30. 91cb733 Port Resize operator to CKW by Gunes Bayir · 10 months ago
  31. 8770669 Changes in roi_align to enable fp16 in armv8a multi_isa builds by Pablo Marquez Tello · 9 months ago
  32. cea7060 NEFuseBatchNormalizationKernel rework by Pablo Marquez Tello · 10 months ago
  33. e1c96e7 Port DirectConv2d to CKW backend by Jakub Sujak · 10 months ago
  34. 4a1c917 Add support for input S64/U64 in CpuCastKernel by Pablo Marquez Tello · 11 months ago
  35. 314d3e2 Break up core/Utils.h to reduce unused code being included everywhere by Matthew Bentham · 11 months ago
  36. 66f3d38 Port ClTemplateCast into Ckw by Adnan AlSinan · 11 months ago
  37. 4184e86 Port ClTemplateActivation into Ckw by Adnan AlSinan · 11 months ago
  38. c8e1617 Add compute kernel writer arguments export by Viet-Hoa Do · 11 months ago
  39. ce3c48c Move CKW prototype to separate directory by Viet-Hoa Do · 11 months ago
  40. 8deee9b Depthwise channel pre-multiplication by Michael Tyler · 11 months ago
  41. 19844f6 Add Kernel Writer driver code to dynamic fusion by SiCong Li · 1 year, 1 month ago
  42. bd4f6b9 Compute kernel writer API and prototype by Viet-Hoa Do · 1 year ago
  43. 8c49f16 Add helpers to set CKW tensor components as OpenCL kernel arguments by Jakub Sujak · 12 months ago
  44. da9cb70 Include CKW sources in Android.bp by Jakub Sujak · 12 months ago
  45. a8d8058 Implement FP32/FP16 MatMul NT/NT kernel using the MMUL extension by SiCong Li · 1 year ago
  46. 74921ee Update CPU kernel implementations and guard directives by Michael Tyler · 1 year, 2 months ago
  47. 352c07d Implement OpenCL MatMul heuristic for Arm® Mali™-G710 by Gian Marco Iodice · 1 year, 1 month ago
  48. f0ff76d Add Reorder to changelog by David Svantesson · 1 year, 1 month ago
  49. 3b162e5 Reorder added by David Svantesson · 1 year, 2 months ago
  50. 99b6fd2 Fix filelist issue with CPU MatMul by Viet-Hoa Do · 1 year, 1 month ago
  51. b2758f3 Add FP16 depthwise kernels for SME2 by David Mansell · 1 year, 2 months ago
  52. 9d0c4de Add quantized CL MatMul kernels for Lhs NT/T, Rhs NT by Gunes Bayir · 1 year, 2 months ago
  53. 1ed6a14 Align naming convention of ClMatMul by Jakub Sujak · 1 year, 2 months ago
  54. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 2 months ago
  55. 8b7f42a Enable quantized data types for CpuElementwiseUnary on Armv7a by Ramy Elgammal · 1 year, 2 months ago
  56. f26ea2f Implement MatMul Function by Ramy Elgammal · 1 year, 2 months ago
  57. fd472f0 Add quantized support for unary elementwise in CPU by Viet-Hoa Do · 1 year, 3 months ago
  58. 14d7b53 Implementation of RSQRT for quantized int8 by Ramy Elgammal · 1 year, 4 months ago
  59. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 3 months ago
  60. aaa9da1 arm_gemm: Add SME2 FP16 kernels. by David Mansell · 1 year, 3 months ago
  61. 98aca0f Add sigmoid and tanh for dynamic fusion by Viet-Hoa Do · 1 year, 3 months ago
  62. 7d9a626 Update CPU kernels to remove x19 and w19 by Michael Tyler · 1 year, 4 months ago
  63. 4e2bbbb Add support for dilation > 1 in assembly DepthwiseConvolution by Pablo Marquez Tello · 1 year, 5 months ago
  64. ae72a46 Add new operator AddMulAdd for Neon™ backend for Float/Quantized types by Gunes Bayir · 1 year, 4 months ago
  65. ec320d9 Add Subtraction operator to Dynamic Fusion interface by Ramy Elgammal · 1 year, 6 months ago
  66. 7359a87 Add Multiplication operator (FP only) to Dynamic Fusion Interface by Jakub Sujak · 1 year, 5 months ago
  67. 002e653 Implement dynamic fusion softmax operator by Ramy Elgammal · 1 year, 5 months ago
  68. 5a63d1e Add missing direct conv2d tests to dynamic fusion by SiCong Li · 1 year, 5 months ago
  69. a18d85c Dynamic Fusion Pooling Layer 2d by Mohammed Suhail Munshi · 1 year, 5 months ago
  70. be13cea Revert "Update CPU kernels to remove x19" by Michael Tyler · 1 year, 5 months ago
  71. ba20975 Update CPU kernels to remove x19 by Michael Tyler · 1 year, 6 months ago
  72. f800adf Implement dynamic fusion reshape operator by Ramy Elgammal · 1 year, 6 months ago
  73. 9d3bd41 Move DWC native heuristic into the heuristic folder by Gian Marco Iodice · 1 year, 5 months ago
  74. a5cb79f Update the ClConv2d heuristic by Gian Marco Iodice · 1 year, 5 months ago
  75. aecb5d9 Implement Logits1DMaxShiftExpSum kernel component in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  76. 8ae5714 Add Resize/Scale operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 6 months ago
  77. b84e253 Add output operator for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  78. 3274172 Add CLAMP operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 6 months ago
  79. 1dc6ff1 Implement Cast operator in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  80. df6a3b0 Use heuristics for setting dynamic fusion direct conv2d tile sizes by Ramy Elgammal · 1 year, 6 months ago
  81. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 7 months ago
  82. 404462a Adding GpuAdd to dynamic fusion operators by Ramy Elgammal · 1 year, 7 months ago
  83. 03b2971 Integrate SME2 kernels by Viet-Hoa Do · 2 years ago
  84. 7dc0234 Implement FP32/16 Depthwise Conv2d operator in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  85. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 7 months ago
  86. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 7 months ago
  87. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 7 months ago
  88. f44bbc5 Rewrite dynamic fusion by SiCong Li · 1 year, 9 months ago
  89. 6e09e14 INT8 Quantized MeanStdDevNorm (LayerNorm) by Murray Kornelsen · 1 year, 11 months ago
  90. 29db3d2 Add LUT for quantized sigmoid function by Viet-Hoa Do · 1 year, 10 months ago
  91. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 1 month ago
  92. c6b7913 Fix direct convolution cases that were failing on Odroid by Adnan AlSinan · 1 year, 11 months ago
  93. a1f7851 Integrate new winograd APIs from MLTech by ramelg01 · 1 year, 11 months ago
  94. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 6 months ago
  95. 2cc50b3 Extended direct conv 2d interface for tuning the OpenCl kernel by Gian Marco Iodice · 2 years ago
  96. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years ago
  97. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 2 months ago
  98. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 4 months ago
  99. 8a16488 Update Neon™ depthwise kernel by ramelg01 · 2 years, 2 months ago
  100. c827e99 Update Neon™ pooling kernel by ramelg01 · 2 years, 2 months ago