1. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 3 months ago
  2. 8b7f42a Enable quantized data types for CpuElementwiseUnary on Armv7a by Ramy Elgammal · 1 year, 3 months ago
  3. f26ea2f Implement MatMul Function by Ramy Elgammal · 1 year, 3 months ago
  4. fd472f0 Add quantized support for unary elementwise in CPU by Viet-Hoa Do · 1 year, 4 months ago
  5. 14d7b53 Implementation of RSQRT for quantized int8 by Ramy Elgammal · 1 year, 5 months ago
  6. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 4 months ago
  7. aaa9da1 arm_gemm: Add SME2 FP16 kernels. by David Mansell · 1 year, 4 months ago
  8. 98aca0f Add sigmoid and tanh for dynamic fusion by Viet-Hoa Do · 1 year, 4 months ago
  9. 7d9a626 Update CPU kernels to remove x19 and w19 by Michael Tyler · 1 year, 5 months ago
  10. 4e2bbbb Add support for dilation > 1 in assembly DepthwiseConvolution by Pablo Marquez Tello · 1 year, 6 months ago
  11. ae72a46 Add new operator AddMulAdd for Neon™ backend for Float/Quantized types by Gunes Bayir · 1 year, 5 months ago
  12. ec320d9 Add Subtraction operator to Dynamic Fusion interface by Ramy Elgammal · 1 year, 7 months ago
  13. 7359a87 Add Multiplication operator (FP only) to Dynamic Fusion Interface by Jakub Sujak · 1 year, 6 months ago
  14. 002e653 Implement dynamic fusion softmax operator by Ramy Elgammal · 1 year, 6 months ago
  15. 5a63d1e Add missing direct conv2d tests to dynamic fusion by SiCong Li · 1 year, 6 months ago
  16. a18d85c Dynamic Fusion Pooling Layer 2d by Mohammed Suhail Munshi · 1 year, 6 months ago
  17. be13cea Revert "Update CPU kernels to remove x19" by Michael Tyler · 1 year, 5 months ago
  18. ba20975 Update CPU kernels to remove x19 by Michael Tyler · 1 year, 7 months ago
  19. f800adf Implement dynamic fusion reshape operator by Ramy Elgammal · 1 year, 7 months ago
  20. 9d3bd41 Move DWC native heuristic into the heuristic folder by Gian Marco Iodice · 1 year, 6 months ago
  21. a5cb79f Update the ClConv2d heuristic by Gian Marco Iodice · 1 year, 6 months ago
  22. aecb5d9 Implement Logits1DMaxShiftExpSum kernel component in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  23. 8ae5714 Add Resize/Scale operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 7 months ago
  24. b84e253 Add output operator for dynamic fusion by Viet-Hoa Do · 1 year, 7 months ago
  25. 3274172 Add CLAMP operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 7 months ago
  26. 1dc6ff1 Implement Cast operator in dynamic fusion by Gunes Bayir · 1 year, 7 months ago
  27. df6a3b0 Use heuristics for setting dynamic fusion direct conv2d tile sizes by Ramy Elgammal · 1 year, 7 months ago
  28. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 8 months ago
  29. 404462a Adding GpuAdd to dynamic fusion operators by Ramy Elgammal · 1 year, 8 months ago
  30. 03b2971 Integrate SME2 kernels by Viet-Hoa Do · 2 years, 1 month ago
  31. 7dc0234 Implement FP32/16 Depthwise Conv2d operator in dynamic fusion by Gunes Bayir · 1 year, 7 months ago
  32. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 8 months ago
  33. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 8 months ago
  34. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 8 months ago
  35. f44bbc5 Rewrite dynamic fusion by SiCong Li · 1 year, 10 months ago
  36. 6e09e14 INT8 Quantized MeanStdDevNorm (LayerNorm) by Murray Kornelsen · 2 years ago
  37. 29db3d2 Add LUT for quantized sigmoid function by Viet-Hoa Do · 1 year, 11 months ago
  38. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 2 months ago
  39. c6b7913 Fix direct convolution cases that were failing on Odroid by Adnan AlSinan · 2 years ago
  40. a1f7851 Integrate new winograd APIs from MLTech by ramelg01 · 2 years ago
  41. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  42. 2cc50b3 Extended direct conv 2d interface for tuning the OpenCl kernel by Gian Marco Iodice · 2 years, 1 month ago
  43. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years ago
  44. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  45. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  46. 8a16488 Update Neon™ depthwise kernel by ramelg01 · 2 years, 3 months ago
  47. c827e99 Update Neon™ pooling kernel by ramelg01 · 2 years, 3 months ago
  48. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  49. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  50. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  51. 5d606cc Fix CpuGemmAssemblyDispatch::has_opt_impl. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  52. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 4 months ago
  53. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  54. 41a729e Decouple fuseBatchNormalizationKernel by Yair Schwarzbaum · 2 years, 8 months ago
  55. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  56. 298b2c0 Decouple castKernel by Yair Schwarzbaum · 2 years, 5 months ago
  57. a538ae5 Multi ISA Technical Debt by Dana Zlotnik · 2 years, 4 months ago
  58. c9e519d Decouple CpuDirectConv2dKernel by alerah01 · 2 years, 5 months ago
  59. ebbae94 Decouple CpuDepthwiseConv2dNativeKernel by Dana Zlotnik · 2 years, 5 months ago
  60. 5e99318 Decouple NEL2NormalizeLayerKernel by Yair Schwarzbaum · 2 years, 6 months ago
  61. f6c2602 Exclude SVE & SVE2 paths from android.bp by Dana Zlotnik · 2 years, 5 months ago
  62. 256ac62 Decouple CpuGemmMatrixMultiplyKernel and CpuGemmMatrixAdditionKernel by Dana Zlotnik · 2 years, 5 months ago
  63. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  64. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  65. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  66. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  67. 8a9a0fb Select kernel decoupling by Anton Vainer · 2 years, 6 months ago
  68. d5c496d Decouple CpuElementwiseKernel by Dana Zlotnik · 2 years, 7 months ago
  69. c48a3e5 Decouple CpuSoftmaxKernel by Dana Zlotnik · 2 years, 6 months ago
  70. 027bcef Decouple NEMeanStdDevNormalizationKernel by Dana Zlotnik · 2 years, 6 months ago
  71. d7e2ec5 Decouple NEInstanceNormalizationLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  72. 3475ffe Decouple NEBoundingBoxTransformKernel by Dana Zlotnik · 2 years, 6 months ago
  73. 9ae5a4e Decouple NEROIAlignLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  74. 50ce277 Decouple NEGenerateProposalsLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  75. 143310c Decouple NEMaxUnpoolingLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  76. 2761993 Crop Kernel Decoupling by alerah01 · 2 years, 7 months ago
  77. 3229171 Decouple CpuActivationKernel by Dana Zlotnik · 2 years, 7 months ago
  78. b6e49eb Update A510 arm_gemm cpu Kernels by ramelg01 · 2 years, 7 months ago
  79. 3012435 Remove padding from ClDirectConv2dKernel by Adnan AlSinan · 2 years, 7 months ago
  80. bd2942d Decouple CpuAddKernel by Dana Zlotnik · 2 years, 8 months ago
  81. 9e8a770 Decouple data type for NERangeKernel by Yair Schwarzbaum · 2 years, 8 months ago
  82. 9cca592 Improve start-up timer for GeMM (floating-point): by ramelg01 · 2 years, 8 months ago
  83. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 8 months ago
  84. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  85. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  86. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  87. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  88. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  89. 8229e5a Fix of linking errors to find CPPSplit symbols when compiling android nn driver by ramelg01 · 2 years, 9 months ago
  90. 4a6d9e8 Provide logging for configure functions in all CPP functions by ramelg01 · 2 years, 9 months ago
  91. 93f7c3f Add OpenCL sources to Android.bp file by Jakub Sujak · 2 years, 9 months ago
  92. e4563a0 Adds Conv3d reference implementation support. by Adnan AlSinan · 2 years, 10 months ago
  93. 58d3c5a Fixed android nn driver compiler error by Pablo Marquez Tello · 2 years, 10 months ago
  94. d216f57 Update cpu depthwise kernels by Freddie Liardet · 2 years, 11 months ago
  95. 2c74f13 Fix Android.bp errors by Freddie Liardet · 2 years, 10 months ago
  96. b8025b3 List OpenCL kernels in Android.bp script by Michele Di Giorgio · 2 years, 10 months ago
  97. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  98. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  99. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  100. ba2dd82 Benchmark and set default LWS for GEMM, Direct convolution and Winograd by Giorgio Arena · 3 years ago