1. 6829e02 Fix divide-by-zero compilation error by Viet-Hoa Do · 6 months ago
  2. 704c22f [GPU] Update Reverse layer to allow negative axis and reversed axis order by Adnan AlSinan · 8 months ago
  3. 95d477e Remove padding from CL comparison operator by Viet-Hoa Do · 9 months ago
  4. c210c85 Optimize CL reduction operation by Viet-Hoa Do · 9 months ago
  5. afd38f0 Apply clang-format on repository by Felix Thomasmathibalan · 9 months ago
  6. 338ef46 Optimize CLReduce for Min/Max Axis=0 by Gunes Bayir · 12 months ago
  7. 0c19f59 Fix CL Tile operator by Viet-Hoa Do · 11 months ago
  8. 9129549 Retain back-compatibility for arm_compute/core/Types.h by SiCong Li · 12 months ago
  9. 8dfb882 Enable S64 output in CLArgMinMax by Pablo Marquez Tello · 12 months ago
  10. 314d3e2 Break up core/Utils.h to reduce unused code being included everywhere by Matthew Bentham · 1 year ago
  11. 4c0a38a Disable kernel size 3 in argminmax for axis 0 by Pablo Marquez Tello · 12 months ago
  12. 9b392d7 Rewrote CLArgMinMax for axis 0 by Pablo Marquez Tello · 1 year ago
  13. f1aeab9 Break up arm_compute/core/Types.h a bit by Matthew Bentham · 1 year, 1 month ago
  14. cdd1e03 Support multi-dimensional indices in the CL Gather Layer up to four-dimensional output tensors by Omar Al Khatib · 1 year, 2 months ago
  15. a25582c Fix the gather layer indices check by Viet-Hoa Do · 1 year, 4 months ago
  16. fff9a4c Add Cropping to CLBatchToSpace by Omar Al Khatib · 1 year, 3 months ago
  17. 5a7d157 Fix BatchToSpaceFixture by SiCong Li · 1 year, 4 months ago
  18. 3cce35d Extend cl image support to input and output tensors by Gian Marco Iodice · 1 year, 6 months ago
  19. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  20. 211a55d Optimize depthwise convolution on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  21. 552fe4c F16 Specialization for MeanStdDevNorm by Murray Kornelsen · 2 years ago
  22. 1257131 Enable Winograd-based conv2d when IFM>=8 on Gpu by Gian Marco Iodice · 1 year, 10 months ago
  23. fdb5342 Disable unsafe FP optimizations causing accuracy issues by Gunes Bayir · 2 years, 1 month ago
  24. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  25. e3b1974 Improve start-up time for depthwise convolution by Sheri Zhang · 2 years, 8 months ago
  26. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  27. aed61f2 Fix CLNormalizationLayer NCHW border calculation by SiCongLi · 2 years, 10 months ago
  28. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago
  29. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  30. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  31. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  32. 5e28181 Fix manual LOOP_UNROLLING by Gian Marco Iodice · 3 years ago
  33. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  34. bc4e311 Implement FP GPU depthwise convolution 1x1 kernel for in-place computation by SiCongLi · 3 years ago
  35. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  36. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  37. 4a95bba Set up the framework to choose the default LWS by Giorgio Arena · 3 years ago
  38. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  39. ef5aac6 Add FP16 support to CLRemap by Freddie Liardet · 3 years, 1 month ago
  40. c6f4ec3 Port CLWinogradConvolutionLayer with ClWinogradConv2d by Manuel Bottini · 3 years, 2 months ago
  41. 36dff9f Add NHWC support to CLRemap by Frederick Liardet · 3 years, 2 months ago
  42. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 1 month ago
  43. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  44. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  45. 538a076 Fix oclgrind error on CLGEMMLowp reshaped only RHS quantized per channel by Giorgio Arena · 3 years, 2 months ago
  46. ed4b8a0 Fix MeanStdDevNormalizationLayer reference outputting nan for FP16 by Giorgio Arena · 3 years, 2 months ago
  47. 7f8caf7 Fix integer overflow and null dereference by Michalis Spyrou · 3 years, 2 months ago
  48. e57e11d Remove padding from CLChannelShuffleLayerKernel by Manuel Bottini · 3 years, 2 months ago
  49. 78e7691 Remove TODOs by Sheri Zhang · 3 years, 2 months ago
  50. 1fac037 Fix bug on CLReductionOperation by Giorgio Arena · 3 years, 2 months ago
  51. 3ecf9fe Remove OpenCL padding: CLReductionOperationKernel by Giorgio Arena · 3 years, 2 months ago
  52. 3eb5d29 Remove padding from CLROIPoolingLayerKernel by Gian Marco Iodice · 3 years, 2 months ago
  53. 5c3eeec Fixed CTS failures CLInstanceNorm by Pablo Tello · 3 years, 2 months ago
  54. dcf4c87 CLDepthwiseConvolutionLayer rework - Part 1 by Giorgio Arena · 3 years, 3 months ago
  55. fe7ae81 CLInstanceNormalizationLayer NHWC optimisation by Pablo Marquez Tello · 3 years, 4 months ago
  56. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  57. 4f1650f Remove padding from CLNormalizePlanarYUVLayerKernel by Sheri Zhang · 3 years, 3 months ago
  58. d05f67f Remove unnecessary use AccessWindows by Michele Di Giorgio · 3 years, 3 months ago
  59. 142e4ca Remove unused AccessWindow* includes by Michele Di Giorgio · 3 years, 3 months ago
  60. 21c2895 Remove OpenCL padding: CLNormalizationLayerKernel by Manuel Bottini · 3 years, 3 months ago
  61. 91b7f74 Port CLConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  62. 99b1a1c Fix bug on Implicit Padding for CL GEMMMatrixMultiplyInterleavedTransposed by Manuel Bottini · 3 years, 3 months ago
  63. 534b889 Rework the OpenCL Winograd Input Transformations NHWC by Gian Marco Iodice · 3 years, 3 months ago
  64. 7a452fe Remove OpenCL padding: CLL2NormalizeLayerKernel by Manuel Bottini · 3 years, 3 months ago
  65. 4ed7b39 Added Qasymm8 datatype support to CLROIPoolingLayer with Tests by Suhail Munshi · 3 years, 3 months ago
  66. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  67. 2788609 Port ClTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  68. 702dc0c Remove usage of valid window region CL - NHWC by Michalis Spyrou · 3 years, 4 months ago
  69. a8903c8 Improve performance of Winograd Output Transform 3x3 by Gian Marco Iodice · 3 years, 3 months ago
  70. 1efed92 Make ClDirectConvolutionKernel stateless by Sheri Zhang · 3 years, 4 months ago
  71. f9ab9f9 Make ClPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago
  72. 3b131ab Port OpenCL Scale to new API by Manuel Bottini · 3 years, 5 months ago
  73. 9e73c93 Port OpenCL Dequantization to new API by Manuel Bottini · 3 years, 4 months ago
  74. 5a1bf62 Port OpenCL Quantization to new API by Manuel Bottini · 3 years, 4 months ago
  75. 201e0fe Make Softmax kernels on OpenCL stateless by Sang-Hoon Park · 3 years, 5 months ago
  76. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 4 months ago
  77. c40562d Avoid nullptr dereference of vector_sum_col by Georgios Pinitas · 3 years, 4 months ago
  78. 9a09180 Set CLDirectConvolutionLayerKernel NCHW _border_size to input padding by Giorgio Arena · 3 years, 5 months ago
  79. edc524e Revert changes on tensor's strides and fix CLDepthwiseConvolution 3x3 Quantized by Giorgio Arena · 3 years, 5 months ago
  80. 9f7d55a Fix CLDepthwiseConvolutionLayer 3x3 QASYMM8 by Giorgio Arena · 3 years, 5 months ago
  81. 7e20e29 Make memset/copy functions state-less by Sheri Zhang · 3 years, 5 months ago
  82. 0841ca0 Fix OpenCL direct convolution by Gian Marco Iodice · 3 years, 5 months ago
  83. 8d8a1c5 Fix segfault in fsrcnn.tflite in GpuAcc by Teresa Charlin · 3 years, 5 months ago
  84. e131466 Make CL Pooling kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  85. 655e8c6 Make data_layout an attribute of the Scale function by Michele Di Giorgio · 3 years, 5 months ago
  86. c9c8905 Make CL Elementwise Unary kernels and functions state-less by Michele Di Giorgio · 3 years, 5 months ago
  87. 1e0208a Make CLArithmeticAddition kernel and function state-less by Michele Di Giorgio · 3 years, 5 months ago
  88. e36208c CTS failures in Android R and Q in GpuAcc in ArgMinMax by Giorgio Arena · 3 years, 5 months ago
  89. f47f718 Make CLFloor and CLActivation kernels and functions state-less by Georgios Pinitas · 3 years, 6 months ago
  90. 7d61ff0 Make all CL Concatenate kernels and functions state-less by Michele Di Giorgio · 3 years, 6 months ago
  91. d95c3e8 Direct convolution fix for quantized data type by Gian Marco Iodice · 3 years, 6 months ago
  92. ff1fe3e Remove padding from direct convolution - OpenCL by Gian Marco Iodice · 3 years, 6 months ago
  93. 0f3d597 Remove OpenCL padding CLTransposeKernel by Manuel Bottini · 3 years, 6 months ago
  94. 3d3a01c Remove padding for CLArgMinMaxLayerKernel and fix CLRange mismatches by Giorgio Arena · 3 years, 6 months ago
  95. e78ef6f Remove OpenCL padding CLFloorKernel by Manuel Bottini · 3 years, 6 months ago
  96. 4f77ba9 Remove OpenCL padding: CLROIAlignLayerKernel by Manuel Bottini · 3 years, 6 months ago
  97. 9324022 Remove OpenCL padding: CLPadLayerKernel by Giorgio Arena · 3 years, 6 months ago
  98. 410e21e Fix baremetal arm_compute_validation build errors by SiCongLi · 3 years, 7 months ago
  99. 0c58f99 Remove OpenCL padding CLScaleKernel by Manuel Bottini · 3 years, 7 months ago
  100. 2567adf Add new shapes to WinogradInputTransform dataset and fix border size for NCHW data layout by Giorgio Arena · 3 years, 7 months ago