1. 3175fcf COMPMID-1720: CL: Implement Tile by giuros01 · 6 years ago
  2. aaa2718 COMPMID-1734: Implement CLSelect by Georgios Pinitas · 6 years ago
  3. 303f0db COMPMID-1718: Extend DepthConvert to support Cast by Georgios Pinitas · 6 years ago
  4. 9d3a831 COMPMID-1648: CLNormalizationLayer IN_MAP_2D support for NHWC for FP32/FP16 by Michele Di Giorgio · 6 years ago
  5. df31036 COMPMID-1088: Use IMemoryRegion in interfaces where possible by Georgios Pinitas · 6 years ago
  6. c47ef20 COMPMID-1646: NEResizeBilinearLayer NHWC by Georgios Pinitas · 6 years ago
  7. a25d16c COMPMID-1266 : Add support for FP16 in CLWinogradConvolutionLayer: 5x5 kernels by Vidhya Sudhan Loganathan · 6 years ago
  8. 60f0a41 COMPMID-1676: Change CLROIAlign interface to accept ROIs as tensors by Manuel Bottini · 6 years ago
  9. cd96a26 COMPMID-1329: Add support for GenerateProposals operator in CL by giuros01 · 6 years ago
  10. 6c7c38e COMPMID-1462 SSD support: Create CL PriorBox by Michalis Spyrou · 6 years ago
  11. 5538d34 COMPMID-1781 Add channel support in CLL2Normalization by Michalis Spyrou · 6 years ago
  12. 27400b9 COMPMID-1707: Create 3 special CLWidthConcatenate kernel to concatenate 2/4 and 8 tensors (Part 1) by Michele Di Giorgio · 6 years ago
  13. 0c54a62 COMPMID-1451: Removed output_depth3d from CLGEMMLowpQuantizeDownInt32ToUint8ScaleByFloat by Gian Marco Iodice · 6 years ago
  14. f8defca COMPMID-1451 Fix CLL2normalize typos by Michalis Spyrou · 6 years ago
  15. 4b90865 COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on OpenCL by Gian Marco Iodice · 6 years ago
  16. 51e53a3 COMPMID-1451: Perform CLOutputStage using floats. by Georgios Pinitas · 6 years ago
  17. c04a0e8 COMPMID-1327: Add support for BBoxTransform operator in CL by giuros01 · 6 years ago
  18. 8aaf93e COMPMID-1632 Add CLL2NormalizationLayer for NHWC and FP32 by Michalis Spyrou · 6 years ago
  19. c936917 COMPMID-1523: Fuse BN node with convolution. by Georgios Pinitas · 6 years ago
  20. 7e9391b COMPMID-1574 Implement ReduceMean in OpenCL by Michalis Spyrou · 6 years ago
  21. 67d94d2 COMPMID-1451: Fix compilation issues under gcc 8 by Georgios Pinitas · 6 years ago
  22. 1887081 [COMPMID-1331] Add support for RoIAlign operator in CL by giuros01 · 6 years ago
  23. acaf21d COMPMID-286: CL colour convert to U8 by Manuel Bottini · 6 years ago
  24. 932491f COMPMID-1519: Add support for 3D input/output in CLGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  25. ebf6b8a COMPMID-1518: Add support for GEMM3D in CLGEMMLowpMatrixMultiplyCore by Georgios Pinitas · 6 years ago
  26. ceb889e COMPMID-1588 Create UpsampleKernel for YOLOLayer by Michalis Spyrou · 6 years ago
  27. d63dfa2 COMPMID-1568: Add support for QASYMM8 to CLNormalizePlanarYUV by Michele Di Giorgio · 6 years ago
  28. cbf39c6 COMPMID-1566: Add broadcast to CLArithmeticSubtraction by Georgios Pinitas · 6 years ago
  29. d7647d4 [COMPMID-1229] Implementing Pad on OpenCL -FP32/FP16 by Giuseppe Rossini · 6 years ago
  30. 16934a5 COMPMID-1227 Implementing Space to Batch on OpenCL by Michalis Spyrou · 6 years ago
  31. 7302302 COMPMID-1539 Implement YOLOLayer on CL by Giorgio Arena · 6 years ago
  32. 477531c COMPMID-1527 - Implementing ReorgLayer on OpenCL by Gian Marco Iodice · 6 years ago
  33. b57be0d COMPMID-1330: Add support for NormalizePlanarYUV operator in CL by Michele Di Giorgio · 6 years ago
  34. 71ecf39 COMPMID-1266 : support for FP16 in CLWinogradConvolutionLayer by Vidhya Sudhan Loganathan · 6 years ago
  35. 565bf2d COMPMID-1514: Add validate to NEFloor and CLFloor by Georgios Pinitas · 6 years ago
  36. 6a8d3b6 COMPMID-1218 Implementing Batch to Space on OpenCL by Michalis Spyrou · 6 years ago
  37. 8479763 [COMPMID-1483] Add validate method to CLReshapeLayer by Giuseppe Rossini · 6 years ago
  38. 77589b5 COMPMID-1235: Implements StridedSlice for CL by Georgios Pinitas · 6 years ago
  39. 226e4b9 COMPMID-1470 Add auto-init of the output in NECol2im by Giorgio Arena · 6 years ago
  40. 6c95c2d COMPMID-1188: Static tuning of CLScale by Georgios Pinitas · 6 years ago
  41. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  42. 9fef38a COMPMID-1376: Add support for QASYMM8 in CLDeconvolutionLayer by Michele Di Giorgio · 6 years ago
  43. 5a65cfd COMPMID-1478: Fixed Doxygen comments + minor fixes by Anthony Barbier · 6 years ago
  44. 980002b COMPMID-1343: Add grouping support to CLCol2ImKernel by Michele Di Giorgio · 6 years ago
  45. 0f17039 COMPMID-1342 Add grouping support to CLIm2ColKernel by Giorgio Arena · 6 years ago
  46. b6eb353 COMPMID-1478: Stop relying on static default OpenCL objects in cl2.hpp by Anthony Barbier · 6 years ago
  47. d8b03dd MLCE-13: Sanitizing matrix argument in the Warp. by Pablo Tello · 6 years ago
  48. 8b2fdc9 COMPMID-1478: Updated OpenCL headers to the latest Khronos ones by Anthony Barbier · 6 years ago
  49. 6b4e604 COMPMID-1303: CLDepthConvert : Add support for FP32 -> FP16 and FP16 -> FP32 + validate() function by Michele Di Giorgio · 6 years ago
  50. 088c2b0 COMPMID-1188 Fix WeightsReshape doc by Giorgio Arena · 6 years ago
  51. 215b4ea COMPMID-1277 - Optimizing CLIm2ColKernel for NHWC. by Gian Marco Iodice · 6 years ago
  52. c6aa49b COMPMID-1344 Add grouping support to CLWeightsReshapeKernel by Giorgio Arena · 6 years ago
  53. 68a3f56 COMPMID-1276 - Allow GEMM to work with 3D input tensor by Gian Marco Iodice · 6 years ago
  54. 8bc745d COMPMID-1124: Validate CLLSTM by Georgios Pinitas · 6 years ago
  55. e222055 COMPMID-1367: Enable NHWC in graph examples by Georgios Pinitas · 6 years ago
  56. eff8d95 COMPMID-1316 Using 8 bit dot product instruction in CLDepthWiseConvolution with QASYMM8 by Giorgio Arena · 6 years ago
  57. 7d66a8e COMPMID-1386: Add support for converting weights for CL. by Georgios Pinitas · 6 years ago
  58. e29acf1 COMPMID-1365: Add support for NHWC in CLDepthConcatenateLayer by Georgios Pinitas · 6 years ago
  59. 6200fa4 COMPMID-1288 Optimizing CLGEMMLowp using 8 bit dot product instruction by Giorgio Arena · 6 years ago
  60. d1794eb COMPMID-1226 Extend CLMeanStdDev to support FP32 / FP16 by Michalis Spyrou · 6 years ago
  61. d28b751 COMPMID-1340 - Implementing Winograd Convolution Layer 1x5/5x1 on OpenCL NHWC by Gian Marco Iodice · 6 years ago
  62. 876be2a COMPMID-1339 - Implementing Winograd Convolution Layer 1x5 and 5x1 kernels on OpenCL NCHW by Gian Marco Iodice · 6 years ago
  63. 9ebd040 COMPMID-1354 Add support for NHWC in CLBatchNormalization's documentation by Giorgio Arena · 6 years ago
  64. f4cb81b COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  65. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  66. d051e97 COMPMID-811 Add NHWC data format support for CL depthwise convolution by Giorgio Arena · 6 years ago
  67. f1c2bf0 COMPMID-1201 - Implementing Winograd Convolution Layer 1x3 and 3x1 kernels on OpenCL by Gian Marco Iodice · 6 years ago
  68. 4622ac1 COMPMID-1336: Add CLArithmeticAddition support for QASYMM8 by Michele Di Giorgio · 6 years ago
  69. be39f12 COMPMID-1204 Add NHWC data format support to Winograd input transform 4x4_5x5 by Giorgio Arena · 6 years ago
  70. 80d65d8 COMPMID-1204 Add NHWC data format support to Winograd filter transform 4x4_5x5 by Giorgio Arena · 6 years ago
  71. 7210fe8 COMPMID-1204 Add NHWC data format support to Winograd output transform 4x4_5x5 by Giorgio Arena · 6 years ago
  72. fa23f11 COMPMID-1246 CLDepthwiseConvolution QASYMM8 NHWC kernel cleanup by Giorgio Arena · 6 years ago
  73. c42f28d COMPMID-1048 Add NHWC data format support to Winograd input transform 4x4_3x3 by Giorgio Arena · 6 years ago
  74. 8e74f44 COMPMID-911: Allow GEMM to work with 3D tensors by Isabella Gottardi · 6 years ago
  75. 0a88792 COMPMID-1222 Implementing CLArithmeticDivision - FP32 / FP16 by Michalis Spyrou · 6 years ago
  76. 4a626a7 COMPMID-801: NHWC support in CLIm2Col. by Pablo Tello · 6 years ago
  77. dcb5b28 COMPMID-1048 Add NHWC data format support to Winograd filter transform 4x4_3x3 by Giorgio Arena · 6 years ago
  78. 17812ba COMPMID-817: Tuner: Port kernels to new design. by Georgios Pinitas · 6 years ago
  79. 3695f9a COMPMID-1048 Add NHWC data format support to Winograd output transform 4x4_3x3 by Giorgio Arena · 6 years ago
  80. e03342e COMPMID-799 - Use new OpenCL 8-bit dot product instruction by Michalis Spyrou · 6 years ago
  81. 46da23f COMPMID-813 Add NHWC data format support for CL scale by Michalis Spyrou · 6 years ago
  82. 76c8564 COMPMID-1083 : Compute library should be made usable on non-ARM platforms by Vidhya Sudhan Loganathan · 6 years ago
  83. f1f4906 COMPMID-655 : Check FP16 is supported by the GPU by Vidhya Sudhan Loganathan · 6 years ago
  84. 793f87d COMPMID-1176: Add FP16 support in CLDeconvolutionLayer. by Georgios Pinitas · 6 years ago
  85. 55b3d12 COMPMID-1137 OpenCL concatenate width by Michalis Spyrou · 6 years ago
  86. ef9e059 COMPMID-1122: Don't try to retrieve the list of devices from a null context by Anthony Barbier · 6 years ago
  87. b8fc60f COMPMID-1086: Optimizing GCGEMM - Add helpers to get target GPU information by Michele Di Giorgio · 6 years ago
  88. 62385bc COMPMID-948: Add validation to CLL2NormalizeLayer by John Richardson · 6 years ago
  89. 657bdb3 COMPMID-1050 CL/NEON: Create a function to convert the 2D weights of FC layer from NHWC to NCHW and viceversa by Giorgio Arena · 6 years ago
  90. 750641d COMPMID-1052 - Rework validate method in CLGEMM by Gian Marco Iodice · 6 years ago
  91. ad0c738 COMPMID-1068 Create validate method to CLDepthWiseConvolution by Giorgio Arena · 6 years ago
  92. 4dcb583 COMPMID-1122: Store the cl_context only in one place by Anthony Barbier · 6 years ago
  93. d24af8a COMPMID-1125: Add support for FP16 in CLDepthwiseConvolution by Michele Di Giorgio · 6 years ago
  94. 7217563 COMPMID-1107: Add support for ChannelShuffle in CL by Michele Di Giorgio · 6 years ago
  95. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  96. 164b65d COMPMID-1043: Rework GCGEMMMatrixMultiplyKernel interface and allow auto initialization of the tensors by Michele Di Giorgio · 6 years ago
  97. 48c19f1 COMPMID-959 Refactor OpenCL interceptors to use lambda functions by Anthony Barbier · 6 years ago
  98. d727e85 COMPMID-855: Get the library to work on non Mali GPUs by Anthony Barbier · 6 years ago
  99. e52a300 COMPMID-1026 - Add support for 4x4 output tile in CLWinogradConvolutionLayer by Gian Marco Iodice · 6 years ago
  100. 4d33630 COMPMID-987: Make beta and gamma optional in BatchNormalization by Michele Di Giorgio · 6 years ago