1. 94abde4 Add Fused Activation to OpenCL MatMul by Mohammed Suhail Munshi · 1 year, 3 months ago
  2. f1aeab9 Break up arm_compute/core/Types.h a bit by Matthew Bentham · 1 year, 2 months ago
  3. 54b41a3 Reorder destructor in src by David Svantesson · 1 year, 2 months ago
  4. 56fabba Fix performance regression in FP16 Deconvolution by Jakub Sujak · 1 year, 3 months ago
  5. ed9eb30 Remove check for bias in CPU Depthwise Convolution by Jakub Sujak · 1 year, 3 months ago
  6. 318782b Remove inclusion of NEReorderKernel header from NEReorderLayer by Ramy Elgammal · 1 year, 3 months ago
  7. a8db612 Re-enable dyanmic weights in Neon™ depthwise convolution by Ramy Elgammal · 1 year, 3 months ago
  8. edafe7f Disable dynamic weights in unsupported operators by Viet-Hoa Do · 1 year, 3 months ago
  9. 76e7b63 Make NECast::validate take args by const pointer by Matthew Bentham · 1 year, 3 months ago
  10. 352c07d Implement OpenCL MatMul heuristic for Arm® Mali™-G710 by Gian Marco Iodice · 1 year, 3 months ago
  11. cd8b40d Guards to make NEReorder aarch64 only by David Svantesson · 1 year, 3 months ago
  12. 7a0f1bd Add fp16 GeMM heuristic for Arm® Mali™-G710 by Gian Marco Iodice · 1 year, 3 months ago
  13. f0ff76d Add Reorder to changelog by David Svantesson · 1 year, 3 months ago
  14. 3b162e5 Reorder added by David Svantesson · 1 year, 4 months ago
  15. eaae899 Fix OMPScheduler run_workloads single thread issue by SiCong Li · 1 year, 3 months ago
  16. f16eed9 Change fp16 GeMM heuristic for Arm® Mali™-G77 by Gian Marco Iodice · 1 year, 4 months ago
  17. dba672c Integrate multi-threaded pretranspose_B_array by SiCong Li · 1 year, 4 months ago
  18. 9b0a6b4 Fix dynamic weights for CPU connected layer by Viet-Hoa Do · 1 year, 4 months ago
  19. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 5 months ago
  20. 617ed50 Support dynamic weights for Fully Connected layers on GPU by Jakub Sujak · 1 year, 4 months ago
  21. f26ea2f Implement MatMul Function by Ramy Elgammal · 1 year, 5 months ago
  22. fff9a4c Add Cropping to CLBatchToSpace by Omar Al Khatib · 1 year, 4 months ago
  23. 8893e45 Add cropping support to NEBatchToSpace by SiCong Li · 1 year, 5 months ago
  24. a3e57c2 Add dynamic weights for CPU fully connected layer by Viet-Hoa Do · 1 year, 5 months ago
  25. 4ceb453 Add CropInfo to BatchToSpace reference and fixture by SiCong Li · 1 year, 5 months ago
  26. 47f177e Fix LWS search space used by CLTuner by SiCong Li · 1 year, 6 months ago
  27. adfcacc Add weights_info as optional input for NEDeconvolutionLayer by Annop Wongwathanarat · 1 year, 5 months ago
  28. c4ed2fd Extend skip upsampling for deconvolution for non-1x1 kernels by Annop Wongwathanarat · 1 year, 6 months ago
  29. 5dc732e Fix performance regression in Transposed Convolution by Gunes Bayir · 1 year, 6 months ago
  30. ae72a46 Add new operator AddMulAdd for Neon™ backend for Float/Quantized types by Gunes Bayir · 1 year, 6 months ago
  31. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 7 months ago
  32. b609c93 Skip upsampling for deconvolution when not needed by Annop Wongwathanarat · 1 year, 7 months ago
  33. a6a1538 Fix performance regression when stride equal to kernel size by Gunes Bayir · 1 year, 7 months ago
  34. 11f7d7e Add enable_fast_math for NEDeconvolutionLayer by Annop Wongwathanarat · 1 year, 7 months ago
  35. a68df8d Revert "Update the heuristic for CLDepthwiseConvolutionNative kernel" by Gian Marco Iodice · 1 year, 7 months ago
  36. bc67208 Update the heuristic for CLDepthwiseConvolutionNative kernel by Gian Marco Iodice · 1 year, 7 months ago
  37. 9d3bd41 Move DWC native heuristic into the heuristic folder by Gian Marco Iodice · 1 year, 7 months ago
  38. a5cb79f Update the ClConv2d heuristic by Gian Marco Iodice · 1 year, 7 months ago
  39. e317baf Optimize MeanReduce by integer acc. and removing upfront dequant. by Omar Al Khatib · 1 year, 8 months ago
  40. a0ae8d2 Optimize Transposed Convolution for CL backend (Quantized) by Gunes Bayir · 1 year, 8 months ago
  41. df6a3b0 Use heuristics for setting dynamic fusion direct conv2d tile sizes by Ramy Elgammal · 1 year, 8 months ago
  42. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 9 months ago
  43. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 9 months ago
  44. d2475c7 Add num_threads_to_use to OMPScheduler based on workload size by cfRod · 1 year, 9 months ago
  45. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 9 months ago
  46. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 11 months ago
  47. c4f2743 Optimize Quantized/Integer Bilinear Scale for Neon™ by Gunes Bayir · 1 year, 11 months ago
  48. 0eed305 Optimize FP32/16 Bilinear Scale Kernel for Neon™ by Gunes Bayir · 1 year, 11 months ago
  49. 211a55d Optimize depthwise convolution on OpenCL by Gian Marco Iodice · 2 years ago
  50. cd083cf Use parent buffer in CLSubTensor. This avoids calling enqueueMapBuffer repeatedly when mapping multiple children of the same parent. by Murray Kornelsen · 2 years, 1 month ago
  51. 8bab588 Fix validation problem in CLQLSTMLayer by Pablo Marquez Tello · 2 years ago
  52. 52695f5 Fix CTS/SLTS failure related to Depthwise Convolution by Gunes Bayir · 2 years ago
  53. 13b623e [ONCPUML-968] Fixed format kernel support in additional APIs by Milos Puzovic · 2 years ago
  54. 385dad2 Fix for OpenMP scheduler work breakdown by Milos Puzovic · 2 years ago
  55. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years, 1 month ago
  56. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years, 1 month ago
  57. a1f7851 Integrate new winograd APIs from MLTech by ramelg01 · 2 years, 1 month ago
  58. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 8 months ago
  59. 22dd8b9 Add missing flag when building cl graph examples and fix by Michalis Spyrou · 2 years, 1 month ago
  60. f28abef Fix compilation error in 32-bit with logging build by Viet-Hoa Do · 2 years, 2 months ago
  61. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 6 months ago
  62. 5873358 QLSTM add support for different qinfo by Mike Kelly · 2 years, 3 months ago
  63. 1bae0f9 NEQLSTM: perform type conversion in prepare method. by Pablo Marquez Tello · 2 years, 4 months ago
  64. 0a486cf Enable dynamic cl tuning for dynamically fused kernels by SiCong Li · 2 years, 4 months ago
  65. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 4 months ago
  66. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 5 months ago
  67. a5d61bf NEQLSTM: Add support for QASYMM8_SIGNED for input_to_forget_weights by Pablo Marquez Tello · 2 years, 5 months ago
  68. bfd10a1 QLSTM add support for different qinfo in weights by Pablo Marquez Tello · 2 years, 5 months ago
  69. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 5 months ago
  70. 4e66d70 Added windows native build support by Pablo Tello · 2 years, 5 months ago
  71. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 5 months ago
  72. 9454cf7 Fixed threshould argument order in NE/CL/LSTM by Pablo Marquez Tello · 2 years, 6 months ago
  73. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 6 months ago
  74. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 6 months ago
  75. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 7 months ago
  76. d7154db Implement 1D Adaptive Workload Splitting in CPPScheduler by Dana Zlotnik · 2 years, 9 months ago
  77. e7a5b0e Initialise quantization info in NEPadLayer by Pablo Marquez Tello · 2 years, 9 months ago
  78. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 9 months ago
  79. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 10 months ago
  80. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 10 months ago
  81. 5dda217 DirectConv3d support refine by Sheri Zhang · 2 years, 10 months ago
  82. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 10 months ago
  83. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 11 months ago
  84. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 10 months ago
  85. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 11 months ago
  86. 8229e5a Fix of linking errors to find CPPSplit symbols when compiling android nn driver by ramelg01 · 2 years, 10 months ago
  87. 4a6d9e8 Provide logging for configure functions in all CPP functions by ramelg01 · 2 years, 10 months ago
  88. 6d89157 Provide logging for configure functions in all CL functions by ramelg01 · 2 years, 10 months ago
  89. cbbb038 Provide logging for configure functions in all NEON functions by ramelg01 · 2 years, 11 months ago
  90. 8afe6c7 OpenCL job chaining support by Giorgio Arena · 3 years ago
  91. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 3 years ago
  92. 87a74ef Re-use auxiliary memory withing CpuWinogradConv2d operators by Georgios Pinitas · 3 years ago
  93. 511771f Remove padding from ClScaleKernel by Giorgio Arena · 3 years ago
  94. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 3 years ago
  95. 73df931 Address comments on avoiding releasing weights if used by multiple functions by Giorgio Arena · 3 years ago
  96. df5bcb6 Enable fast_math on CpuGemmConvolution by Georgios Pinitas · 3 years ago
  97. ebbd529 Update the heuristic to call direct convolution in clConv2d by Gian Marco Iodice · 3 years ago
  98. f5d51f3 Retain weights in ClGemm when reconfiguring the operator with retention by Georgios Pinitas · 3 years ago
  99. 45fbf9f Avoid releasing weights if they are used by multiple functions by Georgios Pinitas · 3 years ago
  100. d4a5bc5 Ensure correct transformed matrices are used in CpuGemmConvolution by Georgios Pinitas · 3 years ago