1. 7217563 COMPMID-1107: Add support for ChannelShuffle in CL by Michele Di Giorgio · 6 years ago
  2. 7657224 COMPMID-926 Add depth multiplier support to NEON/CL/GLES depthwise convolution by Giorgio Arena · 6 years ago
  3. e74b201 COMPMID-805 Add NHWC data format support for CL pooling by Michalis Spyrou · 6 years ago
  4. 2213d4b COMPMID-1096 - Add fast_math flag to CLConvolutionLayer by Gian Marco Iodice · 6 years ago
  5. edf357c COMPMID-1085 : runtime_error thrown by QASYMM8 CLGEMMConvolutionLayer::validate by Vidhya Sudhan Loganathan · 6 years ago
  6. cda0c38 COMPMID-1080 - Fix CLFullyConnectedLayer validate() tests failing by Gian Marco Iodice · 6 years ago
  7. 82b5148 COMPMID-959: Sets memory manager to CLWinograd by Georgios Pinitas · 6 years ago
  8. e52a300 COMPMID-1026 - Add support for 4x4 output tile in CLWinogradConvolutionLayer by Gian Marco Iodice · 6 years ago
  9. bb54e4e COMPMID-797 Integrate Mobilenet QASYMM8 with new graph. by Giorgio Arena · 6 years ago
  10. 1cd4149 COMPMID-577: Implement CL validation for GaussianPyramid by Sanghoon Lee · 6 years ago
  11. c9c62c2 COMPMID-1056 - Optimizing CLGEMMMatrixMultiplyKernel refactoring the inner loop by Gian Marco Iodice · 6 years ago
  12. dfca60b COMPMID-811 Add NHWC data format support for CL depthwise convolution QASYMM8 by Giorgio Arena · 6 years ago
  13. 56e8e86 COMPMID-1031: Use LWS hints for G51, G51BIG, G51LIT, and TNOX by Sam Laynton · 6 years ago
  14. 156fcf3 COMPMID-802 Add NHWC data format support for NEON im2col. by Giorgio Arena · 6 years ago
  15. 247f52c COMPMID-1013 - Create WinogradInfo data structure by Gian Marco Iodice · 6 years ago
  16. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 6 years ago
  17. c0d1c86 COMPMID-734: CLTuner rework by Georgios Pinitas · 6 years ago
  18. 1562be3 COMPMID-998: Release unused trainable parameters. by Georgios Pinitas · 6 years ago
  19. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  20. 3672df3 COMPMID-959 Add missing validate check in CLRNNLayer by Michalis Spyrou · 6 years ago
  21. 36a559e COMPMID-992 Implement CL RNN function by Michalis Spyrou · 6 years ago
  22. 5c8e05c COMPMID-1019 Implement copy function CL by Michalis Spyrou · 6 years ago
  23. 2d9de0a COMPMID-1009 Support 4x4 output tile for Winograd Filter Transform on OpenCL. by Giorgio Arena · 6 years ago
  24. d2fab73 COMPMID-935 - Implementing Convolution with Winograd on OpenCL (part 4) by Gian Marco Iodice · 6 years ago
  25. 27c08ab COMPMID-754: Add validation to LocallyConnected and NEDeconv layers by Alex Gilday · 6 years ago
  26. ae4ce7b COMPMID-959: Manage memory on pure GEMM by Georgios Pinitas · 6 years ago
  27. 99ac60b COMPMID-853 Fuse CL DepthwiseConvolution with Activation for QASYM8 by Giorgio Arena · 6 years ago
  28. 60954c6 COMPMID-754: Add validation to (De)QuantizationLayers by Alex Gilday · 6 years ago
  29. f47bfb9 COMPMID-594: Implement reference and CL/NEON validation for LocallyConnected by Sanghoon Lee · 6 years ago
  30. d8734b5 COMPMID-793 : Add graph intermediate representation by Georgios Pinitas · 7 years ago
  31. 1f9ca1d COMPMID-935 Implementing Convolution with Winograd on OpenCL (part 3) by Giorgio Arena · 6 years ago
  32. a967611 COMPMID-886 Don't use LWS hints by default for GPU post Mali-G72 by Michalis Spyrou · 6 years ago
  33. 88627fb COMPMID-959: Update valid region in DepthConcatenate by Georgios Pinitas · 6 years ago
  34. 3502613 COMPMID-765 - Fix performance issues on OpenCL by Gian Marco · 6 years ago
  35. b4e3e1c COMPMID-617: Add validate support for NEON FullyConnectedLayer by Ioan-Cristian Szabo · 7 years ago
  36. 78c0090 COMPMID-754: Add validation to kernels. by Georgios Pinitas · 6 years ago
  37. aad9f2c COMPMID-754: Add CLPermute validation method by Isabella Gottardi · 6 years ago
  38. 933fe86 COMPMID-927: Adding support for FP16 in CLDepthwiseConvolutionLayer3x3 by Michele Di Giorgio · 6 years ago
  39. cac4a2e COMPMID-765 - Fix get_convolution_method in order to return the correct method. by Isabella Gottardi · 6 years ago
  40. 9be0c5a COMPMID-936: Convolution failure in NEON Convolution Layer. by Georgios Pinitas · 6 years ago
  41. dde9ec9 COMPMID-909: Enabling in-place computation for batchnormalization and activation at graph level by Michele Di Giorgio · 6 years ago
  42. f07d28d COMPMID-845: Create a ConvolutionLayer for CL by Isabella Gottardi · 6 years ago
  43. 21f67d6 COMPMID-934: Return an error in Validate when we don't support asymmetric padding by Anthony Barbier · 6 years ago
  44. 19835e5 COMPMID-882 - Optimizing GEMMLowp on OpenCL reshaping matrices by Gian Marco · 6 years ago
  45. 4402cb9 COMPMID-905 Optimize CLSoftmaxLayer for QASYMM8 by Giorgio Arena · 6 years ago
  46. de5a1cc COMPMID-856: CL Depthwise Convolution QASYMM8 support by Georgios Pinitas · 6 years ago
  47. ced7a8d COMPMID-875: Deconvolution 4x4 not working by Georgios Pinitas · 6 years ago
  48. 1167487 COMPMID-897 Merge batch normalization with bounded relu by Giorgio Arena · 6 years ago
  49. 25a340f COMPMID-578: Implement FAST corners for CL/NEON by Abe Mbise · 7 years ago
  50. 6259e5f COMPMID-787: Add CL support for broadcast multiply by Michele Di Giorgio · 6 years ago
  51. 0021d75 IVGCVSW-863 Broadcast support in CL/NEON Arithmetic Add by Diego Lopez Recas · 7 years ago
  52. 0434d75 COMPMID-588: Port Equalize Histogram to new validation by John Richardson · 7 years ago
  53. e6630e4 COMPMID-790 - NEON: Add QASYMM8 support to Convolution by Isabella Gottardi · 6 years ago
  54. 36a0a46 COMPMID-748 - Integrating optimized SGEMM for bifrost by Gian Marco · 6 years ago
  55. 7b4d547 COMPMID-816 - Optimizing CLGEMMLowpMatrixMultiplyCore - Part1 by Gian Marco · 6 years ago
  56. 5237e01 COMPMID-838 Implement CLPermute by Michalis Spyrou · 6 years ago
  57. 20d7848 COMPMID-816 - Enabled CLConvolutionLayer to use CLGEMM function instead by Gian Marco · 6 years ago
  58. 5518671 COMPMID-785: Add QASYMM8 support for pooling layer by Georgios Pinitas · 6 years ago
  59. 093adbc COMPMID-753 Add benchmarks for GEMM/GEMMLowp used in AlexNet by Giorgio Arena · 6 years ago
  60. 780db4e COMPMID-471 Implement Deconvolution on OpenCL by Michalis Spyrou · 7 years ago
  61. d7ba539 COMPMID-727 - Implement reference and CL/NEON validation for CustomConvolutionRectangle by Sanghoon Lee · 7 years ago
  62. 1d25ed5 COMPMID-759 - CLGEMM optimization for McVail benchmarks by Gian Marco · 7 years ago
  63. 6485691 COMPMID-773: Add CL/NEON Harris Corners benchmark tests by Alex Gilday · 7 years ago
  64. 358ca20 COMPMID-617: Adds CLFullyConnectionLayer validation support by Georgios Pinitas · 7 years ago
  65. b660dcf COMPMID-556: Fix NEConvolutionLayer for fully connected convolution. by Georgios Pinitas · 7 years ago
  66. b5311a6 COMPMID-556 - Enabled optimized path for Bifrost in CLGEMM by Gian Marco · 7 years ago
  67. bfa3b52 COMPMID-556 - Fix examples by Gian Marco · 7 years ago
  68. 631c41a COMPMID-556: Rename Error to Status and inverse logic by Georgios Pinitas · 7 years ago
  69. 5948634 COMPMID-617 Add window validation to CLDirectConvolutionLayer by Giorgio Arena · 7 years ago
  70. 7c435f2 COMPMID-728 - Added validation for transpose by Gian Marco · 7 years ago
  71. 5124be5 COMPMID-661: Convolution quantized (#32) by Chunosov · 7 years ago
  72. 0a878ae COMPMID-556: Added a rounding policy to the quantize function by Jaroslaw Rzepecki · 7 years ago
  73. fcd52fb COMPMID-661: Vectorize im2col and add lws heuristics for convolution kernels #46 by Anthony Barbier · 7 years ago
  74. 04a8f8c COMPMID-692 Consistent names for the interfaces by Giorgio Arena · 7 years ago
  75. 58c5794 COMPMID-706 - Add GEMMLowp output stage for scaling by a fixed point number by Gian Marco · 7 years ago
  76. 45bcc3a COMPMID-661: QASYMM8 support for fully connected layer. by Georgios Pinitas · 7 years ago
  77. 236bfe7 COMPIMID-553: MobileNet use case. by Georgios Pinitas · 7 years ago
  78. fa0add1 Fix border handler for CLDepthwiseConvolution3x3 by Diego Lopez Recas · 7 years ago
  79. 6fdfaa8 COMPMID-713: Address failures in OCLGrind for CLDirectConvolution by Georgios Pinitas · 7 years ago
  80. a2ea753 COMPMID-661 Add Bifrost lws heuristics for several depthwise_convolution kernels #49 by Anthony Barbier · 7 years ago
  81. 05288a2 COMPMID-697 - Rework GEMMLowp interface on OpenCL by Gian Marco · 7 years ago
  82. 02bf80d COMPMID-661: Fix scale border issue (#38) by Daniil Efremov · 7 years ago
  83. ee8be2d COMPMID-556: Set CLSoftmaxLayer temp buffers to resizable. by Georgios Pinitas · 7 years ago
  84. 30902ed COMPMID-617: Add validation methods to ML CL functions. by Georgios Pinitas · 7 years ago
  85. 3e80c7f COMPMID-661: Optimize FC layer with 2 new Bifrost kernels and LWS tuning (#33) by Anton Lokhmotov · 7 years ago
  86. d7295b7 COMPMID-661: Add QASYMM8 support (and basic tests) to CLDepthwiseConvolution3x3 kernel (#28) by Dmitry Savenko · 7 years ago
  87. 82afedf COMPMID-678 Align Convolution Interfaces by Giorgio Arena · 7 years ago
  88. f450caa COMPMID-661: softmax-uint8 implementation (#16) by Chunosov · 7 years ago
  89. 7068f99 COMPMID-631: Merge branches/gles_compute branch by Anthony Barbier · 7 years ago
  90. af6204c COMPMID-661: Add avgpool-uint8 support. Optimize avgpool-fp32 for Bifrost. (#13) by Anton Lokhmotov · 7 years ago
  91. f9d3a0a COMPMID-617: Add validation functions. by Georgios Pinitas · 7 years ago
  92. d6afedc COMPMID-661: softmax-fp32 optimisation (#14) by Chunosov · 7 years ago
  93. 3faea25 COMPMID-617: Adds validation to CLPoolingLayer by Georgios Pinitas · 7 years ago
  94. 3c5f949 COMPMID-575: Port Magnitude to new validation by John Richardson · 7 years ago
  95. 0063380 IVGCVSW-619: Support for Cl u8 bounded Relu by Michel Iwaniec · 7 years ago
  96. 5cbd20f COMPMID-556: Autoconfigure support in CLDepthwiseConvolution. by Georgios Pinitas · 7 years ago
  97. 81a26ad COMPMID-643: Add bias to CLDepthwiseConvolution. by Georgios Pinitas · 7 years ago
  98. 96880cf COMPMID-640: FullyConnectedLayer failures on both NEON/CL by Georgios Pinitas · 7 years ago
  99. a1ed41f IVGCVSW-601: support for asymetric padding in cl conv and depthwise conv by Jaroslaw Rzepecki · 7 years ago
  100. 48a60f9 IVGCVSW-632 CL support for Softmax beta parameter by Pablo Palmier · 7 years ago