1. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 3 months ago
  2. 617ed50 Support dynamic weights for Fully Connected layers on GPU by Jakub Sujak · 1 year, 3 months ago
  3. 8893e45 Add cropping support to NEBatchToSpace by SiCong Li · 1 year, 3 months ago
  4. 732c1b2 Fix GCC13 compiler errors by Pablo Marquez Tello · 1 year, 3 months ago
  5. 5a7d157 Fix BatchToSpaceFixture by SiCong Li · 1 year, 4 months ago
  6. 8918b23 Implement OpenCL MatMul for Lhs T Rhs T/NT FP32/16 by Gunes Bayir · 1 year, 4 months ago
  7. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 4 months ago
  8. 4ceb453 Add CropInfo to BatchToSpace reference and fixture by SiCong Li · 1 year, 4 months ago
  9. 37c989a Add support for arbitrary parameters for CPU Gather by Viet-Hoa Do · 1 year, 4 months ago
  10. bbf2e74 Add support for kernel indices in Maxpool by Adnan AlSinan · 1 year, 4 months ago
  11. 227db8d Add an option to use lowest for max-pooling by Adnan AlSinan · 1 year, 5 months ago
  12. d538d16 Add MatMulInfo Information class to ComputeLibrary by Mohammed Suhail Munshi · 1 year, 5 months ago
  13. 3cce35d Extend cl image support to input and output tensors by Gian Marco Iodice · 1 year, 6 months ago
  14. d2d9361 Add extend padding lock flag by Ramy Elgammal · 1 year, 6 months ago
  15. 3a1e125 Handle Intermediate tensors within the sketch by Gunes Bayir · 1 year, 6 months ago
  16. 9d3bd41 Move DWC native heuristic into the heuristic folder by Gian Marco Iodice · 1 year, 6 months ago
  17. a5cb79f Update the ClConv2d heuristic by Gian Marco Iodice · 1 year, 6 months ago
  18. 03b2971 Integrate SME2 kernels by Viet-Hoa Do · 2 years, 1 month ago
  19. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 8 months ago
  20. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 8 months ago
  21. 73bb6b7 ONCPUML-1072: Tuned MWS values (for N1, V1) for binary operators used by oneDNN by Fadi Arafeh · 1 year, 9 months ago
  22. ca1a52d space-to-depth shape calculator fix by Ramy Elgammal · 1 year, 8 months ago
  23. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 8 months ago
  24. fd76611 Fix compiler warnings in dynamic fusion by SiCong Li · 1 year, 8 months ago
  25. a2b131b Fix compiler warnings in dynamic fusion by SiCong Li · 1 year, 8 months ago
  26. f44bbc5 Rewrite dynamic fusion by SiCong Li · 1 year, 10 months ago
  27. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  28. b5368fb Force CL kernel compilation with 64 registers by Viet-Hoa Do · 1 year, 10 months ago
  29. d6b8a71 Add FP32 Neon™ swish activation by Jonathan Deakin · 1 year, 11 months ago
  30. 926f502 Adding GELU activation by Murray Kornelsen · 2 years ago
  31. 16789a1 Compute Hard-Swish with a Lookup table for qasymm8_signed. by Pablo Marquez Tello · 2 years ago
  32. 29db3d2 Add LUT for quantized sigmoid function by Viet-Hoa Do · 1 year, 11 months ago
  33. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 2 years ago
  34. 13b623e [ONCPUML-968] Fixed format kernel support in additional APIs by Milos Puzovic · 2 years ago
  35. 3c4d085 Update the GPUTarget list by Gian Marco Iodice · 2 years ago
  36. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  37. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  38. a1f7851 Integrate new winograd APIs from MLTech by ramelg01 · 2 years ago
  39. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  40. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 4 months ago
  41. 2cc50b3 Extended direct conv 2d interface for tuning the OpenCl kernel by Gian Marco Iodice · 2 years, 1 month ago
  42. a3cf241 Add G57 to GPUTarget by SiCong Li · 2 years ago
  43. b042e39 Add LUT-based leaky relu for QASYMM8 on CPU by Viet-Hoa Do · 2 years ago
  44. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years, 1 month ago
  45. 3efdfb3 Enable loading OpenCL symbols in Android App native code, NDK environment. by ohadagoogle · 2 years ago
  46. 586fff9 Fix build error v8.2-a-sve by Pablo Marquez Tello · 2 years, 1 month ago
  47. f8bb092 Add support OpenCL 3.0 non-uniform workgroup by Viet-Hoa Do · 2 years, 1 month ago
  48. 894659a Add support for 2d and 3d indices for axis 1 by Pablo Marquez Tello · 2 years, 2 months ago
  49. d75cd8a Compute Hard-Swish with a Lookup table for qasymm8. by Pablo Marquez Tello · 2 years, 1 month ago
  50. aa79405 Fix doxygen typos by Viet-Hoa Do · 2 years, 1 month ago
  51. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  52. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 2 months ago
  53. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 2 months ago
  54. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 2 months ago
  55. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  56. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 2 months ago
  57. 50e48aa Add missing noexcept. This fixes building faillures with gcc9. by Michalis Spyrou · 2 years, 2 months ago
  58. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  59. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  60. 298b2c0 Decouple castKernel by Yair Schwarzbaum · 2 years, 5 months ago
  61. 918a9fb Add Pool3d reference implementation by Gunes Bayir · 2 years, 5 months ago
  62. ebbae94 Decouple CpuDepthwiseConv2dNativeKernel by Dana Zlotnik · 2 years, 5 months ago
  63. 2134d1b Int32 to Float32 implicit casting fix by Mohammed Suhail Munshi · 2 years, 5 months ago
  64. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  65. ab2bc73 Adding support for Arm Mali-G710 by Gian Marco Iodice · 2 years, 6 months ago
  66. 5ae8d80 Enable kernel selection testing (Phase #1) by Giorgio Arena · 2 years, 8 months ago
  67. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 6 months ago
  68. b2eba7f Replacing non-inclusive terms with proper terms by ramelg01 · 2 years, 6 months ago
  69. cff6f3b Fix 300% Regression CPU - Change default mws value in Kernel files by Mohammed Suhail Munshi · 2 years, 7 months ago
  70. dc2282f Update OpenCL headers by Pablo Marquez Tello · 2 years, 7 months ago
  71. ebefe52 Fix Cpu Conv3d gcc 8.3 build issues by Freddie Liardet · 2 years, 7 months ago
  72. 9cca592 Improve start-up timer for GeMM (floating-point): by ramelg01 · 2 years, 8 months ago
  73. d7154db Implement 1D Adaptive Workload Splitting in CPPScheduler by Dana Zlotnik · 2 years, 8 months ago
  74. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  75. f2c022e Enable fast_math in CpuFullyConnected by cfRod · 2 years, 8 months ago
  76. d928735 Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with post ops by SiCongLi · 2 years, 8 months ago
  77. 6049eda Add PRelu to supported PostOps in: by ramelg01 · 2 years, 8 months ago
  78. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 9 months ago
  79. eb8bd81 Fix dst "widening" validation by SiCongLi · 2 years, 8 months ago
  80. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  81. 69df64f Improve conv3d validation by Freddie Liardet · 2 years, 8 months ago
  82. 4cdd6b8 Implement Minimum Workload Size (MWS) in all CPPKernels used by small networks by Dana Zlotnik · 2 years, 9 months ago
  83. ded3663 Remove padding in cpuPool2d NCHW by Freddie Liardet · 2 years, 10 months ago
  84. c9fe9fc Add support for 5D data layout indexing by Giorgio Arena · 2 years, 9 months ago
  85. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  86. 61b6e24 Use std::vector instead of Coordinates for ITensorInfo's _dims_state by Giorgio Arena · 2 years, 9 months ago
  87. 79cb945 Update OpenCL header file to version 2020.12.18 by Sheri Zhang · 2 years, 10 months ago
  88. cbbb038 Provide logging for configure functions in all NEON functions by ramelg01 · 2 years, 10 months ago
  89. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  90. e4563a0 Adds Conv3d reference implementation support. by Adnan AlSinan · 2 years, 10 months ago
  91. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  92. e920d6a Printing operators parameters, currently for CpuAdd operator only. by Ramy Elgammal · 2 years, 11 months ago
  93. b1db6e1 Fixed compiler error by Pablo Marquez Tello · 2 years, 10 months ago
  94. 87a74ef Re-use auxiliary memory withing CpuWinogradConv2d operators by Georgios Pinitas · 2 years, 11 months ago
  95. 45fbf9f Avoid releasing weights if they are used by multiple functions by Georgios Pinitas · 2 years, 11 months ago
  96. ced49dc Remove TODO, FIXME and COMPMID comments where possible by Freddie Liardet · 2 years, 11 months ago
  97. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  98. 2b147ee Avoid multiple Rhs matrix transformation on ClGemm by Georgios Pinitas · 3 years ago
  99. 5e28181 Fix manual LOOP_UNROLLING by Gian Marco Iodice · 3 years ago
  100. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago