1. a2561f0 Fix doxygen warnings by ramy.elgammal@arm.com · 1 year, 1 month ago
  2. 94abde4 Add Fused Activation to OpenCL MatMul by Mohammed Suhail Munshi · 1 year, 1 month ago
  3. 043613f Break up Utils.h a bit to reduce unused code being included everywhere by Matthew Bentham · 1 year, 1 month ago
  4. f1aeab9 Break up arm_compute/core/Types.h a bit by Matthew Bentham · 1 year, 1 month ago
  5. e9b3ee2 Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int_8 failures by Jakub Sujak · 1 year, 3 months ago
  6. a25582c Fix the gather layer indices check by Viet-Hoa Do · 1 year, 4 months ago
  7. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 3 months ago
  8. f26ea2f Implement MatMul Function by Ramy Elgammal · 1 year, 3 months ago
  9. fff9a4c Add Cropping to CLBatchToSpace by Omar Al Khatib · 1 year, 3 months ago
  10. 4ceb453 Add CropInfo to BatchToSpace reference and fixture by SiCong Li · 1 year, 4 months ago
  11. 1b6377b Add broadcast batched matmul validation cases by SiCong Li · 1 year, 6 months ago
  12. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 8 months ago
  13. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 8 months ago
  14. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 8 months ago
  15. dc73246 Fix compiler warning by Pablo Marquez Tello · 1 year, 9 months ago
  16. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  17. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  18. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  19. 0a486cf Enable dynamic cl tuning for dynamically fused kernels by SiCong Li · 2 years, 3 months ago
  20. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  21. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 4 months ago
  22. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  23. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  24. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  25. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 7 months ago
  26. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 9 months ago
  27. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 9 months ago
  28. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  29. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  30. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  31. 8afe6c7 OpenCL job chaining support by Giorgio Arena · 2 years, 10 months ago
  32. b8025b3 List OpenCL kernels in Android.bp script by Michele Di Giorgio · 2 years, 10 months ago
  33. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  34. 3f74389 Remove 21.08 deprecated code by Freddie Liardet · 3 years ago
  35. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years ago
  36. 529b5a2 Port ClFullyConnected to new API by Georgios Pinitas · 3 years ago
  37. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  38. f4e84fb Port ClGemmLowp to new API by Georgios Pinitas · 3 years ago
  39. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  40. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  41. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  42. 2eb5d16 Align kernel/operator header layout by Georgios Pinitas · 3 years ago
  43. bc4e311 Implement FP GPU depthwise convolution 1x1 kernel for in-place computation by SiCongLi · 3 years ago
  44. 399f623 Port ClGemmLowpOutputStage operator to new interface by Georgios Pinitas · 3 years ago
  45. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  46. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  47. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  48. ef5aac6 Add FP16 support to CLRemap by Freddie Liardet · 3 years, 1 month ago
  49. c6f4ec3 Port CLWinogradConvolutionLayer with ClWinogradConv2d by Manuel Bottini · 3 years, 2 months ago
  50. 94f799e Fix incorrect memory handling in ported functions by Manuel Bottini · 3 years, 1 month ago
  51. 36dff9f Add NHWC support to CLRemap by Frederick Liardet · 3 years, 2 months ago
  52. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  53. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 1 month ago
  54. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  55. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  56. 494b97a Port CLFlattenLayer to a memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  57. 2cd5b31 Remove unused CLCoreRuntimeContext by Georgios Pinitas · 3 years, 2 months ago
  58. ee22030 Adding S32 Support to NEG operator in CLElementwiseUnaryLayer by Suhail Munshi · 3 years, 2 months ago
  59. ea11354 Remove deprecated functions by Sheri Zhang · 3 years, 2 months ago
  60. ef516e8 Rename Quantization/Dequantization kernels/operators to imperative mood by Georgios Pinitas · 3 years, 2 months ago
  61. 448cb45 Adding S32 support to CLPixelWiseMultiplication by Suhail Munshi · 3 years, 2 months ago
  62. 6124ce6 Update operator list part3 by Sheri Zhang · 3 years, 2 months ago
  63. 0dc0d8e Rename PixelwiseMultiplications to Mul for simplicity by Georgios Pinitas · 3 years, 2 months ago
  64. 6268742 Update operator list documentation. Part 2. by Teresa Charlin · 3 years, 2 months ago
  65. 3ecf9fe Remove OpenCL padding: CLReductionOperationKernel by Giorgio Arena · 3 years, 2 months ago
  66. e92b045 Add per-channel quantization support for CLDeconvolutionLayer by Freddie Liardet · 3 years, 3 months ago
  67. a47dcc2 Update operator list documentation by Sheri Zhang · 3 years, 3 months ago
  68. 402740d Add support for CLVK by Michalis Spyrou · 3 years, 3 months ago
  69. dcf4c87 CLDepthwiseConvolutionLayer rework - Part 1 by Giorgio Arena · 3 years, 3 months ago
  70. fe7ae81 CLInstanceNormalizationLayer NHWC optimisation by Pablo Marquez Tello · 3 years, 4 months ago
  71. 035004e Add support for a global allocator for OpenCL tensors by Georgios Pinitas · 3 years, 3 months ago
  72. 21c2895 Remove OpenCL padding: CLNormalizationLayerKernel by Manuel Bottini · 3 years, 3 months ago
  73. 91b7f74 Port CLConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  74. 0a66abe Fix CLDepthwiseConvolutionLayer QSYMM8_PER_CHANNEL mismatches by Giorgio Arena · 3 years, 3 months ago
  75. 6850889 Substitute CLFullyConnectedLayerReshapeWeights by CLTranspose by Teresa Charlin · 3 years, 3 months ago
  76. 8efed67 Fix build error in CLROIPoolingLayer by Michele Di Giorgio · 3 years, 3 months ago
  77. 4ed7b39 Added Qasymm8 datatype support to CLROIPoolingLayer with Tests by Suhail Munshi · 3 years, 4 months ago
  78. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  79. 2788609 Port ClTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  80. 1efed92 Make ClDirectConvolutionKernel stateless by Sheri Zhang · 3 years, 4 months ago
  81. f9ab9f9 Make ClPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago
  82. 3b131ab Port OpenCL Scale to new API by Manuel Bottini · 3 years, 5 months ago
  83. 9e73c93 Port OpenCL Dequantization to new API by Manuel Bottini · 3 years, 4 months ago
  84. 5a1bf62 Port OpenCL Quantization to new API by Manuel Bottini · 3 years, 4 months ago
  85. 201e0fe Make Softmax kernels on OpenCL stateless by Sang-Hoon Park · 3 years, 5 months ago
  86. 5ff38da Create ClPRelu operator by Sang-Hoon Park · 3 years, 4 months ago
  87. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 4 months ago
  88. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  89. 5b50f42 Update deprecation notices by Giorgio Arena · 3 years, 5 months ago
  90. bd8b1e2 Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part3 by SiCong Li · 3 years, 5 months ago
  91. db4a6c1 Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part2 by SiCong Li · 3 years, 5 months ago
  92. f5aad51 Report WBSM feature support in the documentation by Gian Marco Iodice · 3 years, 5 months ago
  93. 70858d8 Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part1 by SiCong Li · 3 years, 5 months ago
  94. 7e20e29 Make memset/copy functions state-less by Sheri Zhang · 3 years, 5 months ago
  95. e131466 Make CL Pooling kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  96. be9f9f9 Add WBSM tuning to CLTuner by Manuel Bottini · 3 years, 5 months ago
  97. c9c8905 Make CL Elementwise Unary kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  98. 237be03 Make Gpu Elementwise Operations kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  99. 4cfab18 Make CLArithmeticSubtraction kernel and function state-less by Michele Di Giorgio · 3 years, 5 months ago
  100. 1e0208a Make CLArithmeticAddition kernel and function state-less by Michele Di Giorgio · 3 years, 6 months ago