1. 85cafff Add Mali™-G720 and Mali™-G620 as GpuTargets by Gunes Bayir · 7 months ago
  2. d4650e9 Fix various coverity issues by SiCong Li · 8 months ago
  3. 29254ae Optimize CL softmax by Viet-Hoa Do · 9 months ago
  4. c1204c7 Connect MatMul MMUL kernels to ClMatMul operator by Gunes Bayir · 9 months ago
  5. afd38f0 Apply clang-format on repository by Felix Thomasmathibalan · 9 months ago
  6. 0d27b2e Remove legacy PostOps code by Jakub Sujak · 10 months ago
  7. f77b969 Avoid using CLMatMul in CLFullyConnected when GPUTarget is Midgard by ramy.elgammal@arm.com · 11 months ago
  8. 9129549 Retain back-compatibility for arm_compute/core/Types.h by SiCong Li · 12 months ago
  9. 2e0714d Fix failing CTS tests by disabling matmul when weights conversion is required. by Mohammed Suhail Munshi · 12 months ago
  10. 8e2dede Add Bias to MatMul Kernels and add support for use in Fully Connected Layer by Mohammed Suhail Munshi · 1 year ago
  11. 5153fe4 Fix unsupported configuration in CLFullyConnected validation by Gunes Bayir · 12 months ago
  12. a2bb80e Use MatMul in fully connected layer with dynamic weights when supported by Mohammed Suhail Munshi · 1 year ago
  13. 94abde4 Add Fused Activation to OpenCL MatMul by Mohammed Suhail Munshi · 1 year, 1 month ago
  14. 043613f Break up Utils.h a bit to reduce unused code being included everywhere by Matthew Bentham · 1 year, 1 month ago
  15. f1aeab9 Break up arm_compute/core/Types.h a bit by Matthew Bentham · 1 year, 1 month ago
  16. e9b3ee2 Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int_8 failures by Jakub Sujak · 1 year, 3 months ago
  17. 352c07d Implement OpenCL MatMul heuristic for Arm® Mali™-G710 by Gian Marco Iodice · 1 year, 2 months ago
  18. 1ed6a14 Align naming convention of ClMatMul by Jakub Sujak · 1 year, 3 months ago
  19. 617ed50 Support dynamic weights for Fully Connected layers on GPU by Jakub Sujak · 1 year, 3 months ago
  20. f26ea2f Implement MatMul Function by Ramy Elgammal · 1 year, 3 months ago
  21. 1b6377b Add broadcast batched matmul validation cases by SiCong Li · 1 year, 6 months ago
  22. 13bab71 Fix ClGemm crashes on unsupported data types by SiCong Li · 1 year, 6 months ago
  23. a5cb79f Update the ClConv2d heuristic by Gian Marco Iodice · 1 year, 6 months ago
  24. a0ae8d2 Optimize Transposed Convolution for CL backend (Quantized) by Gunes Bayir · 1 year, 7 months ago
  25. 21a0a4e Fix build error resulting from incorrect header path by Jakub Sujak · 1 year, 7 months ago
  26. df6a3b0 Use heuristics for setting dynamic fusion direct conv2d tile sizes by Ramy Elgammal · 1 year, 7 months ago
  27. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 8 months ago
  28. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 8 months ago
  29. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 8 months ago
  30. 4478e1c Rework heuristic in ClConv2d by Gian Marco Iodice · 1 year, 10 months ago
  31. 1257131 Enable Winograd-based conv2d when IFM>=8 on Gpu by Gian Marco Iodice · 1 year, 10 months ago
  32. 9ee8a3e Revert "Fix performance regression in ClConv2D" by Ramy Elgammal · 1 year, 11 months ago
  33. e54d8c0 Fix performance regression in ClConv2D by Gian Marco Iodice · 1 year, 11 months ago
  34. cec1af5 Fix performance regression in Conv2D on OpenCL by Adnan AlSinan · 1 year, 11 months ago
  35. cc03419 Disable unsafe FP optimizations in Winograd Output Transform by Gunes Bayir · 1 year, 11 months ago
  36. 0105ce5 Fix LeNet-f16 convolution regression by Adnan AlSinan · 1 year, 11 months ago
  37. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 2 months ago
  38. e871207 Update ClConv2D heuristic to use direct convolution by Adnan AlSinan · 2 years ago
  39. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  40. 2cc50b3 Extended direct conv 2d interface for tuning the OpenCl kernel by Gian Marco Iodice · 2 years, 1 month ago
  41. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 2 months ago
  42. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  43. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  44. 51d7119 Fix performance regression on Arm(R) Mali(TM)-G71 by Gian Marco Iodice · 2 years, 5 months ago
  45. 616f8eb Fix performance regression on the first layer of convolution-based model by Gian Marco Iodice · 2 years, 5 months ago
  46. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  47. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  48. 0bae3ee Fix heuristic in ClConv2D by Gian Marco Iodice · 2 years, 5 months ago
  49. 3012435 Remove padding from ClDirectConv2dKernel by Adnan AlSinan · 2 years, 7 months ago
  50. 8d07127 Use #if directive instead of regular condition in CLDirectConv2D by Giorgio Arena · 2 years, 7 months ago
  51. 78baa48 Improve start-up direct convolution on OpenCL by Gian Marco Iodice · 2 years, 7 months ago
  52. 9cca592 Improve start-up timer for GeMM (floating-point): by ramelg01 · 2 years, 8 months ago
  53. d928735 Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with post ops 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. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 9 months ago
  57. 5dda217 DirectConv3d support refine by Sheri Zhang · 2 years, 9 months ago
  58. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  59. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  60. 6d89157 Provide logging for configure functions in all CL functions by ramelg01 · 2 years, 9 months ago
  61. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  62. 2e53f17 Provide logging for configure functions in all gpu operators by ramelg01 · 2 years, 9 months ago
  63. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 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. 8fce496 Remove padding from ClPool2dKernel NCHW by Giorgio Arena · 2 years, 10 months ago
  66. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago