1. 311a378 Remove inclusion of NEReorderKernel header from NEReorderLayer by Ramy Elgammal · 1 year, 1 month ago
  2. e9b3ee2 Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int_8 failures by Jakub Sujak · 1 year, 2 months ago
  3. 76e7b63 Make NECast::validate take args by const pointer by Matthew Bentham · 1 year, 1 month ago
  4. 352c07d Implement OpenCL MatMul heuristic for Arm® Mali™-G710 by Gian Marco Iodice · 1 year, 1 month ago
  5. 5713294 Fix im2col for fast-maths mode with padding. by Renato Arantes · 1 year, 1 month ago
  6. cd8b40d Guards to make NEReorder aarch64 only by David Svantesson · 1 year, 1 month ago
  7. a62129a Fix fully connected and matmul mismatches by Viet-Hoa Do · 1 year, 1 month ago
  8. 3b162e5 Reorder added by David Svantesson · 1 year, 2 months ago
  9. a25582c Fix the gather layer indices check by Viet-Hoa Do · 1 year, 3 months ago
  10. a7db356 Avoid printing error message for each not found OpenCl library by Ramy Elgammal · 1 year, 1 month ago
  11. dba672c Integrate multi-threaded pretranspose_B_array by SiCong Li · 1 year, 2 months ago
  12. 9c7c2d2 Add quantized support for CPU MatMul by Viet-Hoa Do · 1 year, 2 months ago
  13. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 2 months ago
  14. 617ed50 Support dynamic weights for Fully Connected layers on GPU by Jakub Sujak · 1 year, 2 months ago
  15. f26ea2f Implement MatMul Function by Ramy Elgammal · 1 year, 2 months ago
  16. fff9a4c Add Cropping to CLBatchToSpace by Omar Al Khatib · 1 year, 2 months ago
  17. 8893e45 Add cropping support to NEBatchToSpace by SiCong Li · 1 year, 2 months ago
  18. 732c1b2 Fix GCC13 compiler errors by Pablo Marquez Tello · 1 year, 2 months ago
  19. 5a7d157 Fix BatchToSpaceFixture by SiCong Li · 1 year, 2 months ago
  20. 8918b23 Implement OpenCL MatMul for Lhs T Rhs T/NT FP32/16 by Gunes Bayir · 1 year, 3 months ago
  21. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 3 months ago
  22. 4ceb453 Add CropInfo to BatchToSpace reference and fixture by SiCong Li · 1 year, 3 months ago
  23. 37c989a Add support for arbitrary parameters for CPU Gather by Viet-Hoa Do · 1 year, 3 months ago
  24. 98aca0f Add sigmoid and tanh for dynamic fusion by Viet-Hoa Do · 1 year, 3 months ago
  25. adfcacc Add weights_info as optional input for NEDeconvolutionLayer by Annop Wongwathanarat · 1 year, 3 months ago
  26. bbf2e74 Add support for kernel indices in Maxpool by Adnan AlSinan · 1 year, 3 months ago
  27. 227db8d Add an option to use lowest for max-pooling by Adnan AlSinan · 1 year, 4 months ago
  28. d538d16 Add MatMulInfo Information class to ComputeLibrary by Mohammed Suhail Munshi · 1 year, 4 months ago
  29. ae72a46 Add new operator AddMulAdd for Neon™ backend for Float/Quantized types by Gunes Bayir · 1 year, 4 months ago
  30. ec320d9 Add Subtraction operator to Dynamic Fusion interface by Ramy Elgammal · 1 year, 6 months ago
  31. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 5 months ago
  32. 7359a87 Add Multiplication operator (FP only) to Dynamic Fusion Interface by Jakub Sujak · 1 year, 5 months ago
  33. e0c42ef Bazel and CMake builds Resolves: ONCPUML-1110, ONCPUML-1109 by David Svantesson · 1 year, 6 months ago
  34. b609c93 Skip upsampling for deconvolution when not needed by Annop Wongwathanarat · 1 year, 5 months ago
  35. 002e653 Implement dynamic fusion softmax operator by Ramy Elgammal · 1 year, 5 months ago
  36. cc28773 Change dynamic fusion API to return destination tensor info by Gunes Bayir · 1 year, 4 months ago
  37. 5a63d1e Add missing direct conv2d tests to dynamic fusion by SiCong Li · 1 year, 5 months ago
  38. 5a2bc01 Add Auxiliary tensors by SiCong Li · 1 year, 5 months ago
  39. a18d85c Dynamic Fusion Pooling Layer 2d by Mohammed Suhail Munshi · 1 year, 5 months ago
  40. 11f7d7e Add enable_fast_math for NEDeconvolutionLayer by Annop Wongwathanarat · 1 year, 5 months ago
  41. 1b6377b Add broadcast batched matmul validation cases by SiCong Li · 1 year, 5 months ago
  42. 3cce35d Extend cl image support to input and output tensors by Gian Marco Iodice · 1 year, 5 months ago
  43. d2d9361 Add extend padding lock flag by Ramy Elgammal · 1 year, 5 months ago
  44. f800adf Implement dynamic fusion reshape operator by Ramy Elgammal · 1 year, 6 months ago
  45. 3a1e125 Handle Intermediate tensors within the sketch by Gunes Bayir · 1 year, 5 months ago
  46. b3077fb LHS broadcasting addition for dynamic fusion by Viet-Hoa Do · 1 year, 5 months ago
  47. 9d3bd41 Move DWC native heuristic into the heuristic folder by Gian Marco Iodice · 1 year, 5 months ago
  48. a5cb79f Update the ClConv2d heuristic by Gian Marco Iodice · 1 year, 5 months ago
  49. aecb5d9 Implement Logits1DMaxShiftExpSum kernel component in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  50. 8ae5714 Add Resize/Scale operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 6 months ago
  51. 81fdadd Add is_supported_op interface by SiCong Li · 1 year, 6 months ago
  52. e317baf Optimize MeanReduce by integer acc. and removing upfront dequant. by Omar Al Khatib · 1 year, 6 months ago
  53. b84e253 Add output operator for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  54. 3274172 Add CLAMP operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 6 months ago
  55. 1dc6ff1 Implement Cast operator in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  56. df6a3b0 Use heuristics for setting dynamic fusion direct conv2d tile sizes by Ramy Elgammal · 1 year, 6 months ago
  57. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 7 months ago
  58. 404462a Adding GpuAdd to dynamic fusion operators by Ramy Elgammal · 1 year, 7 months ago
  59. 03b2971 Integrate SME2 kernels by Viet-Hoa Do · 2 years ago
  60. 7dc0234 Implement FP32/16 Depthwise Conv2d operator in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  61. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 7 months ago
  62. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 7 months ago
  63. 73bb6b7 ONCPUML-1072: Tuned MWS values (for N1, V1) for binary operators used by oneDNN by Fadi Arafeh · 1 year, 8 months ago
  64. ca1a52d space-to-depth shape calculator fix by Ramy Elgammal · 1 year, 7 months ago
  65. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 7 months ago
  66. fd76611 Fix compiler warnings in dynamic fusion by SiCong Li · 1 year, 7 months ago
  67. a2b131b Fix compiler warnings in dynamic fusion by SiCong Li · 1 year, 7 months ago
  68. f44bbc5 Rewrite dynamic fusion by SiCong Li · 1 year, 9 months ago
  69. dc73246 Fix compiler warning by Pablo Marquez Tello · 1 year, 7 months ago
  70. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 9 months ago
  71. b5368fb Force CL kernel compilation with 64 registers by Viet-Hoa Do · 1 year, 8 months ago
  72. d6b8a71 Add FP32 Neon™ swish activation by Jonathan Deakin · 1 year, 9 months ago
  73. c4f2743 Optimize Quantized/Integer Bilinear Scale for Neon™ by Gunes Bayir · 1 year, 9 months ago
  74. 926f502 Adding GELU activation by Murray Kornelsen · 1 year, 11 months ago
  75. 16789a1 Compute Hard-Swish with a Lookup table for qasymm8_signed. by Pablo Marquez Tello · 1 year, 10 months ago
  76. 29db3d2 Add LUT for quantized sigmoid function by Viet-Hoa Do · 1 year, 10 months ago
  77. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 1 year, 11 months ago
  78. 13b623e [ONCPUML-968] Fixed format kernel support in additional APIs by Milos Puzovic · 1 year, 10 months ago
  79. 3c4d085 Update the GPUTarget list by Gian Marco Iodice · 1 year, 11 months ago
  80. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 1 year, 11 months ago
  81. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 1 year, 11 months ago
  82. a1f7851 Integrate new winograd APIs from MLTech by ramelg01 · 1 year, 11 months ago
  83. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 6 months ago
  84. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 3 months ago
  85. 2cc50b3 Extended direct conv 2d interface for tuning the OpenCl kernel by Gian Marco Iodice · 2 years ago
  86. a3cf241 Add G57 to GPUTarget by SiCong Li · 1 year, 11 months ago
  87. b042e39 Add LUT-based leaky relu for QASYMM8 on CPU by Viet-Hoa Do · 2 years ago
  88. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years ago
  89. 3efdfb3 Enable loading OpenCL symbols in Android App native code, NDK environment. by ohadagoogle · 2 years ago
  90. 586fff9 Fix build error v8.2-a-sve by Pablo Marquez Tello · 2 years ago
  91. f8bb092 Add support OpenCL 3.0 non-uniform workgroup by Viet-Hoa Do · 2 years ago
  92. 894659a Add support for 2d and 3d indices for axis 1 by Pablo Marquez Tello · 2 years, 1 month ago
  93. d75cd8a Compute Hard-Swish with a Lookup table for qasymm8. by Pablo Marquez Tello · 2 years ago
  94. aa79405 Fix doxygen typos by Viet-Hoa Do · 2 years ago
  95. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 2 months ago
  96. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 1 month ago
  97. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 1 month ago
  98. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 1 month ago
  99. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 4 months ago
  100. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 1 month ago