1. 0eed305 Optimize FP32/16 Bilinear Scale Kernel for Neon™ by Gunes Bayir · 1 year, 10 months ago
  2. d11de98 Add a macro guard in all OpenCL kernels in gemmlowp.cl by Gian Marco Iodice · 1 year, 10 months ago
  3. e4e3b2e Disable Winograd on fp16 if fast-math = false by Ramy Elgammal · 1 year, 10 months ago
  4. 211a55d Optimize depthwise convolution on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  5. 552fe4c F16 Specialization for MeanStdDevNorm by Murray Kornelsen · 2 years ago
  6. 1257131 Enable Winograd-based conv2d when IFM>=8 on Gpu by Gian Marco Iodice · 1 year, 11 months ago
  7. 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
  8. a331e48 Fix add for tensors with non-matching strides by Jonathan Deakin · 1 year, 11 months ago
  9. 8bab588 Fix validation problem in CLQLSTMLayer by Pablo Marquez Tello · 1 year, 11 months ago
  10. a81fc84 Fix macos build errors by Pablo Marquez Tello · 1 year, 11 months ago
  11. 53929b1 Use Neon™ kernels for FP Bilinear Resize for SVE by Gunes Bayir · 1 year, 11 months ago
  12. 9ee8a3e Revert "Fix performance regression in ClConv2D" by Ramy Elgammal · 1 year, 11 months ago
  13. 29db3d2 Add LUT for quantized sigmoid function by Viet-Hoa Do · 1 year, 11 months ago
  14. e54d8c0 Fix performance regression in ClConv2D by Gian Marco Iodice · 1 year, 11 months ago
  15. cec1af5 Fix performance regression in Conv2D on OpenCL by Adnan AlSinan · 1 year, 11 months ago
  16. cc03419 Disable unsafe FP optimizations in Winograd Output Transform by Gunes Bayir · 1 year, 11 months ago
  17. 52695f5 Fix CTS/SLTS failure related to Depthwise Convolution by Gunes Bayir · 1 year, 11 months ago
  18. 65c8db8 Fix for AI benchmark ResNet regression by Viet-Hoa Do · 1 year, 11 months ago
  19. 0105ce5 Fix LeNet-f16 convolution regression by Adnan AlSinan · 1 year, 11 months ago
  20. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 2 years ago
  21. f67903b Add Dynamic Fusion Tests with BugFixes by Mohammed Suhail Munshi · 2 years ago
  22. 13b623e [ONCPUML-968] Fixed format kernel support in additional APIs by Milos Puzovic · 2 years ago
  23. 3c4d085 Update the GPUTarget list by Gian Marco Iodice · 2 years ago
  24. 9b921be Optimize add layer by considering the input tensors as 1D array by Gunes Bayir · 2 years ago
  25. 385dad2 Fix for OpenMP scheduler work breakdown by Milos Puzovic · 2 years ago
  26. aa52b7d Fix compilation error rasied in Nightly_NEW by Ramy Elgammal · 2 years ago
  27. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  28. d208f4f Enable march=armv8.6-a in non multi-isa builds by Pablo Marquez Tello · 2 years ago
  29. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 2 months ago
  30. e871207 Update ClConv2D heuristic to use direct convolution by Adnan AlSinan · 2 years ago
  31. c6b7913 Fix direct convolution cases that were failing on Odroid by Adnan AlSinan · 2 years ago
  32. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  33. 1f86449 Fix Neoverse V1 heuristics for FP32 fast mode by ramelg01 · 2 years ago
  34. a1f7851 Integrate new winograd APIs from MLTech by ramelg01 · 2 years ago
  35. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  36. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 4 months ago
  37. 2cc50b3 Extended direct conv 2d interface for tuning the OpenCl kernel by Gian Marco Iodice · 2 years, 1 month ago
  38. 22dd8b9 Add missing flag when building cl graph examples and fix by Michalis Spyrou · 2 years ago
  39. a3cf241 Add G57 to GPUTarget by SiCong Li · 2 years ago
  40. e417ff1 Fix build errors on armv8.6 SVE2 with NDK 23 and 24 by Michalis Spyrou · 2 years ago
  41. 84a0941 Fix OpenBSD build errors by Pablo Marquez Tello · 2 years ago
  42. 16aa474 Wrong arguments for running activation function in CpuGemmDirectConv2d by Michalis Spyrou · 2 years ago
  43. b042e39 Add LUT-based leaky relu for QASYMM8 on CPU by Viet-Hoa Do · 2 years, 1 month ago
  44. d8804fd Fix OpenCL Winograd output transform by Gian Marco Iodice · 2 years ago
  45. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years, 1 month ago
  46. 41eb2d9 Improve LUT Neon Hard-Swish by Pablo Marquez Tello · 2 years, 1 month ago
  47. 700b913 Select neon LUT Hard-Swish kernel on all devices by Pablo Marquez Tello · 2 years, 1 month ago
  48. 3efdfb3 Enable loading OpenCL symbols in Android App native code, NDK environment. by ohadagoogle · 2 years, 1 month ago
  49. f1f7779 Fix SVE2 implementation of quantized SoftMax 1D by Viet-Hoa Do · 2 years, 1 month ago
  50. 586fff9 Fix build error v8.2-a-sve by Pablo Marquez Tello · 2 years, 1 month ago
  51. f8bb092 Add support OpenCL 3.0 non-uniform workgroup by Viet-Hoa Do · 2 years, 1 month ago
  52. 0c68704 Fix performance regression in Winograd Output Transform (OpenCL) by Gian Marco Iodice · 2 years, 1 month ago
  53. 894659a Add support for 2d and 3d indices for axis 1 by Pablo Marquez Tello · 2 years, 2 months ago
  54. c3bc093 Fix crash in CpuActivationKernel by Pablo Marquez Tello · 2 years, 1 month ago
  55. d75cd8a Compute Hard-Swish with a Lookup table for qasymm8. by Pablo Marquez Tello · 2 years, 1 month ago
  56. 82169b3 Add cl_khr_integer_dot_product extension support by Viet-Hoa Do · 2 years, 1 month ago
  57. f28abef Fix compilation error in 32-bit with logging build by Viet-Hoa Do · 2 years, 1 month ago
  58. fdb5342 Disable unsafe FP optimizations causing accuracy issues by Gunes Bayir · 2 years, 2 months ago
  59. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  60. 6fd75b9 DepthwiseConv reports full assembly kernel name by Pablo Marquez Tello · 2 years, 7 months ago
  61. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 2 months ago
  62. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 2 months ago
  63. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 2 months ago
  64. 06adbc5 Mismatches in dynamically fused direct conv2d + add kernel by Michalis Spyrou · 2 years, 2 months ago
  65. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  66. 9d18738 Updating a64_gemm_u8 a64_gemm_s8 kernels headers by ramelg01 · 2 years, 2 months ago
  67. 5873358 QLSTM add support for different qinfo by Mike Kelly · 2 years, 2 months ago
  68. 168d6a8 Use svcreate instead of list initializations. by Michalis Spyrou · 2 years, 2 months ago
  69. 638b7e4 Fix for Neon™ Depthwise Android P VTS test failure by ramelg01 · 2 years, 2 months ago
  70. facd9dd Add a missing validation check to CPU Pool3d by Adnan AlSinan · 2 years, 2 months ago
  71. 8a16488 Update Neon™ depthwise kernel by ramelg01 · 2 years, 3 months ago
  72. c827e99 Update Neon™ pooling kernel by ramelg01 · 2 years, 3 months ago
  73. f55cca5 Add LU_BOUNDED_RELU support for QSYMM16 by Pablo Marquez Tello · 2 years, 3 months ago
  74. fa6877f [CpuGemmConv2d] Extract skip_im2col and skip_col2im computation. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  75. 1bae0f9 NEQLSTM: perform type conversion in prepare method. by Pablo Marquez Tello · 2 years, 3 months ago
  76. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  77. 0a486cf Enable dynamic cl tuning for dynamically fused kernels by SiCong Li · 2 years, 3 months ago
  78. ca364df Include missing embedded headers by SiCong Li · 2 years, 3 months ago
  79. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  80. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  81. 5d606cc Fix CpuGemmAssemblyDispatch::has_opt_impl. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  82. e33c556 [arm_gemm] Use static validate to find arm_gemm kernels. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  83. b4cd2dc Remove Non-Inclusive Term "Master" by ramelg01 · 2 years, 3 months ago
  84. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 4 months ago
  85. 892b70a Fix embedded kernel header inclusion for dynamic fusion by Giorgio Arena · 2 years, 3 months ago
  86. a5d61bf NEQLSTM: Add support for QASYMM8_SIGNED for input_to_forget_weights by Pablo Marquez Tello · 2 years, 4 months ago
  87. bfd10a1 QLSTM add support for different qinfo in weights by Pablo Marquez Tello · 2 years, 4 months ago
  88. bd44caa [Dynamic Fusion] Implement build options generation by Giorgio Arena · 2 years, 4 months ago
  89. 8a87983 Setup automatic kernel window for dynamic fusion by Gunes Bayir · 2 years, 4 months ago
  90. 193cad3 Remove deprecated interface from arm_compute. by Francesco.Petrogalli@arm.com · 2 years, 4 months ago
  91. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  92. 4e66d70 Added windows native build support by Pablo Tello · 2 years, 4 months ago
  93. 17c48f9 Revert mws heuristics for CpuPool2d by Giorgio Arena · 2 years, 5 months ago
  94. 41a729e Decouple fuseBatchNormalizationKernel by Yair Schwarzbaum · 2 years, 8 months ago
  95. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  96. 4cbcb84 Removing SVE / SVE2 guards from decoupled kernels by alerah01 · 2 years, 4 months ago
  97. 298b2c0 Decouple castKernel by Yair Schwarzbaum · 2 years, 5 months ago
  98. a538ae5 Multi ISA Technical Debt by Dana Zlotnik · 2 years, 5 months ago
  99. 32fbb07 Fix CpuPool2d regression on A53/A55 due to mws by Giorgio Arena · 2 years, 5 months ago
  100. c9e519d Decouple CpuDirectConv2dKernel by alerah01 · 2 years, 5 months ago