1. 2788609 Port ClTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  2. 702dc0c Remove usage of valid window region CL - NHWC by Michalis Spyrou · 3 years, 4 months ago
  3. a8903c8 Improve performance of Winograd Output Transform 3x3 by Gian Marco Iodice · 3 years, 3 months ago
  4. 1efed92 Make ClDirectConvolutionKernel stateless by Sheri Zhang · 3 years, 4 months ago
  5. f9ab9f9 Make ClPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago
  6. 3b131ab Port OpenCL Scale to new API by Manuel Bottini · 3 years, 4 months ago
  7. 9e73c93 Port OpenCL Dequantization to new API by Manuel Bottini · 3 years, 4 months ago
  8. 5a1bf62 Port OpenCL Quantization to new API by Manuel Bottini · 3 years, 4 months ago
  9. 201e0fe Make Softmax kernels on OpenCL stateless by Sang-Hoon Park · 3 years, 5 months ago
  10. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 4 months ago
  11. c40562d Avoid nullptr dereference of vector_sum_col by Georgios Pinitas · 3 years, 4 months ago
  12. 9a09180 Set CLDirectConvolutionLayerKernel NCHW _border_size to input padding by Giorgio Arena · 3 years, 5 months ago
  13. edc524e Revert changes on tensor's strides and fix CLDepthwiseConvolution 3x3 Quantized by Giorgio Arena · 3 years, 5 months ago
  14. 9f7d55a Fix CLDepthwiseConvolutionLayer 3x3 QASYMM8 by Giorgio Arena · 3 years, 5 months ago
  15. 7e20e29 Make memset/copy functions state-less by Sheri Zhang · 3 years, 5 months ago
  16. 0841ca0 Fix OpenCL direct convolution by Gian Marco Iodice · 3 years, 5 months ago
  17. 8d8a1c5 Fix segfault in fsrcnn.tflite in GpuAcc by Teresa Charlin · 3 years, 5 months ago
  18. e131466 Make CL Pooling kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  19. 655e8c6 Make data_layout an attribute of the Scale function by Michele Di Giorgio · 3 years, 5 months ago
  20. c9c8905 Make CL Elementwise Unary kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  21. 1e0208a Make CLArithmeticAddition kernel and function state-less by Michele Di Giorgio · 3 years, 5 months ago
  22. e36208c CTS failures in Android R and Q in GpuAcc in ArgMinMax by Giorgio Arena · 3 years, 5 months ago
  23. f47f718 Make CLFloor and CLActivation kernels and functions state-less by Georgios Pinitas · 3 years, 6 months ago
  24. 7d61ff0 Make all CL Concatenate kernels and functions state-less by Michele Di Giorgio · 3 years, 6 months ago
  25. d95c3e8 Direct convolution fix for quantized data type by Gian Marco Iodice · 3 years, 6 months ago
  26. ff1fe3e Remove padding from direct convolution - OpenCL by Gian Marco Iodice · 3 years, 6 months ago
  27. 0f3d597 Remove OpenCL padding CLTransposeKernel by Manuel Bottini · 3 years, 6 months ago
  28. 3d3a01c Remove padding for CLArgMinMaxLayerKernel and fix CLRange mismatches by Giorgio Arena · 3 years, 6 months ago
  29. e78ef6f Remove OpenCL padding CLFloorKernel by Manuel Bottini · 3 years, 6 months ago
  30. 4f77ba9 Remove OpenCL padding: CLROIAlignLayerKernel by Manuel Bottini · 3 years, 6 months ago
  31. 9324022 Remove OpenCL padding: CLPadLayerKernel by Giorgio Arena · 3 years, 6 months ago
  32. 410e21e Fix baremetal arm_compute_validation build errors by SiCongLi · 3 years, 7 months ago
  33. 0c58f99 Remove OpenCL padding CLScaleKernel by Manuel Bottini · 3 years, 7 months ago
  34. 2567adf Add new shapes to WinogradInputTransform dataset and fix border size for NCHW data layout by Giorgio Arena · 3 years, 7 months ago
  35. b6869dd Adding no padding check asserts to specific CL Kernels by Manuel Bottini · 3 years, 7 months ago
  36. 6cca993 COMPMID-3919: Remove OpenCL Padding CLSelectKernel by Manuel Bottini · 3 years, 7 months ago
  37. ea7de7b Enable FFT for FP16 by Giorgio Arena · 3 years, 7 months ago
  38. c53266e Remove (CL/NE)UpsampleLayer in favor to (NE/CL)Scale by Georgios Pinitas · 3 years, 7 months ago
  39. 15bc848 [Review Shape] CLDepthwiseConvolutionLayer mismatches by Giorgio Arena · 3 years, 7 months ago
  40. 63bb7ca COMPMID-3921: Remove OpenCL Padding CLBitwiseKernel by Manuel Bottini · 3 years, 7 months ago
  41. 0b1c2db Remove (NE/CL)YoloLayer support by Georgios Pinitas · 3 years, 7 months ago
  42. e2696b1 Wrap Flatten layer over reshape by Georgios Pinitas · 3 years, 7 months ago
  43. 96b16b6 Remove support for (NE/CL)LocallyConnectedLayer by Georgios Pinitas · 3 years, 7 months ago
  44. d308df3 Remove unused CLGEMMMatrixVectorMultiplyKernel by Georgios Pinitas · 3 years, 7 months ago
  45. add8e81 COMPMID-3862: Add support QASYMM8 LEAKY RELU activation by Sang-Hoon Park · 3 years, 7 months ago
  46. 9a6131b COMPMID-4026 Fix FP32 CLDirectConvolutionLayer nightly mismatches by SiCong Li · 3 years, 7 months ago
  47. a243205 COMPMID-3916: Remove OpenCL padding CLRangeKernel by Manuel Bottini · 3 years, 7 months ago
  48. 2dbc586 COMPMID-3961: Cleaning up logical operators on OpenCL by Sang-Hoon Park · 3 years, 8 months ago
  49. 75eea33 COMPMID-3961: Add Logical OR/AND/NOT operator on CL by Sang-Hoon Park · 3 years, 8 months ago
  50. 04a0706 COMPMID-3979 Sanitise Padding Removal epic by SiCong Li · 3 years, 8 months ago
  51. 17b7102 COMPMID-3973: CTS failure in QASYMM8_SIGNED Depthwise and Fully connected when fusing Bounded ReLU in Android R GpuAcc by Michele Di Giorgio · 3 years, 8 months ago
  52. 28a46c9 COMPMID-3956: Nightly CL failure on G71 with error code -7 by Manuel Bottini · 3 years, 8 months ago
  53. 2d1a835 COMPMID-3735 Remove OpenCL padding: CLSoftmaxLayerKernel by Giorgio Arena · 3 years, 8 months ago
  54. 18bdfae COMPMID-3951 LargeGraph_FLOAT32_Rank4_25 CTS failures in Android Q in CL Fix1 by SiCong Li · 3 years, 8 months ago
  55. 0ea50e3 COMPMID-3730: Remove CLGEMMMatrixMultiplyKernel Patch2 by SiCong Li · 3 years, 8 months ago
  56. bef7fa2 COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src by Sang-Hoon Park · 3 years, 9 months ago
  57. 4abc9d1 COMPMID-3730 Remove padding from CLGEMMMatrixMultiplyKernel Patch1 by SiCong Li · 3 years, 8 months ago
  58. 491f30c COMPMID-3939: Update GEMM heuristic Mali-G77 by Gian Marco Iodice · 3 years, 8 months ago
  59. 488f508 COMPMID-3721: Remove OpenCL padding CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel by Manuel Bottini · 3 years, 8 months ago
  60. 27d92fd COMPMID-3928: Fix output conversion in gemmlowp_mm_native by Michele Di Giorgio · 3 years, 8 months ago
  61. c1530a4 COMPMID-3742: Remove OpenCL padding CLWinogradFilterTransformKernel by Manuel Bottini · 3 years, 8 months ago
  62. 8cf753f COMPMID-3720: Remove OpenCL padding CLGEMMLowpMatrixMultiplyReshapedKernel by Manuel Bottini · 3 years, 9 months ago
  63. 11d7327 COMPMID-3706: Add padding assert for kernels that don't have padding by Sheri Zhang · 3 years, 8 months ago
  64. 7292362 COMPMID-3737: Remove OpenCL padding: CLWidthConcatenate2TensorsKernel by Sheri Zhang · 3 years, 8 months ago
  65. 5a4284d COMPMID-3710: Remove OpenCL padding: CLDepthConvertLayerKernel by Sheri Zhang · 3 years, 9 months ago
  66. 1b50bd4 COMPMID-3793: Remove OpenCL padding: CLWidthConcatenateLayerKernel by Sheri Zhang · 3 years, 8 months ago
  67. 9ae06d4 COMPMID-3925: Dispatch CLGEMM with no padding y requirement by Gian Marco Iodice · 3 years, 8 months ago
  68. 5f91041 COMPMID-3741: Remove OpenCL padding: CLWinogradOutputTransformKernel by Gian Marco Iodice · 3 years, 9 months ago
  69. 4112eed COMPMID-3731 Remove OpenCL padding: CLHeightConcatenateLayerKernel by Giorgio Arena · 3 years, 8 months ago
  70. 3580c75 COMPMID-3708 Remove OpenCL padding: CLCopyKernel [Patch2] by SiCong Li · 3 years, 9 months ago
  71. 79acd77 COMPMID-3713 Remove OpenCL padding: CLDepthwiseConvolutionLayerNativeKernel by Giorgio Arena · 3 years, 8 months ago
  72. 40192c1 COMPMID-3708 Remove OpenCL padding: CLCopyKernel [Patch1] by SiCong Li · 3 years, 9 months ago
  73. 0bfe39f COMPMID-3722: Remove OpenCL padding: CLGEMMLowpOffsetContributionKernel by Michele Di Giorgio · 3 years, 9 months ago
  74. aae3410 COMPMID-3729: Remove OpenCL padding: CLGEMMLowpReductionKernel by Michele Di Giorgio · 3 years, 9 months ago
  75. 861c2ec COMPMID-3718 Remove OpenCL padding: CLFuseBatchNormalizationKernel by Giorgio Arena · 3 years, 9 months ago
  76. 1e2af2a COMPMID-3712 Remove OpenCL padding: CLDepthwiseConvolutionLayer3x3NHWCKernel FP16/32 by Giorgio Arena · 3 years, 9 months ago
  77. ed2a8ed COMPMID-3715: Remove OpenCL padding - CLElementwiseOperationKernel by Manuel Bottini · 3 years, 9 months ago
  78. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 9 months ago
  79. bc6c374 COMPMID-3740: Remove OpenCL padding: CLWinogradInputTransformKernel by Gian Marco Iodice · 3 years, 9 months ago
  80. 7333e1f COMPMID-3732: Remove OpenCL padding from CLPoolingLayer by Gian Marco Iodice · 3 years, 9 months ago
  81. 671d4f0 COMPMID-3724: Remove OpenCL padding: CLGEMMLowpQuantizeDownInt32ScaleByFloatKernel by Michele Di Giorgio · 3 years, 9 months ago
  82. cf343e3 COMPMID-3719: Remove OpenCL padding: CLGEMMLowpMatrixMultiplyNativeKernel by morgolock · 3 years, 9 months ago
  83. ba14c92 COMPMID-3829: Create CLGEMMLowpQuantizeDownInt32ScaleByFixedPointKernel and remove padding from related OpenCL kernels by Michele Di Giorgio · 3 years, 9 months ago
  84. 141c31a COMPMID-3705: Remove OpenCL padding: CLBatchNormalizationLayerKernel by Sheri Zhang · 3 years, 9 months ago
  85. d056e57 COMPMID-3826 ArmNN Nightly failing for CL by Giorgio Arena · 3 years, 9 months ago
  86. 5304884 COMPMID-3704 Remove OpenCL padding: CLBatchConcatenateLayerKernel by Giorgio Arena · 3 years, 9 months ago
  87. d304adb COMPMID-3703 Remove OpenCL padding: CLActivationLayerKernel + create utility macro by Giorgio Arena · 3 years, 9 months ago
  88. 6f93134 COMPMID-3671: Extend cl image support to f16 in CLGEMMMatrixMultiplyReshapedKernel by Gian Marco Iodice · 3 years, 10 months ago
  89. 8a14b2c COMPMID-3748: Compiler issue with Bfloat16 on gcc8 by Georgios Pinitas · 3 years, 10 months ago
  90. 5bdde85 COMPMID-3670 Extend cl image support to f16 in CLGEMMReshapeRHSMatrixKernel by SiCong Li · 3 years, 10 months ago
  91. 96209c7 COMPMID-3694 COMPMID-3695 COMPMID-3458: Softmax Axis by SiCong Li · 3 years, 11 months ago
  92. 088d63a COMPMID-3337: Remove write paddings in both axes from CLGEMMMatrixMultiplyReshapedKernel by Gian Marco Iodice · 3 years, 11 months ago
  93. 73cdaac COMPMID-3335: Remove x/y-axis padding from CLGEMMReshapeLHSMatrixKernel by Gian Marco Iodice · 3 years, 11 months ago
  94. f650ea5 COMPMID-3339: Patch2: Remove paddings from im2col*_nhwc cl kernel by SiCong Li · 4 years ago
  95. b972ae6 COMPMID-3652 Fix CLFullyConnectedLayer failure on S10 by SiCong Li · 4 years ago
  96. 4d81d75 COMPMID-2450: Implement CLMaxUnpoolingLayer by Gian Marco Iodice · 4 years ago
  97. 801bbcb COMPMID-2479: Extend CLPoolingLayer max pooling to extract indices by Sheri Zhang · 4 years ago
  98. 0499dff COMPMID-3392: Collapse TensorMaps into a single TensorPack by Georgios Pinitas · 4 years ago
  99. 7a81d2a COMPMID-3624: CTS failure on Resize quantized in Neon and CL by Michele Di Giorgio · 4 years ago
  100. 42e5736 COMPMID-2078: Remove legacy TODOs by Georgios Pinitas · 4 years ago