1. a23b468 Optimize CLTranspose operator by Jakub Sujak · 9 months ago
  2. 0a99c79 Fix nightly NEON Reverse reference failure by Adnan AlSinan · 9 months ago
  3. d82f797 Fix Nightly failing validation tests in NEON Reverse by Adnan AlSinan · 9 months ago
  4. bdcb4c1 Implement tflite compliant reverse for CPU by Adnan AlSinan · 10 months ago
  5. e071b5e Fix the validation issue in AddMulAdd fused kernel by Gunes Bayir · 10 months ago
  6. 532ce2c Separate the output quantization calculation logic from matmul by Gunes Bayir · 10 months ago
  7. b566b6e Extend Neon ReshapeLayer validation tests by Anitha Raj · 10 months ago
  8. 0d27b2e Remove legacy PostOps code by Jakub Sujak · 10 months ago
  9. 2e6d659 Port ClTemplatePool2d to ckw by Adnan AlSinan · 11 months ago
  10. eb5696d Optimize CpuReshapeKernel by Anitha Raj · 12 months ago
  11. 6075097 Remove functionality to add padding in Y dimension in validation tests by Anitha Raj · 11 months ago
  12. 78da34c Fix failure in MeanReduce layer by Viet-Hoa Do · 11 months ago
  13. 4cb0bd4 Improved testing for ArgMinMax by Pablo Marquez Tello · 11 months ago
  14. a5577db Fix dynamic fusion compilation error by Viet-Hoa Do · 12 months ago
  15. 205ba24 Added S64/U64 support for the input in CLCast by Pablo Marquez Tello · 12 months ago
  16. 945b8da Make test fixture setup methods not be templated by Matthew Bentham · 12 months ago
  17. 8e2dede Add Bias to MatMul Kernels and add support for use in Fully Connected Layer by Mohammed Suhail Munshi · 1 year ago
  18. 019a7d9 Enable transpose convolution with non-square kernels by Viet-Hoa Do · 1 year ago
  19. a2bb80e Use MatMul in fully connected layer with dynamic weights when supported by Mohammed Suhail Munshi · 1 year ago
  20. a8d8058 Implement FP32/FP16 MatMul NT/NT kernel using the MMUL extension by SiCong Li · 1 year, 2 months ago
  21. 94abde4 Add Fused Activation to OpenCL MatMul by Mohammed Suhail Munshi · 1 year, 1 month ago
  22. 3fcf3dc Add multi-sketch support for dynamic fusion by Viet-Hoa Do · 1 year, 2 months ago
  23. e9b3ee2 Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int_8 failures by Jakub Sujak · 1 year, 3 months ago
  24. cdd1e03 Support multi-dimensional indices in the CL Gather Layer up to four-dimensional output tensors by Omar Al Khatib · 1 year, 2 months ago
  25. a62129a Fix fully connected and matmul mismatches by Viet-Hoa Do · 1 year, 2 months ago
  26. 3b162e5 Reorder added by David Svantesson · 1 year, 3 months ago
  27. a25582c Fix the gather layer indices check by Viet-Hoa Do · 1 year, 4 months ago
  28. 9c7c2d2 Add quantized support for CPU MatMul by Viet-Hoa Do · 1 year, 3 months ago
  29. 9d0c4de Add quantized CL MatMul kernels for Lhs NT/T, Rhs NT by Gunes Bayir · 1 year, 3 months ago
  30. 1ed6a14 Align naming convention of ClMatMul by Jakub Sujak · 1 year, 3 months ago
  31. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 3 months ago
  32. 617ed50 Support dynamic weights for Fully Connected layers on GPU by Jakub Sujak · 1 year, 3 months ago
  33. f26ea2f Implement MatMul Function by Ramy Elgammal · 1 year, 3 months ago
  34. fd472f0 Add quantized support for unary elementwise in CPU by Viet-Hoa Do · 1 year, 4 months ago
  35. 5a7d157 Fix BatchToSpaceFixture by SiCong Li · 1 year, 3 months ago
  36. bbeef72 Add Texture Pipe Support for Matmul Lhs T/NT Rhs NT kernels by Gunes Bayir · 1 year, 4 months ago
  37. a3e57c2 Add dynamic weights for CPU fully connected layer by Viet-Hoa Do · 1 year, 4 months ago
  38. 8918b23 Implement OpenCL MatMul for Lhs T Rhs T/NT FP32/16 by Gunes Bayir · 1 year, 4 months ago
  39. 14d7b53 Implementation of RSQRT for quantized int8 by Ramy Elgammal · 1 year, 5 months ago
  40. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 4 months ago
  41. 4ceb453 Add CropInfo to BatchToSpace reference and fixture by SiCong Li · 1 year, 4 months ago
  42. 98aca0f Add sigmoid and tanh for dynamic fusion by Viet-Hoa Do · 1 year, 4 months ago
  43. bbf2e74 Add support for kernel indices in Maxpool by Adnan AlSinan · 1 year, 4 months ago
  44. ecaa10a Fix Intermittent Neon™ ReduceMean QASYMM8 Mismatch by Mohammed Suhail Munshi · 1 year, 5 months ago
  45. a4ff9d0 Fix convolution layer fixture by Viet-Hoa Do · 1 year, 5 months ago
  46. ae72a46 Add new operator AddMulAdd for Neon™ backend for Float/Quantized types by Gunes Bayir · 1 year, 5 months ago
  47. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 6 months ago
  48. 7359a87 Add Multiplication operator (FP only) to Dynamic Fusion Interface by Jakub Sujak · 1 year, 6 months ago
  49. 002e653 Implement dynamic fusion softmax operator by Ramy Elgammal · 1 year, 6 months ago
  50. cc28773 Change dynamic fusion API to return destination tensor info by Gunes Bayir · 1 year, 6 months ago
  51. 5a63d1e Add missing direct conv2d tests to dynamic fusion by SiCong Li · 1 year, 6 months ago
  52. a18d85c Dynamic Fusion Pooling Layer 2d by Mohammed Suhail Munshi · 1 year, 6 months ago
  53. f800adf Implement dynamic fusion reshape operator by Ramy Elgammal · 1 year, 7 months ago
  54. 3a1e125 Handle Intermediate tensors within the sketch by Gunes Bayir · 1 year, 6 months ago
  55. 8ae5714 Add Resize/Scale operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 7 months ago
  56. b84e253 Add output operator for dynamic fusion by Viet-Hoa Do · 1 year, 7 months ago
  57. 3274172 Add CLAMP operator to Dynamic Fusion interface by Jakub Sujak · 1 year, 7 months ago
  58. 1dc6ff1 Implement Cast operator in dynamic fusion by Gunes Bayir · 1 year, 7 months ago
  59. 404462a Adding GpuAdd to dynamic fusion operators by Ramy Elgammal · 1 year, 8 months ago
  60. 7dc0234 Implement FP32/16 Depthwise Conv2d operator in dynamic fusion by Gunes Bayir · 1 year, 7 months ago
  61. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 8 months ago
  62. ca1a52d space-to-depth shape calculator fix by Ramy Elgammal · 1 year, 8 months ago
  63. 97a609b Fix GemmLowp BatchMatMul Tests to use quantized Outputs by Mohammed Suhail Munshi · 1 year, 9 months ago
  64. 73f19af Add Dynamic Fusion GpuConv2d FP32/FP16 testcase by Ramy Elgammal · 1 year, 8 months ago
  65. a7077e9 Updateable weights in depthwise convolution by Milos Puzovic · 1 year, 8 months ago
  66. 0a36f58 Fix FFTConvolutionLayer test by Viet-Hoa Do · 1 year, 9 months ago
  67. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  68. a77c6d7 Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplication with variable input tensors by Ramy Elgammal · 1 year, 10 months ago
  69. c4f2743 Optimize Quantized/Integer Bilinear Scale for Neon™ by Gunes Bayir · 1 year, 10 months ago
  70. 6e09e14 INT8 Quantized MeanStdDevNorm (LayerNorm) by Murray Kornelsen · 2 years ago
  71. 26c9d1a Add test for NEGEMM to test a batched matrix multiplication with variable input tensors by Adnan AlSinan · 1 year, 10 months ago
  72. 13a2d00 Add test for CLGEMM to test a batched matrix multiplication with variable input tensors by Mohammed Suhail Munshi · 1 year, 10 months ago
  73. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 2 years ago
  74. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  75. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 2 months ago
  76. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  77. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  78. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 4 months ago
  79. 3bb72b6 Add a note to clarify pretranspose option in GEMM and GEMMLowp fixtures by Adnan AlSinan · 2 years, 2 months ago
  80. bc5c407 Extend GEMM to support batch matmul operation by Mohammed Suhail Munshi · 2 years, 2 months ago
  81. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 2 months ago
  82. 01a8ade Fix Duplicate Template in Pooling3dFixture by Mohammed Suhail Munshi · 2 years, 3 months ago
  83. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  84. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  85. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  86. 9454cf7 Fixed threshould argument order in NE/CL/LSTM by Pablo Marquez Tello · 2 years, 5 months ago
  87. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  88. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  89. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  90. cb86956 Fix test validation method by SiCongLi · 2 years, 6 months ago
  91. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  92. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 8 months ago
  93. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  94. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 9 months ago
  95. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  96. 5c002ec Add missing common functionalities for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  97. 16def8d Create Fixture for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  98. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  99. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  100. cc171f9 Provide tests for fusing pad layer in graph API by Gunes Bayir · 2 years, 10 months ago