1. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  2. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  3. 298b2c0 Decouple castKernel by Yair Schwarzbaum · 2 years, 5 months ago
  4. 918a9fb Add Pool3d reference implementation by Gunes Bayir · 2 years, 5 months ago
  5. ebbae94 Decouple CpuDepthwiseConv2dNativeKernel by Dana Zlotnik · 2 years, 5 months ago
  6. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  7. 2134d1b Int32 to Float32 implicit casting fix by Mohammed Suhail Munshi · 2 years, 5 months ago
  8. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  9. ab2bc73 Adding support for Arm Mali-G710 by Gian Marco Iodice · 2 years, 5 months ago
  10. 5ae8d80 Enable kernel selection testing (Phase #1) by Giorgio Arena · 2 years, 8 months ago
  11. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 6 months ago
  12. b2eba7f Replacing non-inclusive terms with proper terms by ramelg01 · 2 years, 6 months ago
  13. d917614 Fix logging bug in graph library by SiCongLi · 2 years, 7 months ago
  14. cff6f3b Fix 300% Regression CPU - Change default mws value in Kernel files by Mohammed Suhail Munshi · 2 years, 7 months ago
  15. b75d624 Graph Fusion With Post Ops Fix by ramelg01 · 2 years, 7 months ago
  16. dc2282f Update OpenCL headers by Pablo Marquez Tello · 2 years, 7 months ago
  17. ebefe52 Fix Cpu Conv3d gcc 8.3 build issues by Freddie Liardet · 2 years, 7 months ago
  18. 9cca592 Improve start-up timer for GeMM (floating-point): by ramelg01 · 2 years, 8 months ago
  19. d7154db Implement 1D Adaptive Workload Splitting in CPPScheduler by Dana Zlotnik · 2 years, 8 months ago
  20. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  21. f2c022e Enable fast_math in CpuFullyConnected by cfRod · 2 years, 8 months ago
  22. c65023e Refine code for graph level fusion by Sheri Zhang · 2 years, 8 months ago
  23. d928735 Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with post ops by SiCongLi · 2 years, 8 months ago
  24. 6049eda Add PRelu to supported PostOps in: by ramelg01 · 2 years, 8 months ago
  25. fb22803 Add graph level convolution fusion with post operator by Sheri Zhang · 2 years, 8 months ago
  26. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 9 months ago
  27. eb8bd81 Fix dst "widening" validation by SiCongLi · 2 years, 8 months ago
  28. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  29. 69df64f Improve conv3d validation by Freddie Liardet · 2 years, 8 months ago
  30. f727ef4 Add uint8/int8 support to cpu conv3d by Freddie Liardet · 2 years, 9 months ago
  31. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 9 months ago
  32. 5dda217 DirectConv3d support refine by Sheri Zhang · 2 years, 9 months ago
  33. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  34. 4cdd6b8 Implement Minimum Workload Size (MWS) in all CPPKernels used by small networks by Dana Zlotnik · 2 years, 9 months ago
  35. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  36. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  37. ded3663 Remove padding in cpuPool2d NCHW by Freddie Liardet · 2 years, 10 months ago
  38. c9fe9fc Add support for 5D data layout indexing by Giorgio Arena · 2 years, 9 months ago
  39. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  40. 8229e5a Fix of linking errors to find CPPSplit symbols when compiling android nn driver by ramelg01 · 2 years, 9 months ago
  41. 4a6d9e8 Provide logging for configure functions in all CPP functions by ramelg01 · 2 years, 9 months ago
  42. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  43. 61b6e24 Use std::vector instead of Coordinates for ITensorInfo's _dims_state by Giorgio Arena · 2 years, 9 months ago
  44. 79cb945 Update OpenCL header file to version 2020.12.18 by Sheri Zhang · 2 years, 10 months ago
  45. cbbb038 Provide logging for configure functions in all NEON functions by ramelg01 · 2 years, 10 months ago
  46. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  47. e4563a0 Adds Conv3d reference implementation support. by Adnan AlSinan · 2 years, 10 months ago
  48. 67b9d7f Remove WinogradInputTransform from operator list by Sheri Zhang · 2 years, 10 months ago
  49. 814bddf Fuse pad layer with subsequent convolution layer by Gunes Bayir · 2 years, 10 months ago
  50. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  51. 8afe6c7 OpenCL job chaining support by Giorgio Arena · 2 years, 10 months ago
  52. b8025b3 List OpenCL kernels in Android.bp script by Michele Di Giorgio · 2 years, 10 months ago
  53. e920d6a Printing operators parameters, currently for CpuAdd operator only. by Ramy Elgammal · 2 years, 11 months ago
  54. b1db6e1 Fixed compiler error by Pablo Marquez Tello · 2 years, 10 months ago
  55. 9c67d38 Remove map/unmap overhead for input/output accessor when using DummyAccessor by Giorgio Arena · 2 years, 11 months ago
  56. 87a74ef Re-use auxiliary memory withing CpuWinogradConv2d operators by Georgios Pinitas · 2 years, 11 months ago
  57. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  58. 73df931 Address comments on avoiding releasing weights if used by multiple functions by Giorgio Arena · 2 years, 11 months ago
  59. 45fbf9f Avoid releasing weights if they are used by multiple functions by Georgios Pinitas · 2 years, 11 months ago
  60. ced49dc Remove TODO, FIXME and COMPMID comments where possible by Freddie Liardet · 2 years, 11 months ago
  61. 3f74389 Remove 21.08 deprecated code by Freddie Liardet · 2 years, 11 months ago
  62. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  63. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years ago
  64. 529b5a2 Port ClFullyConnected to new API by Georgios Pinitas · 3 years ago
  65. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  66. a86433a Reduce binary footprint of CpuConvertFullyConnectedWeightsKernel by Michele Di Giorgio · 3 years ago
  67. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  68. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  69. 69a9ac4 Expose fast_math mode for GEMM through BFloat16 by Georgios Pinitas · 3 years ago
  70. f4e84fb Port ClGemmLowp to new API by Georgios Pinitas · 3 years ago
  71. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  72. 2b147ee Avoid multiple Rhs matrix transformation on ClGemm by Georgios Pinitas · 3 years ago
  73. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  74. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  75. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  76. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  77. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  78. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  79. dd23f2a Add LayerData to all nodes by Freddie Liardet · 3 years ago
  80. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years ago
  81. 06ac6e4 Add basic Operator interface by Georgios Pinitas · 3 years ago
  82. 5e28181 Fix manual LOOP_UNROLLING by Gian Marco Iodice · 3 years ago
  83. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  84. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  85. 2eb5d16 Align kernel/operator header layout by Georgios Pinitas · 3 years ago
  86. 4dfc553 Port NEGEMM to memory injecting interface (Part 3) by Michele Di Giorgio · 3 years ago
  87. bc4e311 Implement FP GPU depthwise convolution 1x1 kernel for in-place computation by SiCongLi · 3 years ago
  88. 399f623 Port ClGemmLowpOutputStage operator to new interface by Georgios Pinitas · 3 years ago
  89. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  90. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  91. 53832b2 Port NEGEMM to memory injecting interface (Part 2) by Michele Di Giorgio · 3 years ago
  92. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago
  93. 4a95bba Set up the framework to choose the default LWS by Giorgio Arena · 3 years ago
  94. b1496e6 Add code to detect Mali(TM) G31 by Pablo Marquez Tello · 3 years ago
  95. d7316eb Port NEGEMMConv2d to memory injecting interface by Michele Di Giorgio · 3 years, 1 month ago
  96. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  97. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years, 1 month ago
  98. 1d35927 Add in-place computation for elementwise operations by Sheri Zhang · 3 years, 1 month ago
  99. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years ago
  100. ef5aac6 Add FP16 support to CLRemap by Freddie Liardet · 3 years, 1 month ago