1. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  2. 3bedd2f Improve start-up time in gemmlowp reshaped rhs only. by Adnan AlSinan · 1 year, 10 months ago
  3. db14af6 Update GEMM reshaped rhs only heuristic by Gian Marco Iodice · 1 year, 9 months ago
  4. b5368fb Force CL kernel compilation with 64 registers by Viet-Hoa Do · 1 year, 10 months ago
  5. 047e5d0 Fix validation in validate_image2d_support_on_rhs by Gian Marco Iodice · 1 year, 10 months ago
  6. 4478e1c Rework heuristic in ClConv2d by Gian Marco Iodice · 1 year, 10 months ago
  7. d11de98 Add a macro guard in all OpenCL kernels in gemmlowp.cl by Gian Marco Iodice · 1 year, 10 months ago
  8. 1257131 Enable Winograd-based conv2d when IFM>=8 on Gpu by Gian Marco Iodice · 1 year, 10 months ago
  9. 9ee8a3e Revert "Fix performance regression in ClConv2D" by Ramy Elgammal · 1 year, 11 months ago
  10. e54d8c0 Fix performance regression in ClConv2D by Gian Marco Iodice · 1 year, 11 months ago
  11. cec1af5 Fix performance regression in Conv2D on OpenCL by Adnan AlSinan · 1 year, 11 months ago
  12. cc03419 Disable unsafe FP optimizations in Winograd Output Transform by Gunes Bayir · 1 year, 11 months ago
  13. 0105ce5 Fix LeNet-f16 convolution regression by Adnan AlSinan · 1 year, 11 months ago
  14. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 2 months ago
  15. e871207 Update ClConv2D heuristic to use direct convolution by Adnan AlSinan · 2 years ago
  16. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  17. 2cc50b3 Extended direct conv 2d interface for tuning the OpenCl kernel by Gian Marco Iodice · 2 years, 1 month ago
  18. d8804fd Fix OpenCL Winograd output transform by Gian Marco Iodice · 2 years ago
  19. 0c68704 Fix performance regression in Winograd Output Transform (OpenCL) by Gian Marco Iodice · 2 years, 1 month ago
  20. fdb5342 Disable unsafe FP optimizations causing accuracy issues by Gunes Bayir · 2 years, 1 month ago
  21. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 2 months ago
  22. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  23. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  24. 0a486cf Enable dynamic cl tuning for dynamically fused kernels by SiCong Li · 2 years, 3 months ago
  25. ca364df Include missing embedded headers by SiCong Li · 2 years, 3 months ago
  26. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  27. 892b70a Fix embedded kernel header inclusion for dynamic fusion by Giorgio Arena · 2 years, 3 months ago
  28. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  29. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  30. 51d7119 Fix performance regression on Arm(R) Mali(TM)-G71 by Gian Marco Iodice · 2 years, 5 months ago
  31. 89aa4eb Improve start-up time for concatenation layers by ramelg01 · 2 years, 5 months ago
  32. 616f8eb Fix performance regression on the first layer of convolution-based model by Gian Marco Iodice · 2 years, 5 months ago
  33. bb6877a Improve start-up time for winograd_output_transform_*_nhwc by ramelg01 · 2 years, 5 months ago
  34. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  35. 2a86a30 Improve start-up time for winograd_input_transform_*_nhwc by ramelg01 · 2 years, 5 months ago
  36. ba8690b Improve start-up time for winograd_filter_transform_*_nhwc by ramelg01 · 2 years, 5 months ago
  37. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  38. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  39. 0bae3ee Fix heuristic in ClConv2D by Gian Marco Iodice · 2 years, 5 months ago
  40. b181263 Enabled support for QASYMM8 in ClCastKernel by Pablo Marquez Tello · 2 years, 6 months ago
  41. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 6 months ago
  42. 3e155a5 Rework gemm_reshape_lhs_ with new macros by Adnan AlSinan · 2 years, 7 months ago
  43. 3012435 Remove padding from ClDirectConv2dKernel by Adnan AlSinan · 2 years, 7 months ago
  44. 8d07127 Use #if directive instead of regular condition in CLDirectConv2D by Giorgio Arena · 2 years, 7 months ago
  45. 78baa48 Improve start-up direct convolution on OpenCL by Gian Marco Iodice · 2 years, 7 months ago
  46. 4fb5670 Rework gemm_reshape_rhs_(nt,t) with new macros by Gian Marco Iodice · 2 years, 8 months ago
  47. 9cca592 Improve start-up timer for GeMM (floating-point): by ramelg01 · 2 years, 8 months ago
  48. e330fb4 Improve start-up timer for ClIm2Col by Giorgio Arena · 2 years, 8 months ago
  49. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  50. 17975a6 Improve start-up time for ClScale by Adnan AlSinan · 2 years, 8 months ago
  51. d928735 Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with post ops by SiCongLi · 2 years, 8 months ago
  52. 6049eda Add PRelu to supported PostOps in: by ramelg01 · 2 years, 8 months ago
  53. 71cbd28 Fix out-of-bound reads in cl gemm kernels by SiCongLi · 2 years, 8 months ago
  54. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 8 months ago
  55. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 9 months ago
  56. 48717a3 Remove padding in FP Cl Gemm kernels by SiCongLi · 2 years, 8 months ago
  57. eb8bd81 Fix dst "widening" validation by SiCongLi · 2 years, 8 months ago
  58. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  59. 69df64f Improve conv3d validation by Freddie Liardet · 2 years, 8 months ago
  60. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 9 months ago
  61. 5dda217 DirectConv3d support refine by Sheri Zhang · 2 years, 9 months ago
  62. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  63. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  64. b060806 Improve performance of Softmax uint8 on GPU by Adnan AlSinan · 2 years, 9 months ago
  65. 6d89157 Provide logging for configure functions in all CL functions by ramelg01 · 2 years, 9 months ago
  66. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  67. 2e53f17 Provide logging for configure functions in all gpu operators by ramelg01 · 2 years, 9 months ago
  68. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  69. 7bc1a77 Optimize ClScaleKernel on NHWC (f32/f16/int8) by Gian Marco Iodice · 2 years, 10 months ago
  70. 951d520 Remove padding from ClGemmMatrixMultiplyReshapedOnlyRhsKernel by Giorgio Arena · 2 years, 10 months ago
  71. bde2f35 Remove padding from ClGemmMatrixMultiplyReshapedKernel by Giorgio Arena · 2 years, 10 months ago
  72. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  73. 4e53c5a Revert "Remove padding from ClGemmMatrixMultiplyReshapedKernel" by Pablo Marquez Tello · 2 years, 10 months ago
  74. 8fce496 Remove padding from ClPool2dKernel NCHW by Giorgio Arena · 2 years, 10 months ago
  75. 50335fd Remove padding from ClGemmMatrixMultiplyReshapedKernel by Michele Di Giorgio · 2 years, 10 months ago
  76. c89998f Fix strict overflow warnings by Michalis Spyrou · 2 years, 10 months ago
  77. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago
  78. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  79. c3c352e Add Queue support by Georgios Pinitas · 3 years, 4 months ago
  80. c6fcfb4 Add Tensor related utilities to the new API by Sang-Hoon Park · 3 years, 3 months ago
  81. 3f26ef4 Add tensor related data structures for the new API by Georgios Pinitas · 3 years, 4 months ago
  82. 8a5146f Introduce Context opaque object of the new interface by Georgios Pinitas · 3 years, 6 months ago