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