1. dbfc2dc COMPMID-2069: Rework CL ML layers to run exclusively on CL. by Georgios Pinitas · 5 years ago
  2. 881c684 COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL -- Part II by Michele Di Giorgio · 5 years ago
  3. cafec8f COMPMID-1024 Investigate concatenation for RNN/LSTM OpenCL by John Kesapides · 5 years ago
  4. 108a95e COMPMID-2067: Add batch size option in validate_cl_gemm example by Georgios Pinitas · 5 years ago
  5. 875a751 COMPMID-1995: Increase tolerance for winograd input transform tests by Michele Di Giorgio · 5 years ago
  6. 62251f7 COMPMID-2002: Implement CLGEMMLowpMatrixMultiplyReshapedOnlyRHS - Transposed by Gian Marco Iodice · 5 years ago
  7. b4a44ff COMPMID-1995: Removed layout checks from Reduction ops by Pablo Tello · 5 years ago
  8. 4a8ec80 Optimize CL DeconvolutionLayer-Part II: Add CLDirectDeconvolution function to be used by CLDeconvolution. by giuros01 · 5 years ago
  9. cadb368 COMPMID-1995: Fixed graph fusion mutator for float types. by Georgios Pinitas · 5 years ago
  10. 0bc7849 COMPMID-1958: Implements 1D FFT in OpenCL. by Georgios Pinitas · 5 years ago
  11. 47d39dc COMPMID-1975: Update depthwise convolution. by Georgios Pinitas · 5 years ago
  12. 2d2551e COMPMID-2042: Extend the documentation of the configurable GEMM on OpenCL by Manuel Bottini · 5 years ago
  13. 60f3911 COMPMID-2008: Add support for "reflect" padding mode in CLPad by Manuel Bottini · 5 years ago
  14. c274195 COMPMID-1995: (3RDPARTY_UPDATE) Internal Fixture fixes by Georgios Pinitas · 5 years ago
  15. f955d51 COMPMID-1318: Implementing Winograd 7x7 NHWC on OpenCL -- Part I by Michele Di Giorgio · 5 years ago
  16. f52cd78 COMPMID-1995: Minor code fixes. by Georgios Pinitas · 5 years ago
  17. 8cf8c11 COMPMID-1944 Add support for "reflect" padding mode in NEPad by Usama Arif · 5 years ago
  18. adc2186 COMPMID-1995: Fixed path in mobilenet_v2 by Pablo Tello · 5 years ago
  19. ae0001e COMPMID-2077 Optimise CLL2NormalizeLayerKernel by Usama Arif · 5 years ago
  20. ec69975 COMPMID-2076: Add StackLayer to the graph API by Michele Di Giorgio · 5 years ago
  21. 2761c2f COMPMID-2075 Segfault in NELSTM by Michalis Spyrou · 5 years ago
  22. e214fcf COMPMID-2056: Remove data layout check in NECopyLayerKernel and CLCopyLayerKernel by Gian Marco Iodice · 5 years ago
  23. c63c370 COMPMID-2074: Fix WidthConcatenate and HeightConcatenate validate tests by Usama Arif · 5 years ago
  24. 89890c6 COMPMID-2066: Create reference implementation for reflect and symmetric paddings by Usama Arif · 5 years ago
  25. 6a14adb COMPMID-1932: Implement CLHeightConcatenateLayer. by Pablo Tello · 5 years ago
  26. 341b218 COMPMID-1493 Create tests/validate_examples/graph_fully_connected by John Kesapides · 5 years ago
  27. 0ae5de9 COMPMID-1995: Prepare Graph to support different input/output quantization info by Isabella Gottardi · 5 years ago
  28. b0c5037 COMPMID-2043: Add support for "dummy threads" in CLGEMMReshaped by Gian Marco Iodice · 5 years ago
  29. 5ed7b5b COMPMID-1995 Reduce the tensor size of nightly Stack tests by Michalis Spyrou · 5 years ago
  30. 02acf01 COMPMID-2065: Fix validation issue in NEGEMMLowpMMCore by Georgios Pinitas · 5 years ago
  31. 1461383 COMPMID-1995: Update RSH GEMM assembly kernels. by Georgios Pinitas · 5 years ago
  32. 3dd5b68 COMPMID-1933: Implement NEHeightConcatenateLayer. by Pablo Tello · 5 years ago
  33. 2f7c149 Optimize CLDeconvolution-PART I: bug fixing CLGEMMLowpMatrixMultiplyCore by giuros01 · 5 years ago
  34. 6fa2638 COMPMID-1995: Fix compiler issues for invalid min,max arguments. by Georgios Pinitas · 5 years ago
  35. f7a3bf2 COMPMID-1995: Fix NEActivation Logistic by Isabella Gottardi · 5 years ago
  36. 2d7e683 COMPMID-1694: Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore by George Wort · 5 years ago
  37. 3814b30 COMPMID-1995 Fix OpenCL linking on x86_64 by Michalis Spyrou · 5 years ago
  38. 749021a COMPMID-1995: Revert fusing convolution to batch norm due to performance regressions by giuros01 · 5 years ago
  39. e03802e COMPMID-1936: Add support for QASYMM8 in CLQuantizeLayer. by Usama Arif · 5 years ago
  40. 917959c COMPMID-1281 Investigate concatenation for RNN/LSTM NEON by John Kesapides · 5 years ago
  41. 894066d COMPMID-1844: Implement CLCrop by George Wort · 5 years ago
  42. adfb273 COMPMID-1935 Add support for QASYMM8 in NEQuantizeLayer by John Kesapides · 5 years ago
  43. 381fcf2 COMPMID-1995: Allow calculations being performed in pixels borders in conv. by Georgios Pinitas · 5 years ago
  44. a42f55f COMPMID-1995: Allow weights and bias to be passed as SubStream in FullyConnectedLayer by Michele Di Giorgio · 5 years ago
  45. acce504 COMPMID-1740: Fuse batch normalization with Convolution Layer at graph level by giuros01 · 5 years ago
  46. ba5e096 COMPMID-1964: Implement CLGEMMMatrixMultiplyReshapedOnlyRHS - Not transposed by Gian Marco Iodice · 5 years ago
  47. efc4a2d COMPMID-1995: Fix call_all_input_node_accessors by Michele Di Giorgio · 5 years ago
  48. def2a85 COMPMID-1960: Implement DFT reference by Georgios Pinitas · 5 years ago
  49. 8d04fa0 COMPMID-2039: (Nightly): Neon Arithmetic Subtraction fails on Saturate by Manuel Bottini · 5 years ago
  50. da0e513 COMPMID-1882: Improve memory coalescence when reshaping the weights for CLDepthwiseConvolution by Pablo Tello · 5 years ago
  51. 4710436 COMPMID-1882: Improve memory coalescence when reshaping the weights for CLDepthwiseConvolution by Pablo Tello · 5 years ago
  52. adc5395 COMPMID-2000: Implement CLGEMMMatrixMultiplyReshapedOnlyRHS - Transposed by Gian Marco Iodice · 5 years ago
  53. f00d332 COMPMID-2034 Compilation error in bare metal build by Manuel Bottini · 5 years ago
  54. 574775c COMPMID-1937: Adds support for DequantizationLayer for NEON/CL. by Georgios Pinitas · 5 years ago
  55. 79fa9a2 COMPMID-2009: Add support for QASYMM8 in NEPixelWiseMultiplicationKernel by Manuel Bottini · 5 years ago
  56. 05398a9 COMPMID-1843: Implement NECrop by George Wort · 5 years ago
  57. f112ede COMPMID-2030: Fix minor documentation issues. by Georgios Pinitas · 5 years ago
  58. 6a2b6e8 COMPMID-2010: Add support for QASYMM8 in NEArithmeticSubtractionKernel by Manuel Bottini · 5 years ago
  59. fc1da13 COMPMID-1946: Implement NEBatchToSpace by giuros01 · 5 years ago
  60. fb68ca1 COMPMID-1490 Create graph_convolution.cpp by John Kesapides · 5 years ago
  61. ba36825 COMPMID-1947: Implement NESpaceToBatch by giuros01 · 5 years ago
  62. 6e61794 COMPMID-1766: Fixed NonMaxSuppression reference. by Pablo Tello · 5 years ago
  63. 9197c96 COMPMID-1995: Fix output quantization CLDeptwiseConv3x3 when activation is fused by Isabella Gottardi · 5 years ago
  64. 9d6a31c COMPMID-1710: Remove Soft Relu activation from large runs. by Georgios Pinitas · 5 years ago
  65. 7097e3c COMPMID-1601: Graph examples segfaulting on some platform when gles=1 by Georgios Pinitas · 5 years ago
  66. 8f5802f COMPMID-1710: Add FP16 support checks. by Georgios Pinitas · 5 years ago
  67. 804aafb COMPMID-1710: Fix NEReductionOperation border values for QASYMM8. by Georgios Pinitas · 5 years ago
  68. d9f9318 COMPMID-1997: Add ACL logo to the documentation and README.md by Isabella Gottardi · 5 years ago
  69. 92c2228 COMPMID-1710 Reduce Tile test sizes by Michalis Spyrou · 5 years ago
  70. 8c8b748 COMPMID-1710: Fix DepthConcatenate reference with different quantization by Georgios Pinitas · 5 years ago
  71. 2481d46 COMPMID-1710: Quantization information missmatching issues. by Georgios Pinitas · 5 years ago
  72. d57891a COMPMID-2007: Compilation failures with ndk16b. by Georgios Pinitas · 5 years ago
  73. f85433b COMPMID-2006: NEON GEMMLowp assertion failure. by Georgios Pinitas · 5 years ago
  74. e46a7be COMPMID-2005: Tensors have different quantization information. by Georgios Pinitas · 5 years ago
  75. 5209be5 COMPMID-1999: Add support for GenerateProposals operator in CL by Manuel Bottini · 5 years ago
  76. 453ef52 COMPMID-1710 fix CL context creation by John Kesapides · 5 years ago
  77. 0a1090a COMPMID-1710: Add check on different input/output quantization info were not supported by Isabella Gottardi · 5 years ago
  78. e5bf4c5 COMPMID-1710: Fix CL logistic activation for QASYMM8 by Michele Di Giorgio · 5 years ago
  79. 694b620 COMPMID-1710 Reduce Im2Col nightly validation sizes by Michalis Spyrou · 5 years ago
  80. e96e4f0 COMPMID-1766: Implemented CPP Non Max Suppression by Pablo Tello · 6 years ago
  81. bb365de Revert "COMPMID-1329: Add support for GenerateProposals operator in CL" by Giuseppe Rossini · 5 years ago
  82. 5576315 Revert "COMPMID-1766: Implemented CPP Non Max Suppression" by Pablo Marquez · 5 years ago
  83. 6253897 COMPMID-1987: 19.02 Release notes by Isabella Gottardi · 5 years ago
  84. e6134c1 COMPMID-1710 Remove 4K image from nightly dataset by Michalis Spyrou · 5 years ago
  85. 6eb90d7 COMPMID-1996: Update documenation for doxgen 1.8.15 by Manuel Bottini · 5 years ago
  86. eb6c88a COMPMID-1918: Different qinfos support in CLConcatLayer by Pablo Tello · 5 years ago
  87. 84bed5d COMPMID-1993: Remove GEMMInterleave4x4 benchmark by Isabella Gottardi · 5 years ago
  88. d582e68 COMPMID-1985: Update Readme for 19.02 Release by Isabella Gottardi · 5 years ago
  89. 0dde667 COMPMID-1981: fixed Nightly DepthConcatenate QASMM8 mismatches by Pablo Tello · 5 years ago
  90. ca65af3 COMPMID-1919: Opencl - Tuning with Instrumentation does not work by Vidhya Sudhan Loganathan · 5 years ago
  91. 581c898 COMPMID-1934: Doxygen online documentation errors on Firefox by Manuel Bottini · 5 years ago
  92. 661c252 COMPMID-1918: Fixed mismatches in NEDepthConcatenateLayer by Pablo Tello · 5 years ago
  93. 6844b88 COMPMID-1710 Fix NEON LSTM invalid allocation by Michalis Spyrou · 5 years ago
  94. d1fe4ce COMPMID-1710 Use system_clock in WallClock by Michalis Spyrou · 5 years ago
  95. 8e150a1 COMPMID-1859: Avoid unnecessary padding in CLWidthConcatenate[2,4]TensorsKernel by Michele Di Giorgio · 6 years ago
  96. 5d3bb40 COMPMID-1710: Fix LSTMLayerFixture by Michele Di Giorgio · 5 years ago
  97. 54e98d9 COMPMID-1918: Different qinfos support in NEConcatLayer. by Pablo Tello · 5 years ago
  98. 03bb550 COMPMID-1916: Add support for QASYMM8 LOGISTIC activation in NEActivationLayer by Isabella Gottardi · 5 years ago
  99. 4f85982 COMPMID-1923: Input is ignored if peephole optimization is enabled in LSTM by Georgios Pinitas · 5 years ago
  100. ebc3a90 COMPMID-1706: Fuse the bias addition within CLGEMM by Michele Di Giorgio · 6 years ago