1. 97a609b Fix GemmLowp BatchMatMul Tests to use quantized Outputs by Mohammed Suhail Munshi · 1 year, 8 months ago
  2. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 8 months ago
  3. d158609 SVE Hard-Swish via Lookup table for quantized input by Pablo Marquez Tello · 2 years, 1 month ago
  4. a2b131b Fix compiler warnings in dynamic fusion by SiCong Li · 1 year, 8 months ago
  5. 635013a Fix activation block in gemm.cl by Gian Marco Iodice · 1 year, 8 months ago
  6. 73f19af Add Dynamic Fusion GpuConv2d FP32/FP16 testcase by Ramy Elgammal · 1 year, 8 months ago
  7. 01934e9 Partially Revert "Add threshold for floating-point SOFT_RELU activation" by Gunes Bayir · 1 year, 8 months ago
  8. a7077e9 Updateable weights in depthwise convolution by Milos Puzovic · 1 year, 8 months ago
  9. 199982f Add threshold for floating-point SOFT_RELU activation by Milos Puzovic · 1 year, 8 months ago
  10. f44bbc5 Rewrite dynamic fusion by SiCong Li · 1 year, 10 months ago
  11. 9fc0b5c Update reinterpret tensor as 1D for CPU add by Viet-Hoa Do · 1 year, 8 months ago
  12. 6782452 Add test in GEMMLowp for batch matmul by Mohammed Suhail Munshi · 1 year, 9 months ago
  13. 0a36f58 Fix FFTConvolutionLayer test by Viet-Hoa Do · 1 year, 9 months ago
  14. ad9a7ed Rework DepthwiseConvolution heuristic on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  15. 304dfdb Fix Batch Matmul nightly failure by Adnan AlSinan · 1 year, 9 months ago
  16. 40b4419 Optimize CPU add layer on quantized data by Viet-Hoa Do · 1 year, 9 months ago
  17. d6b8a71 Add FP32 Neon™ swish activation by Jonathan Deakin · 1 year, 10 months ago
  18. ead4d11 Fix unresolved symbol for target armv7a + Android by Pablo Marquez Tello · 1 year, 9 months ago
  19. a77c6d7 Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplication with variable input tensors by Ramy Elgammal · 1 year, 10 months ago
  20. 047e5d0 Fix validation in validate_image2d_support_on_rhs by Gian Marco Iodice · 1 year, 10 months ago
  21. 622b8ad Fix bug in QASYMM8_SIGNED to F32 cast layer by Viet-Hoa Do · 1 year, 10 months ago
  22. c4f2743 Optimize Quantized/Integer Bilinear Scale for Neon™ by Gunes Bayir · 1 year, 10 months ago
  23. 5687e55 Fix invalid memory access for dynamically fused Cl Elementwise kernels by SiCong Li · 1 year, 11 months ago
  24. 926f502 Adding GELU activation by Murray Kornelsen · 2 years ago
  25. 6e09e14 INT8 Quantized MeanStdDevNorm (LayerNorm) by Murray Kornelsen · 2 years ago
  26. a4814e8 Add test case for disable Winograd on fp16 if fast-math = false by Ramy Elgammal · 1 year, 10 months ago
  27. 26c9d1a Add test for NEGEMM to test a batched matrix multiplication with variable input tensors by Adnan AlSinan · 1 year, 10 months ago
  28. 211a55d Optimize depthwise convolution on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  29. 13a2d00 Add test for CLGEMM to test a batched matrix multiplication with variable input tensors by Mohammed Suhail Munshi · 1 year, 10 months ago
  30. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 2 years ago
  31. f67903b Add Dynamic Fusion Tests with BugFixes by Mohammed Suhail Munshi · 2 years ago
  32. 3c4d085 Update the GPUTarget list by Gian Marco Iodice · 2 years ago
  33. 9b921be Optimize add layer by considering the input tensors as 1D array by Gunes Bayir · 1 year, 11 months ago
  34. e748346 Fix building failure with validate_examples set to true by Michalis Spyrou · 1 year, 11 months ago
  35. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  36. d208f4f Enable march=armv8.6-a in non multi-isa builds by Pablo Marquez Tello · 2 years ago
  37. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 2 months ago
  38. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  39. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  40. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 4 months ago
  41. a3f7cd2 Move build option explanations in how to build guide to scons help message by Michalis Spyrou · 2 years ago
  42. a3cf241 Add G57 to GPUTarget by SiCong Li · 2 years ago
  43. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years ago
  44. 894659a Add support for 2d and 3d indices for axis 1 by Pablo Marquez Tello · 2 years, 2 months ago
  45. d75cd8a Compute Hard-Swish with a Lookup table for qasymm8. by Pablo Marquez Tello · 2 years, 1 month ago
  46. a8caa02 Properly format SConscript files by Michalis Spyrou · 2 years, 1 month ago
  47. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 2 months ago
  48. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 2 months ago
  49. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 2 months ago
  50. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  51. 3bb72b6 Add a note to clarify pretranspose option in GEMM and GEMMLowp fixtures by Adnan AlSinan · 2 years, 2 months ago
  52. bc5c407 Extend GEMM to support batch matmul operation by Mohammed Suhail Munshi · 2 years, 2 months ago
  53. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 2 months ago
  54. f55cca5 Add LU_BOUNDED_RELU support for QSYMM16 by Pablo Marquez Tello · 2 years, 3 months ago
  55. 01a8ade Fix Duplicate Template in Pooling3dFixture by Mohammed Suhail Munshi · 2 years, 2 months ago
  56. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  57. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  58. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  59. 4c17ba9 Fix Nightly build failure by Adnan AlSinan · 2 years, 3 months ago
  60. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 4 months ago
  61. 892b70a Fix embedded kernel header inclusion for dynamic fusion by Giorgio Arena · 2 years, 3 months ago
  62. b83e672 Enable -static-openmp for newer NDK support by Giorgio Arena · 2 years, 3 months ago
  63. bd44caa [Dynamic Fusion] Implement build options generation by Giorgio Arena · 2 years, 4 months ago
  64. 8a87983 Setup automatic kernel window for dynamic fusion by Gunes Bayir · 2 years, 4 months ago
  65. 68c2200 Fix dynamic fusion test Scons to enable unit tests by SiCong Li · 2 years, 4 months ago
  66. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  67. 4e66d70 Added windows native build support by Pablo Tello · 2 years, 4 months ago
  68. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  69. 298b2c0 Decouple castKernel by Yair Schwarzbaum · 2 years, 5 months ago
  70. 918a9fb Add Pool3d reference implementation by Gunes Bayir · 2 years, 5 months ago
  71. c9e519d Decouple CpuDirectConv2dKernel by alerah01 · 2 years, 5 months ago
  72. ebbae94 Decouple CpuDepthwiseConv2dNativeKernel by Dana Zlotnik · 2 years, 5 months ago
  73. 9454cf7 Fixed threshould argument order in NE/CL/LSTM by Pablo Marquez Tello · 2 years, 4 months ago
  74. 256ac62 Decouple CpuGemmMatrixMultiplyKernel and CpuGemmMatrixAdditionKernel by Dana Zlotnik · 2 years, 5 months ago
  75. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  76. 6a2df88 Add kernel selection UT for submitted kernels by Dana Zlotnik · 2 years, 5 months ago
  77. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  78. ab2bc73 Adding support for Arm Mali-G710 by Gian Marco Iodice · 2 years, 5 months ago
  79. 21138d8 Added a multithreaded test for CL backend. by Pablo Marquez Tello · 2 years, 8 months ago
  80. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  81. 0ef2c21 Remove padding from CpuDirectConv2dKernel by Adnan AlSinan · 2 years, 5 months ago
  82. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 6 months ago
  83. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  84. b181263 Enabled support for QASYMM8 in ClCastKernel by Pablo Marquez Tello · 2 years, 6 months ago
  85. 5ae8d80 Enable kernel selection testing (Phase #1) by Giorgio Arena · 2 years, 7 months ago
  86. b99e54e Add signbit support for f16 type by SiCongLi · 2 years, 6 months ago
  87. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 6 months ago
  88. cb86956 Fix test validation method by SiCongLi · 2 years, 6 months ago
  89. b2eba7f Replacing non-inclusive terms with proper terms by ramelg01 · 2 years, 6 months ago
  90. 3e155a5 Rework gemm_reshape_lhs_ with new macros by Adnan AlSinan · 2 years, 7 months ago
  91. 4d44ac8 Added support for filter size 8x8 NCHW DirectConv by Pablo Marquez Tello · 2 years, 7 months ago
  92. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  93. a3b13b5 Fix _memory.region() == nullptr validation bug for FusedPostOps by Giorgio Arena · 2 years, 8 months ago
  94. 8b9ce8c Increase FP16 tolerance for BatchNormalizationLayer by Freddie Liardet · 2 years, 8 months ago
  95. d928735 Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with post ops by SiCongLi · 2 years, 8 months ago
  96. 6049eda Add PRelu to supported PostOps in: by ramelg01 · 2 years, 8 months ago
  97. bc78838 Fix GEMMMatrixMultiplyReshapedOnlyRHSKernel tests to use InitializerListDataset by SiCongLi · 2 years, 8 months ago
  98. 3f7414b Fix clang issue when casting negative int32_t to int64_t by Giorgio Arena · 2 years, 8 months ago
  99. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 8 months ago
  100. eb8bd81 Fix dst "widening" validation by SiCongLi · 2 years, 8 months ago