1. c597ce7 Raise abs_tolerance number for CL/DirectConvolution3D fp16 tests by Ramy Elgammal · 1 year, 1 month ago
  2. ada5a19 Raise tolerance number for NEDeconvolutionLayer fp16 tests by SiCong Li · 1 year, 1 month ago
  3. bbacd68 Fix invalid vector length in CL by Viet-Hoa Do · 1 year, 1 month ago
  4. 311a378 Remove inclusion of NEReorderKernel header from NEReorderLayer by Ramy Elgammal · 1 year, 1 month ago
  5. b49f27c Re-enable dyanmic weights in Neon™ depthwise convolution by Ramy Elgammal · 1 year, 1 month ago
  6. e9b3ee2 Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int_8 failures by Jakub Sujak · 1 year, 2 months ago
  7. cdd1e03 Support multi-dimensional indices in the CL Gather Layer up to four-dimensional output tensors by Omar Al Khatib · 1 year, 1 month ago
  8. cd8b40d Guards to make NEReorder aarch64 only by David Svantesson · 1 year, 1 month ago
  9. b5d6c28 Bazel and CMake updates by David Svantesson · 1 year, 1 month ago
  10. d7113e4 Removes `experimental` from `experimental_fixed_format_kernels` flag by Nathan John Sircombe · 1 year, 1 month ago
  11. a62129a Fix fully connected and matmul mismatches by Viet-Hoa Do · 1 year, 1 month ago
  12. 3b162e5 Reorder added by David Svantesson · 1 year, 2 months ago
  13. a25582c Fix the gather layer indices check by Viet-Hoa Do · 1 year, 3 months ago
  14. 5e99a3e Add quantized CL MatMul kernel for LHS NT, RHS T by Jakub Sujak · 1 year, 2 months ago
  15. af15076 Only define validation test tolerance for quantized types in case of aarch64 for Neon™ Matmul by Ramy Elgammal · 1 year, 1 month ago
  16. 05a65e3 Disable Neon/MatMul/Quantized for armv7a by Ramy Elgammal · 1 year, 1 month ago
  17. 467daef Implement CL kernel for a native batched matmul Quantized - LHS transposed, RHS transposed by Omar Al Khatib · 1 year, 2 months ago
  18. 9c7c2d2 Add quantized support for CPU MatMul by Viet-Hoa Do · 1 year, 2 months ago
  19. 9d0c4de Add quantized CL MatMul kernels for Lhs NT/T, Rhs NT by Gunes Bayir · 1 year, 2 months ago
  20. b84df20 Fix unhandled case in ElementwiseUnary by Ramy Elgammal · 1 year, 2 months ago
  21. 1ed6a14 Align naming convention of ClMatMul by Jakub Sujak · 1 year, 2 months ago
  22. 9b0a6b4 Fix dynamic weights for CPU connected layer by Viet-Hoa Do · 1 year, 2 months ago
  23. 4e84f24 Increase tolerance for SME kernels by Viet-Hoa Do · 1 year, 2 months ago
  24. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 2 months ago
  25. 8b7f42a Enable quantized data types for CpuElementwiseUnary on Armv7a by Ramy Elgammal · 1 year, 2 months ago
  26. dcab9ca Fix unused variable warning reported in nightly nuild by Ramy Elgammal · 1 year, 2 months ago
  27. 617ed50 Support dynamic weights for Fully Connected layers on GPU by Jakub Sujak · 1 year, 2 months ago
  28. f26ea2f Implement MatMul Function by Ramy Elgammal · 1 year, 2 months ago
  29. fff9a4c Add Cropping to CLBatchToSpace by Omar Al Khatib · 1 year, 2 months ago
  30. 8893e45 Add cropping support to NEBatchToSpace by SiCong Li · 1 year, 2 months ago
  31. 732c1b2 Fix GCC13 compiler errors by Pablo Marquez Tello · 1 year, 2 months ago
  32. 573a33f Add additional FP16 guards to Convolution Layer by Nathan John Sircombe · 1 year, 2 months ago
  33. fd472f0 Add quantized support for unary elementwise in CPU by Viet-Hoa Do · 1 year, 3 months ago
  34. 5a7d157 Fix BatchToSpaceFixture by SiCong Li · 1 year, 2 months ago
  35. b531b75 Add Texture Pipe Support for Matmul Lhs T/NT Rhs T kernels by Ramy Elgammal · 1 year, 2 months ago
  36. bbeef72 Add Texture Pipe Support for Matmul Lhs T/NT Rhs NT kernels by Gunes Bayir · 1 year, 2 months ago
  37. a3e57c2 Add dynamic weights for CPU fully connected layer by Viet-Hoa Do · 1 year, 3 months ago
  38. 8918b23 Implement OpenCL MatMul for Lhs T Rhs T/NT FP32/16 by Gunes Bayir · 1 year, 3 months ago
  39. 14d7b53 Implementation of RSQRT for quantized int8 by Ramy Elgammal · 1 year, 4 months ago
  40. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 3 months ago
  41. 4ceb453 Add CropInfo to BatchToSpace reference and fixture by SiCong Li · 1 year, 3 months ago
  42. 37c989a Add support for arbitrary parameters for CPU Gather by Viet-Hoa Do · 1 year, 3 months ago
  43. 98aca0f Add sigmoid and tanh for dynamic fusion by Viet-Hoa Do · 1 year, 3 months ago
  44. 3c7c1fa Resolve the presence of variables that are unused in release mode in Dynamic Fusion source files by Omar Al Khatib · 1 year, 3 months ago
  45. bbf2e74 Add support for kernel indices in Maxpool by Adnan AlSinan · 1 year, 3 months ago
  46. 227db8d Add an option to use lowest for max-pooling by Adnan AlSinan · 1 year, 4 months ago
  47. 4537089 Fixes for CMake and Bazel builds, tests failing in scons by David Svantesson · 1 year, 3 months ago
  48. ecaa10a Fix Intermittent Neon™ ReduceMean QASYMM8 Mismatch by Mohammed Suhail Munshi · 1 year, 4 months ago
  49. c5fb6b2 Add absolute tolerance to f16 CLConv3D validation tests by SiCong Li · 1 year, 4 months ago
  50. a4ff9d0 Fix convolution layer fixture by Viet-Hoa Do · 1 year, 4 months ago
  51. 6b4571a Add missing cpu feature printouts during tests by Gunes Bayir · 1 year, 4 months ago
  52. f4230aa Fix DeconvolutionLayer tolerance issues in FP16 tests by Gunes Bayir · 1 year, 4 months ago
  53. d04528b Disable AddMulAdd armv7a tests by Gunes Bayir · 1 year, 4 months ago
  54. 5b9d223 Fix GEMMLowp/Batched MatMul mismatches on CPU by Mohammed Suhail Munshi · 1 year, 4 months ago
  55. ae72a46 Add new operator AddMulAdd for Neon™ backend for Float/Quantized types by Gunes Bayir · 1 year, 4 months ago
  56. ec320d9 Add Subtraction operator to Dynamic Fusion interface by Ramy Elgammal · 1 year, 6 months ago
  57. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 5 months ago
  58. 7359a87 Add Multiplication operator (FP only) to Dynamic Fusion Interface by Jakub Sujak · 1 year, 5 months ago
  59. e0c42ef Bazel and CMake builds Resolves: ONCPUML-1110, ONCPUML-1109 by David Svantesson · 1 year, 6 months ago
  60. 54eafd8 Sync tolerance number of dynamic fusion direct conv2d with the current library by SiCong Li · 1 year, 4 months ago
  61. 002e653 Implement dynamic fusion softmax operator by Ramy Elgammal · 1 year, 5 months ago
  62. cc28773 Change dynamic fusion API to return destination tensor info by Gunes Bayir · 1 year, 4 months ago
  63. 5a63d1e Add missing direct conv2d tests to dynamic fusion by SiCong Li · 1 year, 5 months ago
  64. 3b504ef Update libnpy header external dependency to the latest version by Jakub Sujak · 1 year, 6 months ago
  65. a18d85c Dynamic Fusion Pooling Layer 2d by Mohammed Suhail Munshi · 1 year, 5 months ago
  66. 1b6377b Add broadcast batched matmul validation cases by SiCong Li · 1 year, 5 months ago
  67. 13bab71 Fix ClGemm crashes on unsupported data types by SiCong Li · 1 year, 5 months ago
  68. 6bcdc57 Deprecated BF16 support in DepthConvert by Pablo Marquez Tello · 1 year, 5 months ago
  69. 1b2f868 Fix CL DirectConvolutionLayer validate tests by SiCong Li · 1 year, 5 months ago
  70. d2d9361 Add extend padding lock flag by Ramy Elgammal · 1 year, 5 months ago
  71. f800adf Implement dynamic fusion reshape operator by Ramy Elgammal · 1 year, 6 months ago
  72. 3a1e125 Handle Intermediate tensors within the sketch by Gunes Bayir · 1 year, 5 months ago
  73. b3077fb LHS broadcasting addition for dynamic fusion by Viet-Hoa Do · 1 year, 5 months ago
  74. 3558c58 Add temporary tile support for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  75. 81f796b Fix various compilation errors by Viet-Hoa Do · 1 year, 5 months ago
  76. 8ae5714 Add Resize/Scale operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 6 months ago
  77. 04f4620 Add multiple output support for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  78. b84e253 Add output operator for dynamic fusion by Viet-Hoa Do · 1 year, 6 months ago
  79. 3274172 Add CLAMP operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 6 months ago
  80. 5945070 Redistribute CL/Deconvolution QSYMM8_PER_CHANNEL tests by Gunes Bayir · 1 year, 6 months ago
  81. 1dc6ff1 Implement Cast operator in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  82. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 7 months ago
  83. 404462a Adding GpuAdd to dynamic fusion operators by Ramy Elgammal · 1 year, 7 months ago
  84. 03b2971 Integrate SME2 kernels by Viet-Hoa Do · 2 years ago
  85. 7dc0234 Implement FP32/16 Depthwise Conv2d operator in dynamic fusion by Gunes Bayir · 1 year, 6 months ago
  86. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 7 months ago
  87. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 7 months ago
  88. ca1a52d space-to-depth shape calculator fix by Ramy Elgammal · 1 year, 7 months ago
  89. 97a609b Fix GemmLowp BatchMatMul Tests to use quantized Outputs by Mohammed Suhail Munshi · 1 year, 7 months ago
  90. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 7 months ago
  91. d158609 SVE Hard-Swish via Lookup table for quantized input by Pablo Marquez Tello · 2 years ago
  92. a2b131b Fix compiler warnings in dynamic fusion by SiCong Li · 1 year, 7 months ago
  93. 635013a Fix activation block in gemm.cl by Gian Marco Iodice · 1 year, 7 months ago
  94. 73f19af Add Dynamic Fusion GpuConv2d FP32/FP16 testcase by Ramy Elgammal · 1 year, 7 months ago
  95. 01934e9 Partially Revert "Add threshold for floating-point SOFT_RELU activation" by Gunes Bayir · 1 year, 7 months ago
  96. a7077e9 Updateable weights in depthwise convolution by Milos Puzovic · 1 year, 7 months ago
  97. 199982f Add threshold for floating-point SOFT_RELU activation by Milos Puzovic · 1 year, 7 months ago
  98. f44bbc5 Rewrite dynamic fusion by SiCong Li · 1 year, 9 months ago
  99. 9fc0b5c Update reinterpret tensor as 1D for CPU add by Viet-Hoa Do · 1 year, 8 months ago
  100. 6782452 Add test in GEMMLowp for batch matmul by Mohammed Suhail Munshi · 1 year, 8 months ago