1. a231832 Improve the strided_slice layer on all data types by Omar Al Khatib · 1 year, 6 months ago
  2. 5a2bc01 Add Auxiliary tensors by SiCong Li · 1 year, 6 months ago
  3. a68df8d Revert "Update the heuristic for CLDepthwiseConvolutionNative kernel" by Gian Marco Iodice · 1 year, 6 months ago
  4. be13cea Revert "Update CPU kernels to remove x19" by Michael Tyler · 1 year, 6 months ago
  5. ba20975 Update CPU kernels to remove x19 by Michael Tyler · 1 year, 7 months ago
  6. 8094f9d Remove unused code in arm_conv/depthwise/ by Pablo Marquez Tello · 1 year, 6 months ago
  7. bc67208 Update the heuristic for CLDepthwiseConvolutionNative kernel by Gian Marco Iodice · 1 year, 6 months ago
  8. 6bcdc57 Deprecated BF16 support in DepthConvert by Pablo Marquez Tello · 1 year, 6 months ago
  9. 3cce35d Extend cl image support to input and output tensors by Gian Marco Iodice · 1 year, 6 months ago
  10. d2d9361 Add extend padding lock flag by Ramy Elgammal · 1 year, 6 months ago
  11. b3077fb LHS broadcasting addition for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  12. b7e8626 Optimize CL Scale/Resize Quantized by removing (de)quant. code by Gunes Bayir · 1 year, 6 months ago
  13. 8a2d7ce Extend Transposed Conv. for tiles with N0>1 by Gunes Bayir · 1 year, 6 months ago
  14. bb1ab05 Fix company name on copyright notice by Viet-Hoa Do · 1 year, 6 months ago
  15. 81f796b Fix various compilation errors by Viet-Hoa Do · 1 year, 6 months ago
  16. 8468371 Make CLReshape kernel window based on dst instead of src by Ramy Elgammal · 1 year, 7 months ago
  17. e317baf Optimize MeanReduce by integer acc. and removing upfront dequant. by Omar Al Khatib · 1 year, 7 months ago
  18. 85260d8 Update direct conv2d kernel in dynamic fusion by Gian Marco Iodice · 1 year, 7 months ago
  19. 24c87f0 Optimize SVE natural exponential function by Viet-Hoa Do · 1 year, 7 months ago
  20. 9d7b690 Fixed various mismatches in CpuCastKernel by Pablo Marquez Tello · 1 year, 7 months ago
  21. a0ae8d2 Optimize Transposed Convolution for CL backend (Quantized) by Gunes Bayir · 1 year, 7 months ago
  22. 86689cd Optimize CPU base-e exponential function on FP32 by Viet-Hoa Do · 1 year, 7 months ago
  23. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 8 months ago
  24. 404462a Adding GpuAdd to dynamic fusion operators by Ramy Elgammal · 1 year, 8 months ago
  25. 03b2971 Integrate SME2 kernels by Viet-Hoa Do · 2 years, 1 month ago
  26. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 8 months ago
  27. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 8 months ago
  28. b230a1f Fixed Arm NN unit test failure caused by quantised multiplication patch. by Omar Al Khatib · 1 year, 8 months ago
  29. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 8 months ago
  30. 96fb194 Optimize T_QUANTIZE8_ASYMMETRIC for Mali™ G52 by Pablo Marquez Tello · 1 year, 8 months ago
  31. fd76611 Fix compiler warnings in dynamic fusion by SiCong Li · 1 year, 8 months ago
  32. 605a928 Optimize CPU mul layer on quantized data by Omar Al Khatib · 1 year, 8 months ago
  33. 635013a Fix activation block in gemm.cl by Gian Marco Iodice · 1 year, 8 months ago
  34. 01934e9 Partially Revert "Add threshold for floating-point SOFT_RELU activation" by Gunes Bayir · 1 year, 8 months ago
  35. 199982f Add threshold for floating-point SOFT_RELU activation by Milos Puzovic · 1 year, 8 months ago
  36. f44bbc5 Rewrite dynamic fusion by SiCong Li · 1 year, 10 months ago
  37. 3394f3e Rework direct convolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  38. 910e3f9 Fix fixed-point quantized addition by Viet-Hoa Do · 1 year, 9 months ago
  39. 2bc8cfe Add FP16 tanh based on rational approximation by Jonathan Deakin · 1 year, 9 months ago
  40. fa79fda Optimize Neon™ Logistic Activation by Mohammed Suhail Munshi · 1 year, 10 months ago
  41. 2ffab6d Workaround CL compiler issue on FP16 by Viet-Hoa Do · 1 year, 9 months ago
  42. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  43. 3bedd2f Improve start-up time in gemmlowp reshaped rhs only. by Adnan AlSinan · 1 year, 10 months ago
  44. b5368fb Force CL kernel compilation with 64 registers by Viet-Hoa Do · 1 year, 10 months ago
  45. 40b4419 Optimize CPU add layer on quantized data by Viet-Hoa Do · 1 year, 9 months ago
  46. ff81de5 Fix overflow in NEActivationLayer for FP16 type by Pablo Marquez Tello · 1 year, 9 months ago
  47. d6b8a71 Add FP32 Neon™ swish activation by Jonathan Deakin · 1 year, 10 months ago
  48. ce79ac6 CPU GEMM: Fix overreads in SVE merges. by David Mansell · 1 year, 9 months ago
  49. c4f2743 Optimize Quantized/Integer Bilinear Scale for Neon™ by Gunes Bayir · 1 year, 10 months ago
  50. 0d05b66 Interpreting tensor as 1D for CPU multiplication by Viet-Hoa Do · 1 year, 10 months ago
  51. 5687e55 Fix invalid memory access for dynamically fused Cl Elementwise kernels by SiCong Li · 1 year, 11 months ago
  52. 926f502 Adding GELU activation by Murray Kornelsen · 2 years ago
  53. 6e09e14 INT8 Quantized MeanStdDevNorm (LayerNorm) by Murray Kornelsen · 2 years ago
  54. 0eed305 Optimize FP32/16 Bilinear Scale Kernel for Neon™ by Gunes Bayir · 1 year, 10 months ago
  55. d11de98 Add a macro guard in all OpenCL kernels in gemmlowp.cl by Gian Marco Iodice · 1 year, 10 months ago
  56. 211a55d Optimize depthwise convolution on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  57. 552fe4c F16 Specialization for MeanStdDevNorm by Murray Kornelsen · 2 years ago
  58. 1257131 Enable Winograd-based conv2d when IFM>=8 on Gpu by Gian Marco Iodice · 1 year, 10 months ago
  59. a81fc84 Fix macos build errors by Pablo Marquez Tello · 1 year, 10 months ago
  60. 29db3d2 Add LUT for quantized sigmoid function by Viet-Hoa Do · 1 year, 11 months ago
  61. 65c8db8 Fix for AI benchmark ResNet regression by Viet-Hoa Do · 1 year, 11 months ago
  62. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 2 years ago
  63. f67903b Add Dynamic Fusion Tests with BugFixes by Mohammed Suhail Munshi · 2 years ago
  64. 3c4d085 Update the GPUTarget list by Gian Marco Iodice · 2 years ago
  65. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  66. d208f4f Enable march=armv8.6-a in non multi-isa builds by Pablo Marquez Tello · 2 years ago
  67. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 2 months ago
  68. c6b7913 Fix direct convolution cases that were failing on Odroid by Adnan AlSinan · 2 years ago
  69. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  70. 1f86449 Fix Neoverse V1 heuristics for FP32 fast mode by ramelg01 · 2 years ago
  71. a1f7851 Integrate new winograd APIs from MLTech by ramelg01 · 2 years ago
  72. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  73. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 4 months ago
  74. a3cf241 Add G57 to GPUTarget by SiCong Li · 2 years ago
  75. 84a0941 Fix OpenBSD build errors by Pablo Marquez Tello · 2 years ago
  76. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years, 1 month ago
  77. 3efdfb3 Enable loading OpenCL symbols in Android App native code, NDK environment. by ohadagoogle · 2 years ago
  78. 586fff9 Fix build error v8.2-a-sve by Pablo Marquez Tello · 2 years, 1 month ago
  79. f8bb092 Add support OpenCL 3.0 non-uniform workgroup by Viet-Hoa Do · 2 years, 1 month ago
  80. 0c68704 Fix performance regression in Winograd Output Transform (OpenCL) by Gian Marco Iodice · 2 years, 1 month ago
  81. 894659a Add support for 2d and 3d indices for axis 1 by Pablo Marquez Tello · 2 years, 2 months ago
  82. 82169b3 Add cl_khr_integer_dot_product extension support by Viet-Hoa Do · 2 years, 1 month ago
  83. fdb5342 Disable unsafe FP optimizations causing accuracy issues by Gunes Bayir · 2 years, 1 month ago
  84. 5fcf22d [arm_gemm] Import fixed-format kernels from gemm_linux. by Francesco.Petrogalli@arm.com · 2 years, 3 months ago
  85. 6fd75b9 DepthwiseConv reports full assembly kernel name by Pablo Marquez Tello · 2 years, 7 months ago
  86. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 2 months ago
  87. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 2 months ago
  88. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 2 months ago
  89. 06adbc5 Mismatches in dynamically fused direct conv2d + add kernel by Michalis Spyrou · 2 years, 2 months ago
  90. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  91. 9d18738 Updating a64_gemm_u8 a64_gemm_s8 kernels headers by ramelg01 · 2 years, 2 months ago
  92. 168d6a8 Use svcreate instead of list initializations. by Michalis Spyrou · 2 years, 2 months ago
  93. 638b7e4 Fix for Neon™ Depthwise Android P VTS test failure by ramelg01 · 2 years, 2 months ago
  94. 8a16488 Update Neon™ depthwise kernel by ramelg01 · 2 years, 3 months ago
  95. c827e99 Update Neon™ pooling kernel by ramelg01 · 2 years, 3 months ago
  96. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  97. 0a486cf Enable dynamic cl tuning for dynamically fused kernels by SiCong Li · 2 years, 3 months ago
  98. ca364df Include missing embedded headers by SiCong Li · 2 years, 3 months ago
  99. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  100. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago