1. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 2 years ago
  2. f67903b Add Dynamic Fusion Tests with BugFixes by Mohammed Suhail Munshi · 2 years ago
  3. 3c4d085 Update the GPUTarget list by Gian Marco Iodice · 2 years ago
  4. 9b921be Optimize add layer by considering the input tensors as 1D array by Gunes Bayir · 1 year, 11 months ago
  5. e748346 Fix building failure with validate_examples set to true by Michalis Spyrou · 1 year, 11 months ago
  6. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  7. d208f4f Enable march=armv8.6-a in non multi-isa builds by Pablo Marquez Tello · 2 years ago
  8. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 1 month ago
  9. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  10. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  11. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 4 months ago
  12. a3f7cd2 Move build option explanations in how to build guide to scons help message by Michalis Spyrou · 2 years ago
  13. a3cf241 Add G57 to GPUTarget by SiCong Li · 2 years ago
  14. b1fcefd Implement new Elementwise Dynamic Fusion Operators: Div, Floor by Michalis Spyrou · 2 years ago
  15. 894659a Add support for 2d and 3d indices for axis 1 by Pablo Marquez Tello · 2 years, 2 months ago
  16. d75cd8a Compute Hard-Swish with a Lookup table for qasymm8. by Pablo Marquez Tello · 2 years, 1 month ago
  17. a8caa02 Properly format SConscript files by Michalis Spyrou · 2 years, 1 month ago
  18. dc4f276 Revert "Add support for 2d and 3d indices for axis 0" by Mohammed Suhail Munshi · 2 years, 2 months ago
  19. 4e9f568 Fix inclusion guard for dynamic fusion module by SiCong Li · 2 years, 2 months ago
  20. 920f2b6 Add support for 2d and 3d indices for axis 0 by Pablo Marquez Tello · 2 years, 2 months ago
  21. b63b119 Integrate Dynamic Fusion patches by SiCong Li · 2 years, 5 months ago
  22. 3bb72b6 Add a note to clarify pretranspose option in GEMM and GEMMLowp fixtures by Adnan AlSinan · 2 years, 2 months ago
  23. bc5c407 Extend GEMM to support batch matmul operation by Mohammed Suhail Munshi · 2 years, 2 months ago
  24. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 2 months ago
  25. f55cca5 Add LU_BOUNDED_RELU support for QSYMM16 by Pablo Marquez Tello · 2 years, 3 months ago
  26. 01a8ade Fix Duplicate Template in Pooling3dFixture by Mohammed Suhail Munshi · 2 years, 2 months ago
  27. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  28. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  29. 16c5697 Add DirectConvolution2D kernel component for dynamic fusion by Gunes Bayir · 2 years, 3 months ago
  30. 4c17ba9 Fix Nightly build failure by Adnan AlSinan · 2 years, 3 months ago
  31. 171fc3d Add CPU Pool3d FP16/32 implementation by Adnan AlSinan · 2 years, 4 months ago
  32. 892b70a Fix embedded kernel header inclusion for dynamic fusion by Giorgio Arena · 2 years, 3 months ago
  33. b83e672 Enable -static-openmp for newer NDK support by Giorgio Arena · 2 years, 3 months ago
  34. bd44caa [Dynamic Fusion] Implement build options generation by Giorgio Arena · 2 years, 4 months ago
  35. 8a87983 Setup automatic kernel window for dynamic fusion by Gunes Bayir · 2 years, 4 months ago
  36. 68c2200 Fix dynamic fusion test Scons to enable unit tests by SiCong Li · 2 years, 4 months ago
  37. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  38. 4e66d70 Added windows native build support by Pablo Tello · 2 years, 4 months ago
  39. 232c452 Merge kernel prototype patch by Giorgio Arena · 2 years, 4 months ago
  40. 298b2c0 Decouple castKernel by Yair Schwarzbaum · 2 years, 5 months ago
  41. 918a9fb Add Pool3d reference implementation by Gunes Bayir · 2 years, 4 months ago
  42. c9e519d Decouple CpuDirectConv2dKernel by alerah01 · 2 years, 5 months ago
  43. ebbae94 Decouple CpuDepthwiseConv2dNativeKernel by Dana Zlotnik · 2 years, 5 months ago
  44. 9454cf7 Fixed threshould argument order in NE/CL/LSTM by Pablo Marquez Tello · 2 years, 4 months ago
  45. 256ac62 Decouple CpuGemmMatrixMultiplyKernel and CpuGemmMatrixAdditionKernel by Dana Zlotnik · 2 years, 5 months ago
  46. 149203b Port MaxUnpoolingLayer kernel and add KernelSelect vaidation test by Dana Zlotnik · 2 years, 5 months ago
  47. 6a2df88 Add kernel selection UT for submitted kernels by Dana Zlotnik · 2 years, 5 months ago
  48. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  49. ab2bc73 Adding support for Arm Mali-G710 by Gian Marco Iodice · 2 years, 5 months ago
  50. 21138d8 Added a multithreaded test for CL backend. by Pablo Marquez Tello · 2 years, 8 months ago
  51. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  52. 0ef2c21 Remove padding from CpuDirectConv2dKernel by Adnan AlSinan · 2 years, 5 months ago
  53. 7195f71 Add OpenBSD/arm64 support. by Kevin Lo · 2 years, 6 months ago
  54. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  55. b181263 Enabled support for QASYMM8 in ClCastKernel by Pablo Marquez Tello · 2 years, 6 months ago
  56. 5ae8d80 Enable kernel selection testing (Phase #1) by Giorgio Arena · 2 years, 7 months ago
  57. b99e54e Add signbit support for f16 type by SiCongLi · 2 years, 6 months ago
  58. c4270cf Add tests for FP Cpu Pooling where pool region is completely outside the input by SiCongLi · 2 years, 6 months ago
  59. cb86956 Fix test validation method by SiCongLi · 2 years, 6 months ago
  60. b2eba7f Replacing non-inclusive terms with proper terms by ramelg01 · 2 years, 6 months ago
  61. 3e155a5 Rework gemm_reshape_lhs_ with new macros by Adnan AlSinan · 2 years, 7 months ago
  62. 4d44ac8 Added support for filter size 8x8 NCHW DirectConv by Pablo Marquez Tello · 2 years, 7 months ago
  63. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  64. a3b13b5 Fix _memory.region() == nullptr validation bug for FusedPostOps by Giorgio Arena · 2 years, 8 months ago
  65. 8b9ce8c Increase FP16 tolerance for BatchNormalizationLayer by Freddie Liardet · 2 years, 8 months ago
  66. d928735 Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with post ops by SiCongLi · 2 years, 8 months ago
  67. 6049eda Add PRelu to supported PostOps in: by ramelg01 · 2 years, 8 months ago
  68. bc78838 Fix GEMMMatrixMultiplyReshapedOnlyRHSKernel tests to use InitializerListDataset by SiCongLi · 2 years, 8 months ago
  69. 3f7414b Fix clang issue when casting negative int32_t to int64_t by Giorgio Arena · 2 years, 8 months ago
  70. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 8 months ago
  71. eb8bd81 Fix dst "widening" validation by SiCongLi · 2 years, 8 months ago
  72. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  73. 69df64f Improve conv3d validation by Freddie Liardet · 2 years, 8 months ago
  74. f727ef4 Add uint8/int8 support to cpu conv3d by Freddie Liardet · 2 years, 8 months ago
  75. 00ff664 Remove large conv3d tests by Freddie Liardet · 2 years, 8 months ago
  76. 5601eb1 Reduce size of large conv3d nightly tests by Freddie Liardet · 2 years, 8 months ago
  77. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 8 months ago
  78. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  79. 3611852 Fix precision issue in ChannelShuffleKernel by Pablo Marquez Tello · 2 years, 8 months ago
  80. 841c3e9 Fix unused variable issue by Sheri Zhang · 2 years, 8 months ago
  81. 6d9c982 Conv3d support by Sheri Zhang · 2 years, 9 months ago
  82. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  83. 5c002ec Add missing common functionalities for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  84. ded3663 Remove padding in cpuPool2d NCHW by Freddie Liardet · 2 years, 10 months ago
  85. 16def8d Create Fixture for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  86. b6af482 Per-operator build dependencies by Georgios Pinitas · 2 years, 10 months ago
  87. 8b8405a Optimize CpuScale NHWC F32/F16 by Gian Marco Iodice · 2 years, 9 months ago
  88. 2c5ae86 Fix tolerance issue for Scale tests on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  89. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 9 months ago
  90. 2ec6163 Fix Build error with asserts=0 by Adnan AlSinan · 2 years, 10 months ago
  91. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  92. cc171f9 Provide tests for fusing pad layer in graph API by Gunes Bayir · 2 years, 10 months ago
  93. 9d6ddfc Fix nightly cl_image not supported issue by Sheri Zhang · 2 years, 10 months ago
  94. e4563a0 Adds Conv3d reference implementation support. by Adnan AlSinan · 2 years, 10 months ago
  95. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  96. 9dc558f Review all shapes in datasets to account for padding removal Part 1 by Gian Marco Iodice · 3 years, 8 months ago
  97. aed61f2 Fix CLNormalizationLayer NCHW border calculation by SiCongLi · 2 years, 10 months ago
  98. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  99. 511771f Remove padding from ClScaleKernel by Giorgio Arena · 2 years, 10 months ago
  100. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago