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