1. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  2. 841c3e9 Fix unused variable issue by Sheri Zhang · 2 years, 9 months ago
  3. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 10 months ago
  4. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  5. 5c002ec Add missing common functionalities for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  6. ded3663 Remove padding in cpuPool2d NCHW by Freddie Liardet · 2 years, 10 months ago
  7. 16def8d Create Fixture for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  8. 8b8405a Optimize CpuScale NHWC F32/F16 by Gian Marco Iodice · 2 years, 9 months ago
  9. 2c5ae86 Fix tolerance issue for Scale tests on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  10. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 10 months ago
  11. 2ec6163 Fix Build error with asserts=0 by Adnan AlSinan · 2 years, 10 months ago
  12. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  13. cc171f9 Provide tests for fusing pad layer in graph API by Gunes Bayir · 2 years, 10 months ago
  14. 9d6ddfc Fix nightly cl_image not supported issue by Sheri Zhang · 2 years, 10 months ago
  15. e4563a0 Adds Conv3d reference implementation support. by Adnan AlSinan · 2 years, 10 months ago
  16. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  17. 9dc558f Review all shapes in datasets to account for padding removal Part 1 by Gian Marco Iodice · 3 years, 8 months ago
  18. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago
  19. 511771f Remove padding from ClScaleKernel by Giorgio Arena · 2 years, 11 months ago
  20. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  21. f5d51f3 Retain weights in ClGemm when reconfiguring the operator with retention by Georgios Pinitas · 2 years, 11 months ago
  22. 37a4611 Add test for validating batched-GEMM on CPU by Gian Marco Iodice · 3 years ago
  23. 7c29657 increase CL/BatchNormalizationLayer Fp16 absolute threshold by Gunes Bayir · 2 years, 11 months ago
  24. 38ce29d Fix CL direct conv layer test FP32 absolute tolerance issue by Gunes Bayir · 3 years ago
  25. 4164814 Implement Operator API by Georgios Pinitas · 3 years ago
  26. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years ago
  27. a0efe69 Reintroduce implementation of NEConvolutionLayer::get_convolution_method by Michele Di Giorgio · 3 years ago
  28. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 3 years ago
  29. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  30. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  31. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  32. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  33. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  34. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  35. e5d76e1 Increase tolerance for NEMeanStdDevNormalization by Georgios Pinitas · 3 years ago
  36. a387e27 Add in-place calculation support for CL elementwise arithmetic kernels by Sheri Zhang · 3 years ago
  37. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  38. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  39. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  40. cfac51c Port NEGEMMLowp Part 2 by Manuel Bottini · 3 years, 1 month ago
  41. 5e28181 Fix manual LOOP_UNROLLING by Gian Marco Iodice · 3 years ago
  42. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  43. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  44. 4dfc553 Port NEGEMM to memory injecting interface (Part 3) by Michele Di Giorgio · 3 years ago
  45. bc4e311 Implement FP GPU depthwise convolution 1x1 kernel for in-place computation by SiCongLi · 3 years ago
  46. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  47. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years, 1 month ago
  48. 53832b2 Port NEGEMM to memory injecting interface (Part 2) by Michele Di Giorgio · 3 years, 1 month ago
  49. 72b5687 Enable global pooling optimization on OpenCL by Gian Marco Iodice · 3 years ago
  50. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years, 1 month ago
  51. d7316eb Port NEGEMMConv2d to memory injecting interface by Michele Di Giorgio · 3 years, 1 month ago
  52. 5f6fdc1 Rework gemmlowp reshaped_only_rhs using the new macros by Giorgio Arena · 3 years, 1 month ago
  53. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  54. 20fca52 Create core library using high priority operators by Michalis Spyrou · 3 years, 1 month ago
  55. 1d35927 Add in-place computation for elementwise operations by Sheri Zhang · 3 years, 1 month ago
  56. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years, 1 month ago
  57. ef5aac6 Add FP16 support to CLRemap by Freddie Liardet · 3 years, 1 month ago
  58. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 6 months ago
  59. b014c27 Unused variables in Winograd tests by Manuel Bottini · 3 years, 1 month ago
  60. 90805b8 Fixed DirectConvolutionLayer validation tests by Pablo Marquez Tello · 3 years, 1 month ago
  61. c6f4ec3 Port CLWinogradConvolutionLayer with ClWinogradConv2d by Manuel Bottini · 3 years, 2 months ago
  62. 36dff9f Add NHWC support to CLRemap by Frederick Liardet · 3 years, 3 months ago
  63. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  64. 8ae3cda Revert "Implement memory injection in CpuDirectGemmConv2d" by Michele Di Giorgio · 3 years, 1 month ago
  65. bdcdc39 Enable fat binary support by Georgios Pinitas · 3 years, 3 months ago
  66. 2098445 Fix bug in PReluLayer when input is 1xN size by Freddie Liardet · 3 years, 2 months ago
  67. b4bb6a0 Rename ported functions by Manuel Bottini · 3 years, 2 months ago
  68. b3be457 Implement memory injection in CpuDirectGemmConv2d by Sang-Hoon Park · 3 years, 2 months ago
  69. f733e03 DirectConvolutionLayer create image failure by Manuel Bottini · 3 years, 2 months ago
  70. 4403ed3 Add support for dynamic weights in CL FullyConnected layer by Giorgio Arena · 3 years, 2 months ago
  71. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  72. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 3 months ago
  73. f3c5259 Remove padding from NERemapKernel by Manuel Bottini · 3 years, 2 months ago
  74. 72ee9b4 Add unit-test for non-const weights on Fully Connected layers by Georgios Pinitas · 3 years, 2 months ago
  75. ed4b8a0 Fix MeanStdDevNormalizationLayer reference outputting nan for FP16 by Giorgio Arena · 3 years, 2 months ago
  76. afcbb8f Fix Pooling Layer Bug when input is 1xN size by Freddie Liardet · 3 years, 2 months ago
  77. c2d0e20 Fix bug in Select operator when input is 1xN by Freddie Liardet · 3 years, 2 months ago
  78. b065437 NEON/RoiAlign/Quantized/QASYMM8_SIGNED mismatches by Manuel Bottini · 3 years, 2 months ago
  79. ee22030 Adding S32 Support to NEG operator in CLElementwiseUnaryLayer by Suhail Munshi · 3 years, 2 months ago
  80. 5a44b3b Remove add padding test on weights fot CL DirectConvolutionLayer by Manuel Bottini · 3 years, 2 months ago
  81. 2ba39b6 Fix missing DATA_TYPE in DOT_PRODUCT4_INTEGER8 OpenCL macro by Gian Marco Iodice · 3 years, 2 months ago
  82. 448cb45 Adding S32 support to CLPixelWiseMultiplication by Suhail Munshi · 3 years, 3 months ago
  83. 4fc10b3 Turn EXPECT into ASSERT when testing invalid conditions by Michele Di Giorgio · 3 years, 2 months ago
  84. e5df1d5 [Nightly #1144] NEON/DepthwiseConvolutionLayer/Float/F16/Optimized mismatch on S10 by Manuel Bottini · 3 years, 2 months ago
  85. 3ecf9fe Remove OpenCL padding: CLReductionOperationKernel by Giorgio Arena · 3 years, 2 months ago
  86. 223aba9 Remove stale/solved TODOs by Michele Di Giorgio · 3 years, 2 months ago
  87. c3c352e Add Queue support by Georgios Pinitas · 3 years, 4 months ago
  88. e92b045 Add per-channel quantization support for CLDeconvolutionLayer by Freddie Liardet · 3 years, 3 months ago
  89. 40471d1 Add optimization for global pooling in pooling_layer.cl by Gian Marco Iodice · 3 years, 3 months ago
  90. dd2d013 Fix bug on CLPixelWiseMultiplication broadcasted for Quantized types by Giorgio Arena · 3 years, 3 months ago
  91. ada6cbc Remove OpenCL padding: CLPixelWiseMultiplicationKernel by Giorgio Arena · 3 years, 3 months ago
  92. ae1c9fe Added S32 Integer support to DIV operator in CLElementWiseOperations with Tests by Suhail Munshi · 3 years, 3 months ago
  93. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  94. c6fcfb4 Add Tensor related utilities to the new API by Sang-Hoon Park · 3 years, 3 months ago
  95. fe56edb Add padding consideration to pooling index computation by Sang-Hoon Park · 3 years, 3 months ago
  96. 9a81cd8 Fix bug on Implicit Padding for NEON FFT2D by Manuel Bottini · 3 years, 3 months ago
  97. ebbb6f9 Add Implicit Padding in DirectConvolution Fixture by Giorgio Arena · 3 years, 3 months ago
  98. 5d75d4a Fix validation bug in release mode for armv7 by Giorgio Arena · 3 years, 3 months ago
  99. c771321 Removes redundant std::move of temporary by Georgios Pinitas · 3 years, 3 months ago
  100. 035004e Add support for a global allocator for OpenCL tensors by Georgios Pinitas · 3 years, 3 months ago