1. 15d0c44 Fix performance regression in Transposed Convolution by Gunes Bayir · 1 year, 5 months ago
  2. ae72a46 Add new operator AddMulAdd for Neon™ backend for Float/Quantized types by Gunes Bayir · 1 year, 5 months ago
  3. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 6 months ago
  4. b609c93 Skip upsampling for deconvolution when not needed by Annop Wongwathanarat · 1 year, 5 months ago
  5. a6a1538 Fix performance regression when stride equal to kernel size by Gunes Bayir · 1 year, 5 months ago
  6. 11f7d7e Add enable_fast_math for NEDeconvolutionLayer by Annop Wongwathanarat · 1 year, 6 months ago
  7. a68df8d Revert "Update the heuristic for CLDepthwiseConvolutionNative kernel" by Gian Marco Iodice · 1 year, 5 months ago
  8. bc67208 Update the heuristic for CLDepthwiseConvolutionNative kernel by Gian Marco Iodice · 1 year, 6 months ago
  9. 9d3bd41 Move DWC native heuristic into the heuristic folder by Gian Marco Iodice · 1 year, 6 months ago
  10. a5cb79f Update the ClConv2d heuristic by Gian Marco Iodice · 1 year, 6 months ago
  11. e317baf Optimize MeanReduce by integer acc. and removing upfront dequant. by Omar Al Khatib · 1 year, 7 months ago
  12. a0ae8d2 Optimize Transposed Convolution for CL backend (Quantized) by Gunes Bayir · 1 year, 7 months ago
  13. df6a3b0 Use heuristics for setting dynamic fusion direct conv2d tile sizes by Ramy Elgammal · 1 year, 7 months ago
  14. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 7 months ago
  15. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 8 months ago
  16. d2475c7 Add num_threads_to_use to OMPScheduler based on workload size by cfRod · 1 year, 8 months ago
  17. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 8 months ago
  18. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  19. c4f2743 Optimize Quantized/Integer Bilinear Scale for Neon™ by Gunes Bayir · 1 year, 10 months ago
  20. 0eed305 Optimize FP32/16 Bilinear Scale Kernel for Neon™ by Gunes Bayir · 1 year, 10 months ago
  21. 211a55d Optimize depthwise convolution on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  22. 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
  23. 8bab588 Fix validation problem in CLQLSTMLayer by Pablo Marquez Tello · 1 year, 11 months ago
  24. 52695f5 Fix CTS/SLTS failure related to Depthwise Convolution by Gunes Bayir · 1 year, 11 months ago
  25. 13b623e [ONCPUML-968] Fixed format kernel support in additional APIs by Milos Puzovic · 1 year, 11 months ago
  26. 385dad2 Fix for OpenMP scheduler work breakdown by Milos Puzovic · 1 year, 11 months ago
  27. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  28. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  29. a1f7851 Integrate new winograd APIs from MLTech by ramelg01 · 2 years ago
  30. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  31. 22dd8b9 Add missing flag when building cl graph examples and fix by Michalis Spyrou · 2 years ago
  32. f28abef Fix compilation error in 32-bit with logging build by Viet-Hoa Do · 2 years, 1 month ago
  33. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  34. 5873358 QLSTM add support for different qinfo by Mike Kelly · 2 years, 2 months ago
  35. 1bae0f9 NEQLSTM: perform type conversion in prepare method. by Pablo Marquez Tello · 2 years, 2 months ago
  36. 0a486cf Enable dynamic cl tuning for dynamically fused kernels by SiCong Li · 2 years, 3 months ago
  37. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  38. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 4 months ago
  39. a5d61bf NEQLSTM: Add support for QASYMM8_SIGNED for input_to_forget_weights by Pablo Marquez Tello · 2 years, 3 months ago
  40. bfd10a1 QLSTM add support for different qinfo in weights by Pablo Marquez Tello · 2 years, 3 months ago
  41. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  42. 4e66d70 Added windows native build support by Pablo Tello · 2 years, 4 months ago
  43. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  44. 9454cf7 Fixed threshould argument order in NE/CL/LSTM by Pablo Marquez Tello · 2 years, 4 months ago
  45. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  46. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  47. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 6 months ago
  48. d7154db Implement 1D Adaptive Workload Splitting in CPPScheduler by Dana Zlotnik · 2 years, 8 months ago
  49. e7a5b0e Initialise quantization info in NEPadLayer by Pablo Marquez Tello · 2 years, 8 months ago
  50. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  51. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 8 months ago
  52. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 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. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  56. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  57. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  58. 8229e5a Fix of linking errors to find CPPSplit symbols when compiling android nn driver by ramelg01 · 2 years, 9 months ago
  59. 4a6d9e8 Provide logging for configure functions in all CPP functions by ramelg01 · 2 years, 9 months ago
  60. 6d89157 Provide logging for configure functions in all CL functions by ramelg01 · 2 years, 9 months ago
  61. cbbb038 Provide logging for configure functions in all NEON functions by ramelg01 · 2 years, 10 months ago
  62. 8afe6c7 OpenCL job chaining support by Giorgio Arena · 2 years, 10 months ago
  63. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  64. 87a74ef Re-use auxiliary memory withing CpuWinogradConv2d operators by Georgios Pinitas · 2 years, 10 months ago
  65. 511771f Remove padding from ClScaleKernel by Giorgio Arena · 2 years, 10 months ago
  66. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  67. 73df931 Address comments on avoiding releasing weights if used by multiple functions by Giorgio Arena · 2 years, 11 months ago
  68. df5bcb6 Enable fast_math on CpuGemmConvolution by Georgios Pinitas · 2 years, 11 months ago
  69. ebbd529 Update the heuristic to call direct convolution in clConv2d by Gian Marco Iodice · 2 years, 11 months ago
  70. f5d51f3 Retain weights in ClGemm when reconfiguring the operator with retention by Georgios Pinitas · 2 years, 11 months ago
  71. 45fbf9f Avoid releasing weights if they are used by multiple functions by Georgios Pinitas · 2 years, 11 months ago
  72. d4a5bc5 Ensure correct transformed matrices are used in CpuGemmConvolution by Georgios Pinitas · 2 years, 11 months ago
  73. fa1db17 Ensure that correct transformed matrices are used in CpuFullyConnected by Georgios Pinitas · 2 years, 11 months ago
  74. d761a3e Fix performance regression due to clFinish() by Gian Marco Iodice · 2 years, 11 months ago
  75. 288d3cb Fix compiler error in CLActivationLayer by Pablo Marquez Tello · 2 years, 11 months ago
  76. acb4d93 Fix compiler error in GCC 7.4 + Ubuntu 16 by Pablo Marquez Tello · 2 years, 11 months ago
  77. 3f74389 Remove 21.08 deprecated code by Freddie Liardet · 2 years, 11 months ago
  78. 0f6ca4b Report error for unsupported non-constant weights in CpuFullyConnected by Michele Di Giorgio · 2 years, 11 months ago
  79. 6634194 Avoid over-allocation of temporary buffers within CpuWinogradConv2d by Georgios Pinitas · 2 years, 11 months ago
  80. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  81. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years ago
  82. 529b5a2 Port ClFullyConnected to new API by Georgios Pinitas · 3 years ago
  83. a0efe69 Reintroduce implementation of NEConvolutionLayer::get_convolution_method by Michele Di Giorgio · 2 years, 11 months ago
  84. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  85. a86433a Reduce binary footprint of CpuConvertFullyConnectedWeightsKernel by Michele Di Giorgio · 3 years ago
  86. 9805583 Fix memory lifetime issue by Georgios Pinitas · 3 years ago
  87. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  88. 4718706 Dispatch Conv2d using the Direct method when necessary by Georgios Pinitas · 3 years ago
  89. e92c23e Fix allocation of prepare tensor on ClWinogradConv2d by Georgios Pinitas · 3 years ago
  90. 22f5ed5 Avoid allocation of auxiliary memory in CpuGemmConvolution by Georgios Pinitas · 3 years ago
  91. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  92. a8297fb Pass fast math flag for correct GEMM3D validation support by Georgios Pinitas · 3 years ago
  93. 69a9ac4 Expose fast_math mode for GEMM through BFloat16 by Georgios Pinitas · 3 years ago
  94. 1fa27ad Inject temporary tensors to pack in they don't exist in CpuSoftmax by Georgios Pinitas · 3 years ago
  95. f4e84fb Port ClGemmLowp to new API by Georgios Pinitas · 3 years ago
  96. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  97. 2b147ee Avoid multiple Rhs matrix transformation on ClGemm by Georgios Pinitas · 3 years ago
  98. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  99. 0b27133 Disabled DirectConv method for NCHW and kernel > 15 by Pablo Marquez Tello · 3 years ago
  100. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago