1. 739b024 Exclude SVE & SVE2 paths from android.bp by Dana Zlotnik · 2 years, 5 months ago branches/arm_compute_22_02 v22.02
  2. dbf6614 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  3. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  4. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  5. 8a9a0fb Select kernel decoupling by Anton Vainer · 2 years, 6 months ago
  6. d5c496d Decouple CpuElementwiseKernel by Dana Zlotnik · 2 years, 7 months ago
  7. c48a3e5 Decouple CpuSoftmaxKernel by Dana Zlotnik · 2 years, 6 months ago
  8. 027bcef Decouple NEMeanStdDevNormalizationKernel by Dana Zlotnik · 2 years, 6 months ago
  9. d7e2ec5 Decouple NEInstanceNormalizationLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  10. 3475ffe Decouple NEBoundingBoxTransformKernel by Dana Zlotnik · 2 years, 6 months ago
  11. 9ae5a4e Decouple NEROIAlignLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  12. 50ce277 Decouple NEGenerateProposalsLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  13. 143310c Decouple NEMaxUnpoolingLayerKernel by Dana Zlotnik · 2 years, 6 months ago
  14. 2761993 Crop Kernel Decoupling by alerah01 · 2 years, 7 months ago
  15. 3229171 Decouple CpuActivationKernel by Dana Zlotnik · 2 years, 7 months ago
  16. b6e49eb Update A510 arm_gemm cpu Kernels by ramelg01 · 2 years, 7 months ago
  17. 3012435 Remove padding from ClDirectConv2dKernel by Adnan AlSinan · 2 years, 7 months ago
  18. bd2942d Decouple CpuAddKernel by Dana Zlotnik · 2 years, 8 months ago
  19. 9e8a770 Decouple data type for NERangeKernel by Yair Schwarzbaum · 2 years, 8 months ago
  20. 9cca592 Improve start-up timer for GeMM (floating-point): by ramelg01 · 2 years, 8 months ago
  21. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 8 months ago
  22. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  23. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  24. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  25. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  26. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  27. 8229e5a Fix of linking errors to find CPPSplit symbols when compiling android nn driver by ramelg01 · 2 years, 9 months ago
  28. 4a6d9e8 Provide logging for configure functions in all CPP functions by ramelg01 · 2 years, 9 months ago
  29. 93f7c3f Add OpenCL sources to Android.bp file by Jakub Sujak · 2 years, 9 months ago
  30. e4563a0 Adds Conv3d reference implementation support. by Adnan AlSinan · 2 years, 10 months ago
  31. 58d3c5a Fixed android nn driver compiler error by Pablo Marquez Tello · 2 years, 10 months ago
  32. d216f57 Update cpu depthwise kernels by Freddie Liardet · 2 years, 11 months ago
  33. 2c74f13 Fix Android.bp errors by Freddie Liardet · 2 years, 10 months ago
  34. b8025b3 List OpenCL kernels in Android.bp script by Michele Di Giorgio · 2 years, 10 months ago
  35. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  36. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  37. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  38. ba2dd82 Benchmark and set default LWS for GEMM, Direct convolution and Winograd by Giorgio Arena · 3 years ago
  39. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years ago
  40. 529b5a2 Port ClFullyConnected to new API by Georgios Pinitas · 3 years ago
  41. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  42. 97426a7 Remove generated kernels that overlap hand-written ones by Georgios Pinitas · 3 years ago
  43. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  44. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  45. f4e84fb Port ClGemmLowp to new API by Georgios Pinitas · 3 years ago
  46. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  47. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  48. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  49. 13ef176 Improve filelist for GPU by Georgios Pinitas · 3 years ago
  50. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  51. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  52. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  53. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  54. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years ago
  55. 06ac6e4 Add basic Operator interface by Georgios Pinitas · 3 years ago
  56. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  57. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 2 months ago
  58. 4dfc553 Port NEGEMM to memory injecting interface (Part 3) by Michele Di Giorgio · 3 years ago
  59. 399f623 Port ClGemmLowpOutputStage operator to new interface by Georgios Pinitas · 3 years ago
  60. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  61. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  62. 53832b2 Port NEGEMM to memory injecting interface (Part 2) by Michele Di Giorgio · 3 years ago
  63. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago
  64. cd060c4 Rename pooling implementation folder to pool2d by Georgios Pinitas · 3 years ago
  65. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 2 months ago
  66. 31c7c26 Update Android.bp file by Michalis Spyrou · 3 years ago
  67. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years, 1 month ago
  68. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years ago
  69. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 5 months ago
  70. 08302c1 Add CPU discovery capabilities. by Georgios Pinitas · 3 years, 1 month ago
  71. c6f4ec3 Port CLWinogradConvolutionLayer with ClWinogradConv2d by Manuel Bottini · 3 years, 1 month ago
  72. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  73. 84f8aa7e Enable SIMD optimizations on bp file by Georgios Pinitas · 3 years, 1 month ago
  74. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 2 months ago
  75. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 1 month ago
  76. d89e2fa Create CpuGemmDirectConv2d by Sang-Hoon Park · 3 years, 1 month ago
  77. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  78. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  79. 37f4b2e Fix android build include directory by Sang-Hoon Park · 3 years, 1 month ago
  80. 494b97a Port CLFlattenLayer to a memory injecting interface by Georgios Pinitas · 3 years, 1 month ago
  81. 9e1f074 Port NEFlatten layer to a memory injecting interface by Georgios Pinitas · 3 years, 1 month ago
  82. 0c19cbd Move memory management out of CpuPooling by Michele Di Giorgio · 3 years, 2 months ago
  83. 4f7693d Rename NEGEMMAssembly to CpuGemmAssembly by Sang-Hoon Park · 3 years, 2 months ago
  84. 2cd5b31 Remove unused CLCoreRuntimeContext by Georgios Pinitas · 3 years, 2 months ago
  85. 908f616 Creates ClKerneLibrary to serve just as a kernel container without build logic by Georgios Pinitas · 3 years, 2 months ago
  86. ef516e8 Rename Quantization/Dequantization kernels/operators to imperative mood by Georgios Pinitas · 3 years, 2 months ago
  87. 0dc0d8e Rename PixelwiseMultiplications to Mul for simplicity by Georgios Pinitas · 3 years, 2 months ago
  88. c3c352e Add Queue support by Georgios Pinitas · 3 years, 3 months ago
  89. 778b95c Update assembly code by Michalis Spyrou · 3 years, 2 months ago
  90. dcf4c87 CLDepthwiseConvolutionLayer rework - Part 1 by Giorgio Arena · 3 years, 2 months ago
  91. 562bee5 Port CpuConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  92. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  93. c6fcfb4 Add Tensor related utilities to the new API by Sang-Hoon Park · 3 years, 3 months ago
  94. 327225d Port NEDirectConvolutionLayer to new API by Manuel Bottini · 3 years, 3 months ago
  95. 91b7f74 Port CLConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  96. 3f26ef4 Add tensor related data structures for the new API by Georgios Pinitas · 3 years, 4 months ago
  97. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  98. 2788609 Port ClTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  99. 1e3ab42 Make CpuPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago
  100. 1efed92 Make ClDirectConvolutionKernel stateless by Sheri Zhang · 3 years, 4 months ago