1. b8b7034 Fixes for CMake and Bazel builds, tests failing in scons by David Svantesson · 1 year, 3 months ago
  2. 470cc5d Fix Intermittent Neon™ ReduceMean QASYMM8 Mismatch by Mohammed Suhail Munshi · 1 year, 4 months ago branches/arm_compute_23_02 v23.02
  3. 65cb8f6 Add absolute tolerance to f16 CLConv3D validation tests by SiCong Li · 1 year, 4 months ago
  4. ff097b5 Fix convolution layer fixture by Viet-Hoa Do · 1 year, 4 months ago
  5. 63989eb Fix DeconvolutionLayer tolerance issues in FP16 tests by Gunes Bayir · 1 year, 4 months ago
  6. e5dafd3 Disable AddMulAdd armv7a tests by Gunes Bayir · 1 year, 4 months ago
  7. 75fb3de Fix GEMMLowp/Batched MatMul mismatches on CPU by Mohammed Suhail Munshi · 1 year, 4 months ago
  8. ae72a46 Add new operator AddMulAdd for Neon™ backend for Float/Quantized types by Gunes Bayir · 1 year, 4 months ago
  9. ec320d9 Add Subtraction operator to Dynamic Fusion interface by Ramy Elgammal · 1 year, 6 months ago
  10. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 5 months ago
  11. 7359a87 Add Multiplication operator (FP only) to Dynamic Fusion Interface by Jakub Sujak · 1 year, 5 months ago
  12. e0c42ef Bazel and CMake builds Resolves: ONCPUML-1110, ONCPUML-1109 by David Svantesson · 1 year, 6 months ago
  13. 54eafd8 Sync tolerance number of dynamic fusion direct conv2d with the current library by SiCong Li · 1 year, 4 months ago
  14. 002e653 Implement dynamic fusion softmax operator by Ramy Elgammal · 1 year, 5 months ago
  15. cc28773 Change dynamic fusion API to return destination tensor info by Gunes Bayir · 1 year, 4 months ago
  16. 5a63d1e Add missing direct conv2d tests to dynamic fusion by SiCong Li · 1 year, 5 months ago
  17. 3b504ef Update libnpy header external dependency to the latest version by Jakub Sujak · 1 year, 6 months ago
  18. a18d85c Dynamic Fusion Pooling Layer 2d by Mohammed Suhail Munshi · 1 year, 5 months ago
  19. 1b6377b Add broadcast batched matmul validation cases by SiCong Li · 1 year, 5 months ago
  20. 13bab71 Fix ClGemm crashes on unsupported data types by SiCong Li · 1 year, 5 months ago
  21. 6bcdc57 Deprecated BF16 support in DepthConvert by Pablo Marquez Tello · 1 year, 5 months ago
  22. 1b2f868 Fix CL DirectConvolutionLayer validate tests by SiCong Li · 1 year, 5 months ago
  23. d2d9361 Add extend padding lock flag by Ramy Elgammal · 1 year, 5 months ago
  24. f800adf Implement dynamic fusion reshape operator by Ramy Elgammal · 1 year, 6 months ago
  25. 3a1e125 Handle Intermediate tensors within the sketch by Gunes Bayir · 1 year, 5 months ago
  26. b3077fb LHS broadcasting addition for dynamic fusion by Viet-Hoa Do · 1 year, 5 months ago
  27. 3558c58 Add temporary tile support for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  28. 81f796b Fix various compilation errors by Viet-Hoa Do · 1 year, 5 months ago
  29. 8ae5714 Add Resize/Scale operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 6 months ago
  30. 04f4620 Add multiple output support for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  31. b84e253 Add output operator for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  32. 3274172 Add CLAMP operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 6 months ago
  33. 5945070 Redistribute CL/Deconvolution QSYMM8_PER_CHANNEL tests by Gunes Bayir · 1 year, 6 months ago
  34. 1dc6ff1 Implement Cast operator in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  35. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 7 months ago
  36. 404462a Adding GpuAdd to dynamic fusion operators by Ramy Elgammal · 1 year, 7 months ago
  37. 03b2971 Integrate SME2 kernels by Viet-Hoa Do · 2 years ago
  38. 7dc0234 Implement FP32/16 Depthwise Conv2d operator in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  39. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 7 months ago
  40. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 7 months ago
  41. ca1a52d space-to-depth shape calculator fix by Ramy Elgammal · 1 year, 7 months ago
  42. 97a609b Fix GemmLowp BatchMatMul Tests to use quantized Outputs by Mohammed Suhail Munshi · 1 year, 7 months ago
  43. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 7 months ago
  44. d158609 SVE Hard-Swish via Lookup table for quantized input by Pablo Marquez Tello · 2 years ago
  45. a2b131b Fix compiler warnings in dynamic fusion by SiCong Li · 1 year, 7 months ago
  46. 635013a Fix activation block in gemm.cl by Gian Marco Iodice · 1 year, 7 months ago
  47. 73f19af Add Dynamic Fusion GpuConv2d FP32/FP16 testcase by Ramy Elgammal · 1 year, 7 months ago
  48. 01934e9 Partially Revert "Add threshold for floating-point SOFT_RELU activation" by Gunes Bayir · 1 year, 7 months ago
  49. a7077e9 Updateable weights in depthwise convolution by Milos Puzovic · 1 year, 7 months ago
  50. 199982f Add threshold for floating-point SOFT_RELU activation by Milos Puzovic · 1 year, 7 months ago
  51. f44bbc5 Rewrite dynamic fusion by SiCong Li · 1 year, 9 months ago
  52. 9fc0b5c Update reinterpret tensor as 1D for CPU add by Viet-Hoa Do · 1 year, 8 months ago
  53. 6782452 Add test in GEMMLowp for batch matmul by Mohammed Suhail Munshi · 1 year, 8 months ago
  54. 0a36f58 Fix FFTConvolutionLayer test by Viet-Hoa Do · 1 year, 8 months ago
  55. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 9 months ago
  56. 304dfdb Fix Batch Matmul nightly failure by Adnan AlSinan · 1 year, 8 months ago
  57. 40b4419 Optimize CPU add layer on quantized data by Viet-Hoa Do · 1 year, 8 months ago
  58. d6b8a71 Add FP32 Neon™ swish activation by Jonathan Deakin · 1 year, 9 months ago
  59. ead4d11 Fix unresolved symbol for target armv7a + Android by Pablo Marquez Tello · 1 year, 8 months ago
  60. a77c6d7 Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplication with variable input tensors by Ramy Elgammal · 1 year, 9 months ago
  61. 047e5d0 Fix validation in validate_image2d_support_on_rhs by Gian Marco Iodice · 1 year, 9 months ago
  62. 622b8ad Fix bug in QASYMM8_SIGNED to F32 cast layer by Viet-Hoa Do · 1 year, 9 months ago
  63. c4f2743 Optimize Quantized/Integer Bilinear Scale for Neon™ by Gunes Bayir · 1 year, 9 months ago
  64. 5687e55 Fix invalid memory access for dynamically fused Cl Elementwise kernels by SiCong Li · 1 year, 10 months ago
  65. 926f502 Adding GELU activation by Murray Kornelsen · 1 year, 11 months ago
  66. 6e09e14 INT8 Quantized MeanStdDevNorm (LayerNorm) by Murray Kornelsen · 1 year, 11 months ago
  67. a4814e8 Add test case for disable Winograd on fp16 if fast-math = false by Ramy Elgammal · 1 year, 9 months ago
  68. 26c9d1a Add test for NEGEMM to test a batched matrix multiplication with variable input tensors by Adnan AlSinan · 1 year, 9 months ago
  69. 211a55d Optimize depthwise convolution on OpenCL by Gian Marco Iodice · 1 year, 9 months ago
  70. 13a2d00 Add test for CLGEMM to test a batched matrix multiplication with variable input tensors by Mohammed Suhail Munshi · 1 year, 9 months ago
  71. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 1 year, 11 months ago
  72. f67903b Add Dynamic Fusion Tests with BugFixes by Mohammed Suhail Munshi · 1 year, 11 months ago
  73. 3c4d085 Update the GPUTarget list by Gian Marco Iodice · 1 year, 11 months ago
  74. 9b921be Optimize add layer by considering the input tensors as 1D array by Gunes Bayir · 1 year, 10 months ago
  75. e748346 Fix building failure with validate_examples set to true by Michalis Spyrou · 1 year, 10 months ago
  76. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 1 year, 11 months ago
  77. d208f4f Enable march=armv8.6-a in non multi-isa builds by Pablo Marquez Tello · 1 year, 11 months ago
  78. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 1 month ago
  79. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 1 year, 11 months ago
  80. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 6 months ago
  81. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 3 months ago
  82. a3f7cd2 Move build option explanations in how to build guide to scons help message by Michalis Spyrou · 1 year, 11 months ago
  83. a3cf241 Add G57 to GPUTarget by SiCong Li · 1 year, 11 months ago
  84. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years ago
  85. 894659a Add support for 2d and 3d indices for axis 1 by Pablo Marquez Tello · 2 years, 1 month ago
  86. d75cd8a Compute Hard-Swish with a Lookup table for qasymm8. by Pablo Marquez Tello · 2 years ago
  87. a8caa02 Properly format SConscript files by Michalis Spyrou · 2 years, 1 month ago
  88. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 1 month ago
  89. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 1 month ago
  90. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 1 month ago
  91. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 4 months ago
  92. 3bb72b6 Add a note to clarify pretranspose option in GEMM and GEMMLowp fixtures by Adnan AlSinan · 2 years, 1 month ago
  93. bc5c407 Extend GEMM to support batch matmul operation by Mohammed Suhail Munshi · 2 years, 1 month ago
  94. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 1 month ago
  95. f55cca5 Add LU_BOUNDED_RELU support for QSYMM16 by Pablo Marquez Tello · 2 years, 2 months ago
  96. 01a8ade Fix Duplicate Template in Pooling3dFixture by Mohammed Suhail Munshi · 2 years, 1 month ago
  97. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 3 months ago
  98. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 2 months ago
  99. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 2 months ago
  100. 4c17ba9 Fix Nightly build failure by Adnan AlSinan · 2 years, 2 months ago