1. 670c04a COMPMID-2561: Fix GEMM heuristic by Gian Marco Iodice · 5 years ago
  2. d820db6 COMPMID-2545: Reduce tests required by GEMM (OpenCL) by Gian Marco Iodice · 5 years ago
  3. 5d42b46 COMPMID-2467 Include IP information to the tuning config by Giorgio Arena · 5 years ago
  4. d1f5476 COMPMID-1979: Fuse Activation Function in CLGEMM - part 3 by Gian Marco Iodice · 5 years ago
  5. 10c53f1 COMPMID-2307: QUANTIZED_16BIT_LSTM operator for CL by Manuel Bottini · 5 years ago
  6. 06be6f8 COMPMID-2096: Refactor the CLGEMMLowp function selection (heuristic) by Gian Marco Iodice · 5 years ago
  7. e1651a5 COMPMID-2414 Add add_2D_tensor_argument_if for OpenCL by Michalis Spyrou · 5 years ago
  8. c1b76fa COMPMID-2092: Refactoring interface for the deconvolution kernels (NEON/CL) by Manuel Bottini · 5 years ago
  9. 0ec65b8 Revert "COMPMID-2425: Fix memory leak reported by coverity" by Georgios Pinitas · 5 years ago
  10. 9c9b70b COMPMID-2410: Create a new GEMMLowpQuantizeDownInt32ToInt16ScaleKernel for CL by Manuel Bottini · 5 years ago
  11. 30dbeef COMPMID-2411: Add (logistic and tanh) activation support for QSYMM16 for CL by Manuel Bottini · 5 years ago
  12. 74cd112 COMPMID-2425: Fix memory leak reported by coverity by Michalis Spyrou · 5 years ago
  13. 338595b COMPMID-2234 : Add support for axis 3 in NE/CLConcatenateLayer by Vidhya Sudhan Loganathan · 5 years ago
  14. 7026b30 COMPMID-1979: Fuse Activation Function in CLGEMM - part 1 by Gian Marco Iodice · 5 years ago
  15. d8a468f COMPMID-2413: Add QSYMM16 support for PixelWiseMultiplication for CL by Michele Di Giorgio · 5 years ago
  16. 6997fc9 COMPMID-2412: Add QSYMM16 support for ElementwiseAddition for CL by Michele Di Giorgio · 5 years ago
  17. 944170e COMPMID-2172: Fuse bias addition with CLGEMMMatrixMultiplyNativeKernel by Gian Marco Iodice · 5 years ago
  18. 3d13af8 COMPMID-2235: Extend type support for CL/NEON DequantizationLayer. by Georgios Pinitas · 5 years ago
  19. e16c890 COMPMID-2053: Fuse bias addition with CLGEMMMatrixMultiplyReshapedKernel by Gian Marco Iodice · 5 years ago
  20. 4509173 COMPMID-2184: Implement direct convolution 9x9 (NHWC) on OpenCL by Michalis Spyrou · 5 years ago
  21. 2732cca COMPMID-2244: Extend CLFuseBatchNormalization to support DepthwiseConvolution weights by Manuel Bottini · 5 years ago
  22. 5b48ad7 COMPMID-2386: Add support for CLMeanStdNormalizationLayer by Michele Di Giorgio · 5 years ago
  23. 761c8d0 COMPMID-2398: Add test for CLFuseBatchNormalizationLayer by Gian Marco Iodice · 5 years ago
  24. e751062 COMPMID-2094: Implement CLGEMMLowpNative by Gian Marco Iodice · 5 years ago
  25. d69b3b2 COMPMID-2238: Implement SPACE_TO_DEPTH for CL by Michalis Spyrou · 5 years ago
  26. b0f342e COMPMID-2171: Fuse bias addition with CLGEMMMatrixMultiplyReshapedOnlyRHSKernel by Georgios Pinitas · 5 years ago
  27. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  28. 43a129e COMPMID-2379: Use the macros available in gemm_helpers.h in GEMMLowp OpenCL kernels by Gian Marco Iodice · 5 years ago
  29. 649962c COMPMID-2239 Implement DEPTH_TO_SPACE for CL by Michalis Spyrou · 5 years ago
  30. 5fc07aa COMPMID-2338: Remove CLGEMMInterleave4x4 and CLGEMMTranspose1xW by Gian Marco Iodice · 5 years ago
  31. b9626ab COMPMID-2243 ArgMinMaxLayer: support new datatypes by Michalis Spyrou · 5 years ago
  32. b3204e7 COMPMID-2093: Implement CLGEMMNative by giuros01 · 5 years ago
  33. 4b5c588 COMPMID-2248 L2NormalizeLayer: negative axis by Manuel Bottini · 5 years ago
  34. 46a49a0 COMPMID-1635: Optimize CLDeconvolutionLayer - Part III by giuros01 · 5 years ago
  35. e73686a COMPMID-2047: Add support for dilation in CLDepthwiseConvolution. by Usama Arif · 5 years ago
  36. a9c4472 COMPMID-2051 Refactor shape_calculator::calculate_concatenate_shape by Michalis Spyrou · 5 years ago
  37. 8be9148 COMPMID-1959: Implements 2D FFT on OpenCL by Georgios Pinitas · 5 years ago
  38. 4d0351c COMPMID-2057: Implement and test import memory interfaces. by Georgios Pinitas · 5 years ago
  39. 926afe1 COMPMID-2097: Implement a heuristic to dispatch CLGEMMReshapedOnlyRHS kernel from CLGEMM by Gian Marco Iodice · 5 years ago
  40. 7191aaa COMPMID-2101: DenseNet issue on NHWC by Georgios Pinitas · 5 years ago
  41. 86cfffe COMPMID-2099: Enable dummy threads in CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel by Gian Marco Iodice · 5 years ago
  42. 62251f7 COMPMID-2002: Implement CLGEMMLowpMatrixMultiplyReshapedOnlyRHS - Transposed by Gian Marco Iodice · 5 years ago
  43. 0bc7849 COMPMID-1958: Implements 1D FFT in OpenCL. by Georgios Pinitas · 5 years ago
  44. 2d2551e COMPMID-2042: Extend the documentation of the configurable GEMM on OpenCL by Manuel Bottini · 5 years ago
  45. 6a14adb COMPMID-1932: Implement CLHeightConcatenateLayer. by Pablo Tello · 5 years ago
  46. b0c5037 COMPMID-2043: Add support for "dummy threads" in CLGEMMReshaped by Gian Marco Iodice · 5 years ago
  47. 2d7e683 COMPMID-1694: Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore by George Wort · 5 years ago
  48. e03802e COMPMID-1936: Add support for QASYMM8 in CLQuantizeLayer. by Usama Arif · 5 years ago
  49. 894066d COMPMID-1844: Implement CLCrop by George Wort · 5 years ago
  50. adc5395 COMPMID-2000: Implement CLGEMMMatrixMultiplyReshapedOnlyRHS - Transposed by Gian Marco Iodice · 5 years ago
  51. 574775c COMPMID-1937: Adds support for DequantizationLayer for NEON/CL. by Georgios Pinitas · 5 years ago
  52. 5209be5 COMPMID-1999: Add support for GenerateProposals operator in CL by Manuel Bottini · 5 years ago
  53. bb365de Revert "COMPMID-1329: Add support for GenerateProposals operator in CL" by Giuseppe Rossini · 5 years ago
  54. 6eb90d7 COMPMID-1996: Update documenation for doxgen 1.8.15 by Manuel Bottini · 5 years ago
  55. 581c898 COMPMID-1934: Doxygen online documentation errors on Firefox by Manuel Bottini · 5 years ago
  56. ebc3a90 COMPMID-1706: Fuse the bias addition within CLGEMM by Michele Di Giorgio · 6 years ago
  57. 6d10996 COMPMID-1691: Optimize CLDepthwiseConvolutionKernel (QASYMM8/NHWC) for 3x3 kernels (stride=1 and stride=2) by giuros01 · 5 years ago
  58. db63b9c COMPMID-1698: Implementing CLGEMMLowpMatrixMultiplyReshapedKernel by Gian Marco Iodice · 5 years ago
  59. 7ad6257 COMPMID-1727: CL: Implement Gather - support S32 indices by Manuel Bottini · 5 years ago
  60. bacfec5 COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel (part 1) by Gian Marco Iodice · 5 years ago
  61. 053e751 COMPMID-1758: NEON: Implement Range by Manuel Bottini · 6 years ago
  62. 1c9efeb Issue COMPMID-1835: Remove CLGEMMInterleave4x4Kernel and replace with CLGEMMReshapeLHSMatrixKernel by giuros01 · 5 years ago
  63. cc5171b COMPMID-1677: Change ROIPooling layer interface to accept ROIs as tensors by Manuel Bottini · 5 years ago
  64. ee7c15d COMPMID-1761: NEON: Implement Pack by Isabella Gottardi · 6 years ago
  65. c10bc0b COMPMID-1710: Collapse window in CLDepthConvertKernel by Georgios Pinitas · 5 years ago
  66. 8529bd6 COMPMID-1727 - CL: Implement Gather by Manuel Bottini · 6 years ago
  67. 8b6b4a9 COMPMID-1836: Remove CLGEMMTranspose1xWKernel and replace with CLGEMMReshapeRHSMatrixKernel by giuros01 · 6 years ago
  68. 08ddd7b COMPMID-1834: Add transpose support to CLGEMMReshapeLHSMatrixKernel by Gian Marco Iodice · 6 years ago
  69. 5e96be7 COMPMID-1722 : CL: Implement Range by Vidhya Sudhan Loganathan · 6 years ago
  70. bf9731e COMPMID-1687: Optimize CLGEMMMatrixMultiplyKernel for Mali-G76 - Part1 by Gian Marco Iodice · 6 years ago
  71. 3b0a265 COMPMID-1775: Implement CLGEMMReshapeRHSMatrixKernel to reshape the RHS matrix of GEMM/GEMMLowp by Gian Marco Iodice · 6 years ago
  72. 5ba5e09 COMPMID-1774: Implement CLGEMMReshapeLHSMatrixKernel to reshape the LHS matrix of GEMM/GEMMLowp by Gian Marco Iodice · 6 years ago
  73. e936262 COMPMID-1719 CL: Implement RSqrt, Exp by Michalis Spyrou · 6 years ago
  74. 5daeffd COMPMID-1723: CL: Implement Reverse by Michele Di Giorgio · 6 years ago
  75. 0d0028c COMPMID-1298: Fuse ReLu activation in CLWinogradOutputTransform by Manuel Bottini · 6 years ago
  76. 8aa985e COMPMID-1725: Implement Pack by Gian Marco Iodice · 6 years ago
  77. 164a272 COMPMID-1717: CL: Implement Maximum, Minimum, SquaredDifference by giuros01 · 6 years ago
  78. 7900a9e COMPMID-1716: CL Comparison operations by Georgios Pinitas · 6 years ago
  79. 3175fcf COMPMID-1720: CL: Implement Tile by giuros01 · 6 years ago
  80. aaa2718 COMPMID-1734: Implement CLSelect by Georgios Pinitas · 6 years ago
  81. 303f0db COMPMID-1718: Extend DepthConvert to support Cast by Georgios Pinitas · 6 years ago
  82. 9d3a831 COMPMID-1648: CLNormalizationLayer IN_MAP_2D support for NHWC for FP32/FP16 by Michele Di Giorgio · 6 years ago
  83. df31036 COMPMID-1088: Use IMemoryRegion in interfaces where possible by Georgios Pinitas · 6 years ago
  84. c47ef20 COMPMID-1646: NEResizeBilinearLayer NHWC by Georgios Pinitas · 6 years ago
  85. a25d16c COMPMID-1266 : Add support for FP16 in CLWinogradConvolutionLayer: 5x5 kernels by Vidhya Sudhan Loganathan · 6 years ago
  86. 60f0a41 COMPMID-1676: Change CLROIAlign interface to accept ROIs as tensors by Manuel Bottini · 6 years ago
  87. cd96a26 COMPMID-1329: Add support for GenerateProposals operator in CL by giuros01 · 6 years ago
  88. 6c7c38e COMPMID-1462 SSD support: Create CL PriorBox by Michalis Spyrou · 6 years ago
  89. 5538d34 COMPMID-1781 Add channel support in CLL2Normalization by Michalis Spyrou · 6 years ago
  90. 27400b9 COMPMID-1707: Create 3 special CLWidthConcatenate kernel to concatenate 2/4 and 8 tensors (Part 1) by Michele Di Giorgio · 6 years ago
  91. 0c54a62 COMPMID-1451: Removed output_depth3d from CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat by Gian Marco Iodice · 6 years ago
  92. f8defca COMPMID-1451 Fix CLL2normalize typos by Michalis Spyrou · 6 years ago
  93. 4b90865 COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on OpenCL by Gian Marco Iodice · 6 years ago
  94. 51e53a3 COMPMID-1451: Perform CLOutputStage using floats. by Georgios Pinitas · 6 years ago
  95. c04a0e8 COMPMID-1327: Add support for BBoxTransform operator in CL by giuros01 · 6 years ago
  96. 8aaf93e COMPMID-1632 Add CLL2NormalizationLayer for NHWC and FP32 by Michalis Spyrou · 6 years ago
  97. c936917 COMPMID-1523: Fuse BN node with convolution. by Georgios Pinitas · 6 years ago
  98. 7e9391b COMPMID-1574 Implement ReduceMean in OpenCL by Michalis Spyrou · 6 years ago
  99. 67d94d2 COMPMID-1451: Fix compilation issues under gcc 8 by Georgios Pinitas · 6 years ago
  100. 1887081 [COMPMID-1331] Add support for RoIAlign operator in CL by giuros01 · 6 years ago