1. d5694c9 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago branches/arm_compute_21_11 v21.11
  2. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 8 months ago
  3. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  4. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 10 months ago
  5. d87aded Port CLGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  6. 4ee8b15 Update GEMM assembly kernels by Georgios Pinitas · 3 years ago
  7. d844c08 Port CLIm2ColKernel to ClIm2ColKernel by Manuel Bottini · 3 years ago
  8. 7b23732 Port CLCol2ImKernel to ClCol2ImKernel by Manuel Bottini · 3 years ago
  9. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  10. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 5 months ago
  11. 11d8415 Port DepthConvert to new Api by Georgios Pinitas · 3 years, 2 months ago
  12. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  13. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 7 months ago
  14. bef7fa2 COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src by Sang-Hoon Park · 3 years, 8 months ago
  15. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 8 months ago
  16. 42e5736 COMPMID-2078: Remove legacy TODOs by Georgios Pinitas · 4 years ago
  17. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  18. d13931d COMPMID-3534: CLGEMMConvolutionLayer doesn't support QASYMM8_SIGNED properly by morgolock · 4 years ago
  19. 2b84be5 COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2 by Manuel Bottini · 4 years, 3 months ago
  20. 1856ff7 COMPMID-3097 Fuse activation with fully connected layer CL by Giorgio Arena · 4 years, 5 months ago
  21. 4715cf9 COMPMID-2760: add support for QASYMM8_SIGNED to CLGEMMConvolutionLayer by Sang-Hoon Park · 4 years, 6 months ago
  22. 8481d83 COMPMID-2753: Add support for QASYMM8_SIGNED in CL kernels/functions by Manuel Bottini · 4 years, 7 months ago
  23. f9179d3 COMPMID-2793: Add support for QASYMM8_SIGNED in CLGEMMLowpMatrixMultiplyReshapedOnlyRHSKernel by Michele Di Giorgio · 4 years, 7 months ago
  24. 951b8a4 COMPMID-2309 : CLConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Vidhya Sudhan Loganathan · 4 years, 8 months ago
  25. b27e13a COMPMID-2685: [CL] Use Weights manager by Michalis Spyrou · 4 years, 9 months ago
  26. 2ff0009 COMPMID-2661: Implement complex function dynamic tensor support. by Georgios Pinitas · 4 years, 9 months ago
  27. f3622be COMPMID-1979: Fuse Activation Function in CLGEMM - part 4 by Gian Marco Iodice · 5 years ago
  28. e16c890 COMPMID-2053: Fuse bias addition with CLGEMMMatrixMultiplyReshapedKernel by Gian Marco Iodice · 5 years ago
  29. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  30. bcfd09a COMPMID-2177 Fix clang warnings by Michalis Spyrou · 5 years ago
  31. da953f2 COMPMID-2098: Scope handling of memory group resources. by Georgios Pinitas · 5 years ago
  32. f52cd78 COMPMID-1995: Minor code fixes. by Georgios Pinitas · 5 years ago
  33. ebc3a90 COMPMID-1706: Fuse the bias addition within CLGEMM by Michele Di Giorgio · 6 years ago
  34. 164a272 COMPMID-1717: CL: Implement Maximum, Minimum, SquaredDifference by giuros01 · 6 years ago
  35. c73e2b8 COMPMID-1451: Fix fused activation in GEMMConvolutionLayer by Georgios Pinitas · 6 years ago
  36. 3139f03 COMPMID-1736: Fixed out-of-bound write in CLIm2Col by Gian Marco Iodice · 6 years ago
  37. 4b90865 COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on OpenCL by Gian Marco Iodice · 6 years ago
  38. 51e53a3 COMPMID-1451: Perform CLOutputStage using floats. by Georgios Pinitas · 6 years ago
  39. 932491f COMPMID-1519: Add support for 3D input/output in CLGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  40. ebf6b8a COMPMID-1518: Add support for GEMM3D in CLGEMMLowpMatrixMultiplyCore by Georgios Pinitas · 6 years ago
  41. 226e4b9 COMPMID-1470 Add auto-init of the output in NECol2im by Giorgio Arena · 6 years ago
  42. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  43. db9d46d COMPMID-1485 - Add support for NHWC when running NEGEMMConvolutionLayer with FP16/QASYMM8 by Gian Marco Iodice · 6 years ago
  44. 0f17039 COMPMID-1342 Add grouping support to CLIm2ColKernel by Giorgio Arena · 6 years ago
  45. dff601d COMPMID-1488 - Add support for NHWC when running CLGEMMConvolutionLayer with QASYMM8 by Gian Marco Iodice · 6 years ago
  46. 215b4ea COMPMID-1277 - Optimizing CLIm2ColKernel for NHWC. by Gian Marco Iodice · 6 years ago
  47. 597a856 COMPMID-872 - Rework NEGEMMConvolutionLayer to use NEGEMM by Gian Marco Iodice · 6 years ago
  48. 883f489 COMPMID-1475: (OCLGrind) FP exception in NEGEMMConvolution by Georgios Pinitas · 6 years ago
  49. ebbb7f2 COMPMID-1188 - Fixed CLGEMMConvolutionLayer/NEGEMMConvolutionLayer for NHWC by Gian Marco Iodice · 6 years ago
  50. 68a3f56 COMPMID-1276 - Allow GEMM to work with 3D input tensor by Gian Marco Iodice · 6 years ago
  51. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  52. 19ea419 COMPMID-809: Add NHWC data format on CLGEMMConvolutionLayer. by Georgios Pinitas · 6 years ago
  53. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  54. 17812ba COMPMID-817: Tuner: Port kernels to new design. by Georgios Pinitas · 6 years ago
  55. b62280a COMPMID-1244: Allow retaining weights in CLGEMMConvolutionLayer and CLFullyConnectedLayer by Michele Di Giorgio · 6 years ago
  56. e043767 COMPMID-920: Introduce prepare() stage by Georgios Pinitas · 6 years ago
  57. edf357c COMPMID-1085 : runtime_error thrown by QASYMM8 CLGEMMConvolutionLayer::validate by Vidhya Sudhan Loganathan · 6 years ago
  58. 82b5148 COMPMID-959: Sets memory manager to CLWinograd by Georgios Pinitas · 6 years ago
  59. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 6 years ago
  60. 1562be3 COMPMID-998: Release unused trainable parameters. by Georgios Pinitas · 6 years ago
  61. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  62. d8734b5 COMPMID-793 : Add graph intermediate representation by Georgios Pinitas · 7 years ago
  63. 3502613 COMPMID-765 - Fix performance issues on OpenCL by Gian Marco · 6 years ago
  64. 78c0090 COMPMID-754: Add validation to kernels. by Georgios Pinitas · 6 years ago
  65. 9be0c5a COMPMID-936: Convolution failure in NEON Convolution Layer. by Georgios Pinitas · 6 years ago
  66. f07d28d COMPMID-845: Create a ConvolutionLayer for CL by Isabella Gottardi · 6 years ago