1. ada3200 Add update/index/output (m+1)/2d/(m+n) support for CLScatter by Gunes Bayir · 10 weeks ago
  2. 0e21236 Multi-Dimensional and Batched Scatter Reference and Dataset Implementation. by Mohammed Suhail Munshi · 3 months ago
  3. 7377107 Scatter GPU Kernel Implementation for 1D tensors. by Mohammed Suhail Munshi · 3 months ago
  4. f1f1f87 Add in place summation to CPU GEMM kernels by Radu Salavat · 4 months ago
  5. 473b829 Adds Tests and reference implementation for scatter operator with 1D tensors. by Mohammed Suhail Munshi · 4 months ago
  6. 7b3adf2 Fix for nightly build failures for android by Mohammed Suhail Munshi · 3 months ago
  7. 8609ca0 Add skeleton for CLScatter op, reference and tests by Mohammed Suhail Munshi · 4 months ago
  8. 0cba93f [QTest] Use dynamic output quantization in Depthwise Conv tests by Omar Al Khatib · 5 months ago
  9. 0e73498 Add support for QSYMM8 in ClCastKernel by Pablo Marquez Tello · 5 months ago
  10. 11ab451 Implement dynamic quantization for GEMMLowp tests by SiCong Li · 8 months ago
  11. 02c452f Add Dynamic Quantization tests to Fully Connected Layer by Mohammed Suhail Munshi · 8 months ago
  12. c259aa5 Increase tolerance for MatMul in FP16 by Sangwon Ha · 8 months ago
  13. 704c22f [GPU] Update Reverse layer to allow negative axis and reversed axis order by Adnan AlSinan · 8 months ago
  14. 93a77cd Use dynamic quantization in Convolution and Dilated Convolution tests by Gunes Bayir · 9 months ago
  15. dfcd41a Use dynamic quantization in OpenCL™ Direct Convolution tests by Gunes Bayir · 9 months ago
  16. 95d477e Remove padding from CL comparison operator by Viet-Hoa Do · 9 months ago
  17. c6137d2 Optimize CLDeconvolutionLayer tests by Gunes Bayir · 9 months ago
  18. 3af4c9b Optimize CL and Neon depthwise convolution tests by Gunes Bayir · 9 months ago
  19. a23b468 Optimize CLTranspose operator by Jakub Sujak · 9 months ago
  20. 3831111 Change MatMul Native MMUL Kernel tests tolerance value by Adnan AlSinan · 9 months ago
  21. c2a51bd Optimize CL and Neon Winograd tests by Gunes Bayir · 9 months ago
  22. a396da1 Implement Quantized Matmul T/T and T/Nt kernels using MMUL extension by Gunes Bayir · 10 months ago
  23. 2ad0a6b Implement Quantized Matmul Nt/T kernel using MMUL extension by Gunes Bayir · 10 months ago
  24. bdcb4c1 Implement tflite compliant reverse for CPU by Adnan AlSinan · 10 months ago
  25. a116cd3 Implement Quantized MatMul kernel using MMUL extension by Gunes Bayir · 10 months ago
  26. e87fa66 Add skeleton of ClMatMulLowpNativeMMULKernel by Gunes Bayir · 10 months ago
  27. 0d27b2e Remove legacy PostOps code by Jakub Sujak · 10 months ago
  28. 78da34c Fix failure in MeanReduce layer by Viet-Hoa Do · 11 months ago
  29. 0c19f59 Fix CL Tile operator by Viet-Hoa Do · 11 months ago
  30. 4cb0bd4 Improved testing for ArgMinMax by Pablo Marquez Tello · 11 months ago
  31. 9662ac0 Add missing tests for CLCast by Pablo Marquez Tello · 11 months ago
  32. 205ba24 Added S64/U64 support for the input in CLCast by Pablo Marquez Tello · 12 months ago
  33. 653b96c Improved Argminmax testing by Pablo Marquez Tello · 12 months ago
  34. 8e2dede Add Bias to MatMul Kernels and add support for use in Fully Connected Layer by Mohammed Suhail Munshi · 1 year ago
  35. 019a7d9 Enable transpose convolution with non-square kernels by Viet-Hoa Do · 1 year ago
  36. c9eeee5 Fix nightly failures in MatMulLowpNativeKernel when using bounded activation functions by Mohammed Suhail Munshi · 1 year ago
  37. 00474e9 Implement FP32/16 MatMul Lhs T Rhs T/NT kernel using MMUL extension by Gunes Bayir · 1 year ago
  38. a2bb80e Use MatMul in fully connected layer with dynamic weights when supported by Mohammed Suhail Munshi · 1 year ago
  39. c952596 Implement FP32/FP16 MatMul NT/T kernel using the MMUL extension by Ramy Elgammal · 1 year, 1 month ago
  40. a8d8058 Implement FP32/FP16 MatMul NT/NT kernel using the MMUL extension by SiCong Li · 1 year, 1 month ago
  41. 94abde4 Add Fused Activation to OpenCL MatMul by Mohammed Suhail Munshi · 1 year, 1 month ago
  42. 95f1e4a Raise abs_tolerance number for CL/DirectConvolution3D fp16 tests by Ramy Elgammal · 1 year, 2 months ago
  43. e9b3ee2 Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int_8 failures by Jakub Sujak · 1 year, 3 months ago
  44. 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
  45. 5e99a3e Add quantized CL MatMul kernel for LHS NT, RHS T by Jakub Sujak · 1 year, 3 months ago
  46. 467daef Implement CL kernel for a native batched matmul Quantized - LHS transposed, RHS transposed by Omar Al Khatib · 1 year, 3 months ago
  47. 9d0c4de Add quantized CL MatMul kernels for Lhs NT/T, Rhs NT by Gunes Bayir · 1 year, 3 months ago
  48. 1ed6a14 Align naming convention of ClMatMul by Jakub Sujak · 1 year, 3 months ago
  49. a1b1e41 Implement MatMul Function and Operator with Floating Point support for CPU by Mohammed Suhail Munshi · 1 year, 3 months ago
  50. dcab9ca Fix unused variable warning reported in nightly nuild by Ramy Elgammal · 1 year, 3 months ago
  51. 617ed50 Support dynamic weights for Fully Connected layers on GPU by Jakub Sujak · 1 year, 3 months ago
  52. f26ea2f Implement MatMul Function by Ramy Elgammal · 1 year, 3 months ago
  53. fff9a4c Add Cropping to CLBatchToSpace by Omar Al Khatib · 1 year, 3 months ago
  54. b531b75 Add Texture Pipe Support for Matmul Lhs T/NT Rhs T kernels by Ramy Elgammal · 1 year, 3 months ago
  55. bbeef72 Add Texture Pipe Support for Matmul Lhs T/NT Rhs NT kernels by Gunes Bayir · 1 year, 3 months ago
  56. a3e57c2 Add dynamic weights for CPU fully connected layer by Viet-Hoa Do · 1 year, 4 months ago
  57. 8918b23 Implement OpenCL MatMul for Lhs T Rhs T/NT FP32/16 by Gunes Bayir · 1 year, 4 months ago
  58. 14d7b53 Implementation of RSQRT for quantized int8 by Ramy Elgammal · 1 year, 5 months ago
  59. 2b6ebfe Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16 by Ramy Elgammal · 1 year, 4 months ago
  60. bbf2e74 Add support for kernel indices in Maxpool by Adnan AlSinan · 1 year, 4 months ago
  61. c5fb6b2 Add absolute tolerance to f16 CLConv3D validation tests by SiCong Li · 1 year, 5 months ago
  62. ec320d9 Add Subtraction operator to Dynamic Fusion interface by Ramy Elgammal · 1 year, 7 months ago
  63. 54eafd8 Sync tolerance number of dynamic fusion direct conv2d with the current library by SiCong Li · 1 year, 5 months ago
  64. 13bab71 Fix ClGemm crashes on unsupported data types by SiCong Li · 1 year, 6 months ago
  65. 1b2f868 Fix CL DirectConvolutionLayer validate tests by SiCong Li · 1 year, 6 months ago
  66. 5945070 Redistribute CL/Deconvolution QSYMM8_PER_CHANNEL tests by Gunes Bayir · 1 year, 7 months ago
  67. 76335eb Implement the OpenCL kernel to compute the indirect convolution by Gian Marco Iodice · 1 year, 8 months ago
  68. 5d01681 Implement address precalculation for indirect conv2d - OpenCL by Gian Marco Iodice · 1 year, 8 months ago
  69. 31df05a Remove dynamic fusion prototype with tests and examples by SiCong Li · 1 year, 8 months ago
  70. 97a609b Fix GemmLowp BatchMatMul Tests to use quantized Outputs by Mohammed Suhail Munshi · 1 year, 8 months ago
  71. ec0113d Optimize Transposed Convolution for CL backend (FP32/16) by Gunes Bayir · 1 year, 8 months ago
  72. 635013a Fix activation block in gemm.cl by Gian Marco Iodice · 1 year, 8 months ago
  73. 73f19af Add Dynamic Fusion GpuConv2d FP32/FP16 testcase by Ramy Elgammal · 1 year, 8 months ago
  74. a77c6d7 Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplication with variable input tensors by Ramy Elgammal · 1 year, 10 months ago
  75. 047e5d0 Fix validation in validate_image2d_support_on_rhs by Gian Marco Iodice · 1 year, 10 months ago
  76. 5687e55 Fix invalid memory access for dynamically fused Cl Elementwise kernels by SiCong Li · 1 year, 11 months ago
  77. 926f502 Adding GELU activation by Murray Kornelsen · 2 years ago
  78. 211a55d Optimize depthwise convolution on OpenCL by Gian Marco Iodice · 1 year, 10 months ago
  79. 13a2d00 Add test for CLGEMM to test a batched matrix multiplication with variable input tensors by Mohammed Suhail Munshi · 1 year, 10 months ago
  80. f67903b Add Dynamic Fusion Tests with BugFixes by Mohammed Suhail Munshi · 2 years ago
  81. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 2 months ago
  82. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  83. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years, 1 month ago
  84. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 2 months ago
  85. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  86. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  87. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  88. bd44caa [Dynamic Fusion] Implement build options generation by Giorgio Arena · 2 years, 4 months ago
  89. 8a87983 Setup automatic kernel window for dynamic fusion by Gunes Bayir · 2 years, 4 months ago
  90. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  91. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  92. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  93. 21138d8 Added a multithreaded test for CL backend. by Pablo Marquez Tello · 2 years, 8 months ago
  94. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  95. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  96. b181263 Enabled support for QASYMM8 in ClCastKernel by Pablo Marquez Tello · 2 years, 6 months ago
  97. 3e155a5 Rework gemm_reshape_lhs_ with new macros by Adnan AlSinan · 2 years, 7 months ago
  98. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  99. a3b13b5 Fix _memory.region() == nullptr validation bug for FusedPostOps by Giorgio Arena · 2 years, 8 months ago
  100. d928735 Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with post ops by SiCongLi · 2 years, 8 months ago