1. a6a1538 Fix performance regression when stride equal to kernel size by Gunes Bayir · 1 year, 6 months ago
  2. 9d3bd41 Move DWC native heuristic into the heuristic folder by Gian Marco Iodice · 1 year, 6 months ago
  3. a5cb79f Update the ClConv2d heuristic by Gian Marco Iodice · 1 year, 6 months ago
  4. a0ae8d2 Optimize Transposed Convolution for CL backend (Quantized) by Gunes Bayir · 1 year, 7 months ago
  5. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 8 months ago
  6. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 8 months ago
  7. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 8 months ago
  8. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  9. 211a55d Optimize depthwise convolution on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  10. cd083cf Use parent buffer in CLSubTensor. This avoids calling enqueueMapBuffer repeatedly when mapping multiple children of the same parent. by Murray Kornelsen · 2 years ago
  11. 8bab588 Fix validation problem in CLQLSTMLayer by Pablo Marquez Tello · 1 year, 11 months ago
  12. 52695f5 Fix CTS/SLTS failure related to Depthwise Convolution by Gunes Bayir · 1 year, 11 months ago
  13. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  14. 22dd8b9 Add missing flag when building cl graph examples and fix by Michalis Spyrou · 2 years ago
  15. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  16. 0a486cf Enable dynamic cl tuning for dynamically fused kernels by SiCong Li · 2 years, 3 months ago
  17. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  18. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  19. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  20. 9454cf7 Fixed threshould argument order in NE/CL/LSTM by Pablo Marquez Tello · 2 years, 5 months ago
  21. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  22. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  23. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 9 months ago
  24. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  25. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  26. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  27. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  28. 4a6d9e8 Provide logging for configure functions in all CPP functions by ramelg01 · 2 years, 9 months ago
  29. 6d89157 Provide logging for configure functions in all CL functions by ramelg01 · 2 years, 9 months ago
  30. 8afe6c7 OpenCL job chaining support by Giorgio Arena · 2 years, 10 months ago
  31. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago
  32. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  33. 73df931 Address comments on avoiding releasing weights if used by multiple functions by Giorgio Arena · 2 years, 11 months ago
  34. f5d51f3 Retain weights in ClGemm when reconfiguring the operator with retention by Georgios Pinitas · 2 years, 11 months ago
  35. 45fbf9f Avoid releasing weights if they are used by multiple functions by Georgios Pinitas · 2 years, 11 months ago
  36. 3f74389 Remove 21.08 deprecated code by Freddie Liardet · 3 years ago
  37. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years ago
  38. 529b5a2 Port ClFullyConnected to new API by Georgios Pinitas · 3 years ago
  39. 9805583 Fix memory lifetime issue by Georgios Pinitas · 3 years ago
  40. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  41. 4718706 Dispatch Conv2d using the Direct method when necessary by Georgios Pinitas · 3 years ago
  42. f4e84fb Port ClGemmLowp to new API by Georgios Pinitas · 3 years ago
  43. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  44. 2b147ee Avoid multiple Rhs matrix transformation on ClGemm by Georgios Pinitas · 3 years ago
  45. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  46. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  47. 4411e1f Change CLConvolution selection to run Direct approach on large kernels by Georgios Pinitas · 3 years ago
  48. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  49. bc4e311 Implement FP GPU depthwise convolution 1x1 kernel for in-place computation by SiCongLi · 3 years ago
  50. 399f623 Port ClGemmLowpOutputStage operator to new interface by Georgios Pinitas · 3 years ago
  51. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  52. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  53. d7316eb Port NEGEMMConv2d to memory injecting interface by Michele Di Giorgio · 3 years, 1 month ago
  54. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  55. 2db3a99 Fix Winograd heuristic in CLConvolutionLayer by Gian Marco Iodice · 3 years ago
  56. ef5aac6 Add FP16 support to CLRemap by Freddie Liardet · 3 years, 1 month ago
  57. 8266ae5 Rework the CLConvolutionLayer heuristic by Gian Marco Iodice · 3 years, 1 month ago
  58. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 6 months ago
  59. c6f4ec3 Port CLWinogradConvolutionLayer with ClWinogradConv2d by Manuel Bottini · 3 years, 2 months ago
  60. 94f799e Fix incorrect memory handling in ported functions by Manuel Bottini · 3 years, 1 month ago
  61. 36dff9f Add NHWC support to CLRemap by Frederick Liardet · 3 years, 2 months ago
  62. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  63. 5a64332 Fix WeightRetention tests on multiple calls of FullyConnected by Georgios Pinitas · 3 years, 1 month ago
  64. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 1 month ago
  65. 4403ed3 Add support for dynamic weights in CL FullyConnected layer by Giorgio Arena · 3 years, 2 months ago
  66. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  67. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  68. 494b97a Port CLFlattenLayer to a memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  69. 538a076 Fix oclgrind error on CLGEMMLowp reshaped only RHS quantized per channel by Giorgio Arena · 3 years, 2 months ago
  70. 186fe68 Fix the OpenCL convolution layer heuristic for int8 by Gian Marco Iodice · 3 years, 2 months ago
  71. 2cd5b31 Remove unused CLCoreRuntimeContext by Georgios Pinitas · 3 years, 2 months ago
  72. 3ae6580 Update heuristic for CLConvolutionLayer by Gian Marco Iodice · 3 years, 2 months ago
  73. ef516e8 Rename Quantization/Dequantization kernels/operators to imperative mood by Georgios Pinitas · 3 years, 2 months ago
  74. 0dc0d8e Rename PixelwiseMultiplications to Mul for simplicity by Georgios Pinitas · 3 years, 2 months ago
  75. 3ecf9fe Remove OpenCL padding: CLReductionOperationKernel by Giorgio Arena · 3 years, 2 months ago
  76. e253515 Fix for performance regression on G71 (mate9) for direct convolution by Aleksandr Nikolaev · 3 years, 3 months ago
  77. e92b045 Add per-channel quantization support for CLDeconvolutionLayer by Freddie Liardet · 3 years, 2 months ago
  78. 5c3eeec Fixed CTS failures CLInstanceNorm by Pablo Tello · 3 years, 2 months ago
  79. 402740d Add support for CLVK by Michalis Spyrou · 3 years, 3 months ago
  80. dcf4c87 CLDepthwiseConvolutionLayer rework - Part 1 by Giorgio Arena · 3 years, 3 months ago
  81. ada6cbc Remove OpenCL padding: CLPixelWiseMultiplicationKernel by Giorgio Arena · 3 years, 3 months ago
  82. b25883a Remove experimental tracing feature by Pablo Marquez Tello · 3 years, 3 months ago
  83. fe7ae81 CLInstanceNormalizationLayer NHWC optimisation by Pablo Marquez Tello · 3 years, 4 months ago
  84. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  85. 3795491 Add GEMM heuristic for Mali-G78 by Gian Marco Iodice · 3 years, 3 months ago
  86. 035004e Add support for a global allocator for OpenCL tensors by Georgios Pinitas · 3 years, 3 months ago
  87. 21c2895 Remove OpenCL padding: CLNormalizationLayerKernel by Manuel Bottini · 3 years, 3 months ago
  88. 91b7f74 Port CLConvertFullyConnectedWeights to new API by Teresa Charlin · 3 years, 3 months ago
  89. 0a66abe Fix CLDepthwiseConvolutionLayer QSYMM8_PER_CHANNEL mismatches by Giorgio Arena · 3 years, 3 months ago
  90. 0b76f7d Add support for cl_image in CLDirectConvolutionLayer by Gian Marco Iodice · 3 years, 3 months ago
  91. 6850889 Substitute CLFullyConnectedLayerReshapeWeights by CLTranspose by Teresa Charlin · 3 years, 3 months ago
  92. ca62c6f Mixed data-layout testing on high priority operators by Manuel Bottini · 3 years, 4 months ago
  93. 4ed7b39 Added Qasymm8 datatype support to CLROIPoolingLayer with Tests by Suhail Munshi · 3 years, 4 months ago
  94. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  95. 2788609 Port ClTranspose to new API by Teresa Charlin · 3 years, 4 months ago
  96. 97e2580 Check biases pointer before referencing in CLDirectConvolutionLayer by Michele Di Giorgio · 3 years, 3 months ago
  97. 1efed92 Make ClDirectConvolutionKernel stateless by Sheri Zhang · 3 years, 4 months ago
  98. f9ab9f9 Make ClPixelWiseMultiplicationKernel stateless by Sheri Zhang · 3 years, 4 months ago
  99. 3b131ab Port OpenCL Scale to new API by Manuel Bottini · 3 years, 5 months ago
  100. 9e73c93 Port OpenCL Dequantization to new API by Manuel Bottini · 3 years, 4 months ago