1. bc5c407 Extend GEMM to support batch matmul operation by Mohammed Suhail Munshi · 2 years, 2 months ago
  2. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 2 months ago
  3. f55cca5 Add LU_BOUNDED_RELU support for QSYMM16 by Pablo Marquez Tello · 2 years, 3 months ago
  4. 01a8ade Fix Duplicate Template in Pooling3dFixture by Mohammed Suhail Munshi · 2 years, 2 months ago
  5. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  6. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  7. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  8. 4c17ba9 Fix Nightly build failure by Adnan AlSinan · 2 years, 3 months ago
  9. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 4 months ago
  10. 892b70a Fix embedded kernel header inclusion for dynamic fusion by Giorgio Arena · 2 years, 3 months ago
  11. b83e672 Enable -static-openmp for newer NDK support by Giorgio Arena · 2 years, 3 months ago
  12. bd44caa [Dynamic Fusion] Implement build options generation by Giorgio Arena · 2 years, 4 months ago
  13. 8a87983 Setup automatic kernel window for dynamic fusion by Gunes Bayir · 2 years, 4 months ago
  14. 68c2200 Fix dynamic fusion test Scons to enable unit tests by SiCong Li · 2 years, 4 months ago
  15. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  16. 4e66d70 Added windows native build support by Pablo Tello · 2 years, 4 months ago
  17. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  18. 298b2c0 Decouple castKernel by Yair Schwarzbaum · 2 years, 5 months ago
  19. 918a9fb Add Pool3d reference implementation by Gunes Bayir · 2 years, 5 months ago
  20. c9e519d Decouple CpuDirectConv2dKernel by alerah01 · 2 years, 5 months ago
  21. ebbae94 Decouple CpuDepthwiseConv2dNativeKernel by Dana Zlotnik · 2 years, 5 months ago
  22. 9454cf7 Fixed threshould argument order in NE/CL/LSTM by Pablo Marquez Tello · 2 years, 5 months ago
  23. 256ac62 Decouple CpuGemmMatrixMultiplyKernel and CpuGemmMatrixAdditionKernel by Dana Zlotnik · 2 years, 5 months ago
  24. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  25. 6a2df88 Add kernel selection UT for submitted kernels by Dana Zlotnik · 2 years, 6 months ago
  26. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  27. ab2bc73 Adding support for Arm Mali-G710 by Gian Marco Iodice · 2 years, 5 months ago
  28. 21138d8 Added a multithreaded test for CL backend. by Pablo Marquez Tello · 2 years, 8 months ago
  29. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  30. 0ef2c21 Remove padding from CpuDirectConv2dKernel by Adnan AlSinan · 2 years, 5 months ago
  31. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 6 months ago
  32. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  33. b181263 Enabled support for QASYMM8 in ClCastKernel by Pablo Marquez Tello · 2 years, 6 months ago
  34. 5ae8d80 Enable kernel selection testing (Phase #1) by Giorgio Arena · 2 years, 8 months ago
  35. b99e54e Add signbit support for f16 type by SiCongLi · 2 years, 6 months ago
  36. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 6 months ago
  37. cb86956 Fix test validation method by SiCongLi · 2 years, 6 months ago
  38. b2eba7f Replacing non-inclusive terms with proper terms by ramelg01 · 2 years, 6 months ago
  39. 3e155a5 Rework gemm_reshape_lhs_ with new macros by Adnan AlSinan · 2 years, 7 months ago
  40. 4d44ac8 Added support for filter size 8x8 NCHW DirectConv by Pablo Marquez Tello · 2 years, 7 months ago
  41. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  42. a3b13b5 Fix _memory.region() == nullptr validation bug for FusedPostOps by Giorgio Arena · 2 years, 8 months ago
  43. 8b9ce8c Increase FP16 tolerance for BatchNormalizationLayer by Freddie Liardet · 2 years, 8 months ago
  44. d928735 Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with post ops by SiCongLi · 2 years, 8 months ago
  45. 6049eda Add PRelu to supported PostOps in: by ramelg01 · 2 years, 8 months ago
  46. bc78838 Fix GEMMMatrixMultiplyReshapedOnlyRHSKernel tests to use InitializerListDataset by SiCongLi · 2 years, 8 months ago
  47. 3f7414b Fix clang issue when casting negative int32_t to int64_t by Giorgio Arena · 2 years, 8 months ago
  48. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 8 months ago
  49. eb8bd81 Fix dst "widening" validation by SiCongLi · 2 years, 8 months ago
  50. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  51. 69df64f Improve conv3d validation by Freddie Liardet · 2 years, 8 months ago
  52. f727ef4 Add uint8/int8 support to cpu conv3d by Freddie Liardet · 2 years, 9 months ago
  53. 00ff664 Remove large conv3d tests by Freddie Liardet · 2 years, 8 months ago
  54. 5601eb1 Reduce size of large conv3d nightly tests by Freddie Liardet · 2 years, 8 months ago
  55. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 9 months ago
  56. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  57. 3611852 Fix precision issue in ChannelShuffleKernel by Pablo Marquez Tello · 2 years, 9 months ago
  58. 841c3e9 Fix unused variable issue by Sheri Zhang · 2 years, 9 months ago
  59. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  60. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  61. 5c002ec Add missing common functionalities for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  62. ded3663 Remove padding in cpuPool2d NCHW by Freddie Liardet · 2 years, 10 months ago
  63. 16def8d Create Fixture for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  64. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  65. 8b8405a Optimize CpuScale NHWC F32/F16 by Gian Marco Iodice · 2 years, 9 months ago
  66. 2c5ae86 Fix tolerance issue for Scale tests on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  67. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  68. 2ec6163 Fix Build error with asserts=0 by Adnan AlSinan · 2 years, 10 months ago
  69. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  70. cc171f9 Provide tests for fusing pad layer in graph API by Gunes Bayir · 2 years, 10 months ago
  71. 9d6ddfc Fix nightly cl_image not supported issue by Sheri Zhang · 2 years, 10 months ago
  72. e4563a0 Adds Conv3d reference implementation support. by Adnan AlSinan · 2 years, 10 months ago
  73. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  74. 9dc558f Review all shapes in datasets to account for padding removal Part 1 by Gian Marco Iodice · 3 years, 8 months ago
  75. aed61f2 Fix CLNormalizationLayer NCHW border calculation by SiCongLi · 2 years, 10 months ago
  76. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago
  77. 511771f Remove padding from ClScaleKernel by Giorgio Arena · 2 years, 11 months ago
  78. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  79. f5d51f3 Retain weights in ClGemm when reconfiguring the operator with retention by Georgios Pinitas · 2 years, 11 months ago
  80. 37a4611 Add test for validating batched-GEMM on CPU by Gian Marco Iodice · 2 years, 11 months ago
  81. 7c29657 increase CL/BatchNormalizationLayer Fp16 absolute threshold by Gunes Bayir · 2 years, 11 months ago
  82. 38ce29d Fix CL direct conv layer test FP32 absolute tolerance issue by Gunes Bayir · 2 years, 11 months ago
  83. 4164814 Implement Operator API by Georgios Pinitas · 2 years, 11 months ago
  84. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years ago
  85. a0efe69 Reintroduce implementation of NEConvolutionLayer::get_convolution_method by Michele Di Giorgio · 3 years ago
  86. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  87. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  88. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  89. 6575ef8 Fix formatting issue with blank profiler header by Freddie Liardet · 3 years ago
  90. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  91. 59fd7a7 Add layer data to JSON output by Freddie Liardet · 3 years ago
  92. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  93. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  94. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  95. e5d76e1 Increase tolerance for NEMeanStdDevNormalization by Georgios Pinitas · 3 years ago
  96. a387e27 Add in-place calculation support for CL elementwise arithmetic kernels by Sheri Zhang · 3 years ago
  97. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  98. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  99. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  100. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years ago