1. 13a2d00 Add test for CLGEMM to test a batched matrix multiplication with variable input tensors by Mohammed Suhail Munshi · 1 year, 10 months ago
  2. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 2 years ago
  3. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  4. e572dff Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNED by Freddie Liardet · 2 years, 2 months ago
  5. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  6. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  7. 29cab36 Fixed clang-cl errors on Windows native builds. by Pablo Tello · 2 years, 4 months ago
  8. 3bb72b6 Add a note to clarify pretranspose option in GEMM and GEMMLowp fixtures by Adnan AlSinan · 2 years, 2 months ago
  9. bc5c407 Extend GEMM to support batch matmul operation by Mohammed Suhail Munshi · 2 years, 2 months ago
  10. c584958 Extend GemmLowp reference to support BATCH MATMUL for quantized data type by Adnan AlSinan · 2 years, 2 months ago
  11. 01a8ade Fix Duplicate Template in Pooling3dFixture by Mohammed Suhail Munshi · 2 years, 3 months ago
  12. 5e549fa Add CLPool3d Int8 Support by Mohammed Suhail Munshi · 2 years, 4 months ago
  13. 9104cd5 Add support for int8 CpuPool3d by Adnan AlSinan · 2 years, 3 months ago
  14. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  15. 9454cf7 Fixed threshould argument order in NE/CL/LSTM by Pablo Marquez Tello · 2 years, 5 months ago
  16. 6863fa0 Remove deprecated remap functions. by Adnan AlSinan · 2 years, 5 months ago
  17. 451c309 Revert "Rework gemm_mm_reshaped_only_rhs_ kernels with new macros" by Ramy Elgammal · 2 years, 5 months ago
  18. 10e88a7 Rework gemm_mm_reshaped_only_rhs_ kernels with new macros by Gian Marco Iodice · 2 years, 7 months ago
  19. cb86956 Fix test validation method by SiCongLi · 2 years, 7 months ago
  20. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  21. afa1972 Add post ops to ClGemmMatrixMultiplyReshapedOnlyRHSKernel and ClGemmMatrixMultiplyNativeKernel Part 3 by SiCongLi · 2 years, 9 months ago
  22. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  23. 51847d5 Implement CLDirectConv3DKernel - uint8/int8 by Giorgio Arena · 2 years, 9 months ago
  24. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  25. 5c002ec Add missing common functionalities for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  26. 16def8d Create Fixture for DirectConv3D by Giorgio Arena · 2 years, 9 months ago
  27. 63e0beb Add support for non-constant weights and biases in CpuFullyConnected by Giorgio Arena · 2 years, 10 months ago
  28. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  29. cc171f9 Provide tests for fusing pad layer in graph API by Gunes Bayir · 2 years, 10 months ago
  30. 9d6ddfc Fix nightly cl_image not supported issue by Sheri Zhang · 2 years, 10 months ago
  31. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  32. f5d51f3 Retain weights in ClGemm when reconfiguring the operator with retention by Georgios Pinitas · 2 years, 11 months ago
  33. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  34. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  35. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  36. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  37. a387e27 Add in-place calculation support for CL elementwise arithmetic kernels by Sheri Zhang · 3 years ago
  38. da81675 Remove redundant implementations of Add/Sub operators by Georgios Pinitas · 3 years ago
  39. 5e28181 Fix manual LOOP_UNROLLING by Gian Marco Iodice · 3 years ago
  40. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  41. 8155c02 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  42. bc4e311 Implement FP GPU depthwise convolution 1x1 kernel for in-place computation by SiCongLi · 3 years ago
  43. c63b722 Revert "Rework OpenCL Depthwise Convolution" by Gian Marco Iodice · 3 years ago
  44. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  45. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years, 1 month ago
  46. 5f6fdc1 Rework gemmlowp reshaped_only_rhs using the new macros by Giorgio Arena · 3 years, 1 month ago
  47. 561c176 Rework OpenCL Depthwise Convolution by Gian Marco Iodice · 3 years, 3 months ago
  48. 1d35927 Add in-place computation for elementwise operations by Sheri Zhang · 3 years, 1 month ago
  49. ef5aac6 Add FP16 support to CLRemap by Freddie Liardet · 3 years, 1 month ago
  50. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 6 months ago
  51. 36dff9f Add NHWC support to CLRemap by Frederick Liardet · 3 years, 3 months ago
  52. ee301b3 Fix errata in documentation by Jakub Sujak · 3 years, 1 month ago
  53. f733e03 DirectConvolutionLayer create image failure by Manuel Bottini · 3 years, 2 months ago
  54. 4403ed3 Add support for dynamic weights in CL FullyConnected layer by Giorgio Arena · 3 years, 2 months ago
  55. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 3 months ago
  56. 72ee9b4 Add unit-test for non-const weights on Fully Connected layers by Georgios Pinitas · 3 years, 2 months ago
  57. 5a44b3b Remove add padding test on weights fot CL DirectConvolutionLayer by Manuel Bottini · 3 years, 2 months ago
  58. 448cb45 Adding S32 support to CLPixelWiseMultiplication by Suhail Munshi · 3 years, 3 months ago
  59. 4fc10b3 Turn EXPECT into ASSERT when testing invalid conditions by Michele Di Giorgio · 3 years, 2 months ago
  60. 223aba9 Remove stale/solved TODOs by Michele Di Giorgio · 3 years, 2 months ago
  61. c3c352e Add Queue support by Georgios Pinitas · 3 years, 4 months ago
  62. e92b045 Add per-channel quantization support for CLDeconvolutionLayer by Freddie Liardet · 3 years, 3 months ago
  63. ae1c9fe Added S32 Integer support to DIV operator in CLElementWiseOperations with Tests by Suhail Munshi · 3 years, 3 months ago
  64. 60c3b0e Port DepthwiseConvolution to new API by Michalis Spyrou · 3 years, 3 months ago
  65. c6fcfb4 Add Tensor related utilities to the new API by Sang-Hoon Park · 3 years, 3 months ago
  66. fe56edb Add padding consideration to pooling index computation by Sang-Hoon Park · 3 years, 3 months ago
  67. 9a81cd8 Fix bug on Implicit Padding for NEON FFT2D by Manuel Bottini · 3 years, 3 months ago
  68. ebbb6f9 Add Implicit Padding in DirectConvolution Fixture by Giorgio Arena · 3 years, 3 months ago
  69. 3dca91b Disallow padding addittion when operating on CL images by Georgios Pinitas · 3 years, 3 months ago
  70. 63825e8 Implicit padding testing along the X axis on high priority operators by Giorgio Arena · 3 years, 4 months ago
  71. 9d061b0 Add per channel quantization support for NEDeconvolutionLayer by Freddie Liardet · 3 years, 3 months ago
  72. 3f26ef4 Add tensor related data structures for the new API by Georgios Pinitas · 3 years, 5 months ago
  73. ca62c6f Mixed data-layout testing on high priority operators by Manuel Bottini · 3 years, 4 months ago
  74. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  75. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  76. 40efd53 Remove GLES-related code by Michele Di Giorgio · 3 years, 4 months ago
  77. ab84088 Added Qasymm8 datatype support to NEROIPoolingLayer with Tests by Suhail Munshi · 3 years, 5 months ago
  78. 668ccdc Add dynamic tensor support to CpuElementwise by Sang-Hoon Park · 3 years, 5 months ago
  79. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 5 months ago
  80. 68e29da Set up configure-only flag for validation. First trial with DepthwiseConvoltion by Giorgio Arena · 3 years, 5 months ago
  81. ceaa0bf Remove OpenGL ES support by Manuel Bottini · 3 years, 5 months ago
  82. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  83. d556d7b Integrate improved pooling layer on NEON by Michele Di Giorgio · 3 years, 8 months ago
  84. 4f8ce13 [Nightly Failure] Fix NEIm2Col argument validation errors by Giorgio Arena · 3 years, 6 months ago
  85. 33b103b Resolve merge conflicts between new fills and new fp16 generator by Giorgio Arena · 3 years, 6 months ago
  86. 4bdd177 Fix fill() for FP data type in fixtures - Part 2 by Giorgio Arena · 3 years, 7 months ago
  87. a8e2aeb Generalize custom uniform generator for floating point data types with 16 bits by Giorgio Arena · 3 years, 6 months ago
  88. b309fc2 Fix uniform_real_distribution_fp16 warning and single Dimension increment by Giorgio Arena · 3 years, 6 months ago
  89. 6aeb217 Fix fill() for FP data type in fixtures - Part 1 by Giorgio Arena · 3 years, 7 months ago
  90. ea7de7b Enable FFT for FP16 by Giorgio Arena · 3 years, 7 months ago
  91. c53266e Remove (CL/NE)UpsampleLayer in favor to (NE/CL)Scale by Georgios Pinitas · 3 years, 7 months ago
  92. 0b1c2db Remove (NE/CL)YoloLayer support by Georgios Pinitas · 3 years, 7 months ago
  93. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 8 months ago
  94. 2dbc586 COMPMID-3961: Cleaning up logical operators on OpenCL by Sang-Hoon Park · 3 years, 8 months ago
  95. 75eea33 COMPMID-3961: Add Logical OR/AND/NOT operator on CL by Sang-Hoon Park · 3 years, 8 months ago
  96. cc3e53c COMPMID-3972: ExportToCLImage test failure by Sheri Zhang · 3 years, 8 months ago
  97. 58bce68 COMPMID-3962: Add Logical And, Or, Not support on NEON by Georgios Pinitas · 3 years, 8 months ago
  98. c0b6f76 COMPMID-3776: Indirect GEMM by Georgios Pinitas · 3 years, 8 months ago
  99. 9ae06d4 COMPMID-3925: Dispatch CLGEMM with no padding y requirement by Gian Marco Iodice · 3 years, 9 months ago
  100. 87350f4 COMPMID-3144: Remove padding from NEDirectConvolutionLayerKernel by Manuel Bottini · 3 years, 10 months ago