1. 71ecf39 COMPMID-1266 : support for FP16 in CLWinogradConvolutionLayer by Vidhya Sudhan Loganathan · 6 years ago
  2. 553b999 COMPMID-1517 - Add validate method to CLScale by Isabella Gottardi · 6 years ago
  3. aa6a04a COMPMID-1528: Add ReorgLayer on NEON by Georgios Pinitas · 6 years ago
  4. 565bf2d COMPMID-1514: Add validate to NEFloor and CLFloor by Georgios Pinitas · 6 years ago
  5. c1a7245 COMPMID-1332: Implement Slice for CL by Georgios Pinitas · 6 years ago
  6. 6a8d3b6 COMPMID-1218 Implementing Batch to Space on OpenCL by Michalis Spyrou · 6 years ago
  7. 87e896a [COMPMID-1353] Add support for 4D Softmax layer on OpenCL by Giuseppe Rossini · 6 years ago
  8. 8479763 [COMPMID-1483] Add validate method to CLReshapeLayer by Giuseppe Rossini · 6 years ago
  9. 77589b5 COMPMID-1235: Implements StridedSlice for CL by Georgios Pinitas · 6 years ago
  10. 3e570db COMPMID-1304: NEDepthConvert : Add support for FP32 -> FP16 and FP16 -> FP32 + validate() function by Michele Di Giorgio · 6 years ago
  11. 6a90b69 [COMPMID-1301] Add validate() method to NEReshapeLayer by Giuseppe Rossini · 6 years ago
  12. fbf3ecc COMPMID-1534 - Fix GEMM and Magnitude test for FP16 by Gian Marco Iodice · 6 years ago
  13. ba1ffe9 COMPMID-1537: Fix weights retention in CLFullyConnectedLayer by Michele Di Giorgio · 6 years ago
  14. 3ada2b7 COMPMID-1534: Fix LSTM/RNN Layers for NEON and FP16 by Georgios Pinitas · 6 years ago
  15. 368e635 COMPMID-1047 Extract Flatten function from Im2Col for NEON by Giorgio Arena · 6 years ago
  16. 1049020 COMPMID-1188: Set all arguments to const in NEDepthwiseConvolutionLayer::validate() by Georgios Pinitas · 6 years ago
  17. 2a2db59 COMPMID-1505: Add native grouping support at graph level by Georgios Pinitas · 6 years ago
  18. 25f45a4 COMPMID-1060 LSTM FP32 NEON by Michalis Spyrou · 6 years ago
  19. 26b2216 COMPMID-1480 Add support for NHWC QASYMM8/FP32(non-optimized) to NEON DepthwiseConvolution by Giorgio Arena · 6 years ago
  20. 1d38259 COMPMID-1366 Implement NECopy by Michalis Spyrou · 6 years ago
  21. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  22. 9fef38a COMPMID-1376: Add support for QASYMM8 in CLDeconvolutionLayer by Michele Di Giorgio · 6 years ago
  23. 72ccc44 COMPMID-1504: (Nightly) Segfaults on CL and android by Georgios Pinitas · 6 years ago
  24. db9d46d COMPMID-1485 - Add support for NHWC when running NEGEMMConvolutionLayer with FP16/QASYMM8 by Gian Marco Iodice · 6 years ago
  25. 0f17039 COMPMID-1342 Add grouping support to CLIm2ColKernel by Giorgio Arena · 6 years ago
  26. b6eb353 COMPMID-1478: Stop relying on static default OpenCL objects in cl2.hpp by Anthony Barbier · 6 years ago
  27. d8b03dd MLCE-13: Sanitizing matrix argument in the Warp. by Pablo Tello · 6 years ago
  28. dff601d COMPMID-1488 - Add support for NHWC when running CLGEMMConvolutionLayer with QASYMM8 by Gian Marco Iodice · 6 years ago
  29. 6b4e604 COMPMID-1303: CLDepthConvert : Add support for FP32 -> FP16 and FP16 -> FP32 + validate() function by Michele Di Giorgio · 6 years ago
  30. 215b4ea COMPMID-1277 - Optimizing CLIm2ColKernel for NHWC. by Gian Marco Iodice · 6 years ago
  31. 3d677cc COMPMID-1406: Refactor gemm_interleaved to use our own types and scheduler by Anthony Barbier · 6 years ago
  32. 597a856 COMPMID-872 - Rework NEGEMMConvolutionLayer to use NEGEMM by Gian Marco Iodice · 6 years ago
  33. 68a3f56 COMPMID-1276 - Allow GEMM to work with 3D input tensor by Gian Marco Iodice · 6 years ago
  34. 8bc745d COMPMID-1124: Validate CLLSTM by Georgios Pinitas · 6 years ago
  35. ef776a8 COMPMID-1386: Add FC convert weights on NEON by Georgios Pinitas · 6 years ago
  36. a855af1 COMPMID-1401 Implement NEFullyConnectedLayer for QASYMM8 by Giorgio Arena · 6 years ago
  37. eaefd00 COMPMID-1419: Make NEGEMMAssemblyDispatch dynamically typed instead of templated by Anthony Barbier · 6 years ago
  38. c8e84b5 COMPMID-1405: Create our own gemm_native kernel / function. by Anthony Barbier · 6 years ago
  39. 7d66a8e COMPMID-1386: Add support for converting weights for CL. by Georgios Pinitas · 6 years ago
  40. ae54e02 COMPMID-1364: Add support for NHWC in NEDepthConcatenateLayer by Georgios Pinitas · 6 years ago
  41. e155337 COMPMID-1357: Stop passing around raw pointers in NEWinogradConvolution by Anthony Barbier · 6 years ago
  42. 578225e COMPMID-1357: Port NEWinogradConvolution to use NEGEMMAssemblyDispatch by Anthony Barbier · 6 years ago
  43. e29acf1 COMPMID-1365: Add support for NHWC in CLDepthConcatenateLayer by Georgios Pinitas · 6 years ago
  44. 6200fa4 COMPMID-1288 Optimizing CLGEMMLowp using 8 bit dot product instruction by Giorgio Arena · 6 years ago
  45. 71d9b57 COMPMID-1381: Cleaned up the AssemblyHelper interface by Anthony Barbier · 6 years ago
  46. d1794eb COMPMID-1226 Extend CLMeanStdDev to support FP32 / FP16 by Michalis Spyrou · 6 years ago
  47. 7777b1a COMPMID-1388: Change default CLTuner to the one for the detected GPU by Georgios Pinitas · 6 years ago
  48. 7784c83 COMPMID-1167: Validation for NEDepthwiseConvolutionLayer by Abe Mbise · 6 years ago
  49. cdb43bd COMPMID-1246: Fixed typo in MidgardTuner.h filename by Anthony Barbier · 6 years ago
  50. 42a3172 COMPMID-1124 : Fixes in CLLSTM layer by Georgios Pinitas · 6 years ago
  51. d28b751 COMPMID-1340 - Implementing Winograd Convolution Layer 1x5/5x1 on OpenCL NHWC by Gian Marco Iodice · 6 years ago
  52. 876be2a COMPMID-1339 - Implementing Winograd Convolution Layer 1x5 and 5x1 kernels on OpenCL NCHW by Gian Marco Iodice · 6 years ago
  53. 09daf4d COMPMID-1246 Change CLLSTM in order to match android tests by Michalis Spyrou · 6 years ago
  54. 9ebd040 COMPMID-1354 Add support for NHWC in CLBatchNormalization's documentation by Giorgio Arena · 6 years ago
  55. f4cb81b COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  56. 584252d COMPMID-1355: OpenMP compilation is broken. by Georgios Pinitas · 6 years ago
  57. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  58. 4622ac1 COMPMID-1336: Add CLArithmeticAddition support for QASYMM8 by Michele Di Giorgio · 6 years ago
  59. f3139dd COMPMID-1334 (Nightly) Fix std::bad_alloc error in 32-bit NEON runs by Giorgio Arena · 6 years ago
  60. 19ea419 COMPMID-809: Add NHWC data format on CLGEMMConvolutionLayer. by Georgios Pinitas · 6 years ago
  61. 17b1230 COMPMID-1293: Handle aligned allocations by Georgios Pinitas · 6 years ago
  62. 542e92d COMPMID-1067 NEON RNN FP32 / FP16 by Michalis Spyrou · 6 years ago
  63. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  64. 376c85f COMPMID-1180: Add support for bucket multi-threading (Part2) by Anthony Barbier · 6 years ago
  65. 8e74f44 COMPMID-911: Allow GEMM to work with 3D tensors by Isabella Gottardi · 6 years ago
  66. 0a88792 COMPMID-1222 Implementing CLArithmeticDivision - FP32 / FP16 by Michalis Spyrou · 6 years ago
  67. 17812ba COMPMID-817: Tuner: Port kernels to new design. by Georgios Pinitas · 6 years ago
  68. 70ba7d6 COMPMID-1257: Allow retaining weights in CLDeconvolutionLayer by Michele Di Giorgio · 6 years ago
  69. b62280a COMPMID-1244: Allow retaining weights in CLGEMMConvolutionLayer and CLFullyConnectedLayer by Michele Di Giorgio · 6 years ago
  70. b95e210 COMPMID-1209: Enable memory manager for the GEMM workspace buffer by Georgios Pinitas · 6 years ago
  71. 52ecb06 COMPMID-1180: Add support for bucket multi-threading (Part 1) by Anthony Barbier · 6 years ago
  72. df473ea COMPMID-1182: printf doesn't work by Georgios Pinitas · 6 years ago
  73. 1b99338 COMPMID-568: Implement Canny edge function for CL/NEON by Abe Mbise · 7 years ago
  74. 793f87d COMPMID-1176: Add FP16 support in CLDeconvolutionLayer. by Georgios Pinitas · 6 years ago
  75. bcedf51 COMPMID-993 Implement CL LSTM function by Michalis Spyrou · 6 years ago
  76. a3221e6 COMPMID-1106 Add fast math support in NEWinogradConvolutionLayer by Giorgio Arena · 6 years ago
  77. 20b4313 COMPMID-814: Add validate method to scale. by Georgios Pinitas · 6 years ago
  78. 55b3d12 COMPMID-1137 OpenCL concatenate width by Michalis Spyrou · 6 years ago
  79. 73d4aef COMPMID-948: Add validation to NEL2NormalizeLayer by John Richardson · 6 years ago
  80. b8fc60f COMPMID-1086: Optimizing GCGEMM - Add helpers to get target GPU information by Michele Di Giorgio · 6 years ago
  81. 62385bc COMPMID-948: Add validation to CLL2NormalizeLayer by John Richardson · 6 years ago
  82. 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
  83. 3d1489d COMPMID-605: Transition buffer memory manager by Georgios Pinitas · 6 years ago
  84. 750641d COMPMID-1052 - Rework validate method in CLGEMM by Gian Marco Iodice · 6 years ago
  85. e250389 COMPMID-810 Add NHWC data format support for NEON convolution by Michalis Spyrou · 6 years ago
  86. 28a8493 COMPMID-1131: Fix SIGBUS error by Georgios Pinitas · 6 years ago
  87. ad0c738 COMPMID-1068 Create validate method to CLDepthWiseConvolution by Giorgio Arena · 6 years ago
  88. d8cde85 COMPMID-959: Assembly kernel marks weights as unused when pretranspose by Georgios Pinitas · 6 years ago
  89. 4dcb583 COMPMID-1122: Store the cl_context only in one place by Anthony Barbier · 6 years ago
  90. 932b561 COMPMID-959: Perform pretranspose if allowed on NEON assembly by Georgios Pinitas · 6 years ago
  91. e043767 COMPMID-920: Introduce prepare() stage by Georgios Pinitas · 6 years ago
  92. 019634f COMPMID-1110 Add QASYMM8 to supported types for NE/CLActivationLayer by Michalis Spyrou · 6 years ago
  93. 7217563 COMPMID-1107: Add support for ChannelShuffle in CL by Michele Di Giorgio · 6 years ago
  94. c0f5443 COMPMID-808 Add NHWC data format support for NEON direct convolution by Giorgio Arena · 6 years ago
  95. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  96. 2213d4b COMPMID-1096 - Add fast_math flag to CLConvolutionLayer by Gian Marco Iodice · 6 years ago
  97. 57dac84 COMPMID-806 Add NHWC data format support format for NEON pooling by Michalis Spyrou · 6 years ago
  98. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago
  99. 2b3129e COMPMID-1041 NEON Winograd: update function to use GEMM function by Michalis Spyrou · 6 years ago
  100. 99d4095 COMPMID-1023: Import memory for OpenCL by Georgios Pinitas · 6 years ago