1. 73f19af Add Dynamic Fusion GpuConv2d FP32/FP16 testcase by Ramy Elgammal · 1 year, 8 months ago
  2. d6b8a71 Add FP32 Neon™ swish activation by Jonathan Deakin · 1 year, 10 months ago
  3. 926f502 Adding GELU activation by Murray Kornelsen · 2 years ago
  4. 3c4d085 Update the GPUTarget list by Gian Marco Iodice · 2 years ago
  5. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 2 years ago
  6. d208f4f Enable march=armv8.6-a in non multi-isa builds by Pablo Marquez Tello · 2 years ago
  7. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 2 years ago
  8. 4bfc70e Add Gemm MMUL Reshaped Only Rhs Support for FP32/FP16 by Gunes Bayir · 2 years, 7 months ago
  9. a774d63 Fix build errors in GCC12 by Pablo Marquez Tello · 2 years, 1 month ago
  10. 3751569 Implementation of ClPooling3d by ramelg01 · 2 years, 4 months ago
  11. ab2bc73 Adding support for Arm Mali-G710 by Gian Marco Iodice · 2 years, 5 months ago
  12. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 8 months ago
  13. d928735 Add validate tests for CLConvolutionLayer and CLGEMMConvolutionLayer with post ops by SiCongLi · 2 years, 8 months ago
  14. 6049eda Add PRelu to supported PostOps in: by ramelg01 · 2 years, 8 months ago
  15. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 9 months ago
  16. eb8bd81 Fix dst "widening" validation by SiCongLi · 2 years, 8 months ago
  17. 1af5416 Add experimental PostOp interface to ClGemmMatrixMultiplyReshapedKernel Part 1 by SiCongLi · 2 years, 9 months ago
  18. c9cecc0 Remove legacy GeMM kernels on OpenCL by Gian Marco Iodice · 2 years, 9 months ago
  19. 945ae9e Implement CLDirectConv3D f32/f16 by Giorgio Arena · 2 years, 9 months ago
  20. c9fe9fc Add support for 5D data layout indexing by Giorgio Arena · 2 years, 9 months ago
  21. 4a6d9e8 Provide logging for configure functions in all CPP functions by ramelg01 · 2 years, 9 months ago
  22. b1ba1e3 FIX: seg fault when printing TensorInfo's quantization info per channel by ramelg01 · 2 years, 9 months ago
  23. cbbb038 Provide logging for configure functions in all NEON functions by ramelg01 · 2 years, 10 months ago
  24. 3ae3d88 Provide logging for configure functions in all cpu operators by ramelg01 · 2 years, 10 months ago
  25. 9ac7b99 Revert "Add support for non-constant weights and biases in CpuFullyConnected" by Pablo Marquez Tello · 2 years, 10 months ago
  26. e4563a0 Adds Conv3d reference implementation support. by Adnan AlSinan · 2 years, 10 months ago
  27. aed63ee Add support for non-constant weights and biases in CpuFullyConnected by Michele Di Giorgio · 3 years ago
  28. e920d6a Printing operators parameters, currently for CpuAdd operator only. by Ramy Elgammal · 2 years, 10 months ago
  29. 9c67d38 Remove map/unmap overhead for input/output accessor when using DummyAccessor by Giorgio Arena · 2 years, 10 months ago
  30. dd23f2a Add LayerData to all nodes by Freddie Liardet · 3 years ago
  31. b1496e6 Add code to detect Mali(TM) G31 by Pablo Marquez Tello · 3 years ago
  32. 08302c1 Add CPU discovery capabilities. by Georgios Pinitas · 3 years, 1 month ago
  33. 450dfb1 Add `batches` options in the graph examples by Georgios Pinitas · 3 years, 1 month ago
  34. 402740d Add support for CLVK by Michalis Spyrou · 3 years, 2 months ago
  35. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  36. c6f9510 Remove Computer Vision generic interfaces and types by Georgios Pinitas · 3 years, 3 months ago
  37. 40efd53 Remove GLES-related code by Michele Di Giorgio · 3 years, 3 months ago
  38. f466d75 Add QASYMM8_SIGNED support to graph examples via graph mutator by SiCongLi · 3 years, 4 months ago
  39. ceaa0bf Remove OpenGL ES support by Manuel Bottini · 3 years, 4 months ago
  40. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  41. c22eb1b Provide utlity function to print ITensorInfo by Michele Di Giorgio · 3 years, 5 months ago
  42. 4841c97 Add mlgo to graph examples by SiCong Li · 3 years, 5 months ago
  43. db4a6c1 Integrate MLGO into CLGEMM and CLGEMMLowpMatrixMultiplyCore: Part2 by SiCong Li · 3 years, 5 months ago
  44. 4551403 Add support for macOS by Georgios Pinitas · 3 years, 6 months ago
  45. 33b103b Resolve merge conflicts between new fills and new fp16 generator by Giorgio Arena · 3 years, 6 months ago
  46. 4bdd177 Fix fill() for FP data type in fixtures - Part 2 by Giorgio Arena · 3 years, 6 months ago
  47. a8e2aeb Generalize custom uniform generator for floating point data types with 16 bits by Giorgio Arena · 3 years, 6 months ago
  48. b309fc2 Fix uniform_real_distribution_fp16 warning and single Dimension increment by Giorgio Arena · 3 years, 6 months ago
  49. 82c0d7f Create fill functions available everywhere for easy debugging by Giorgio Arena · 3 years, 7 months ago
  50. 6aeb217 Fix fill() for FP data type in fixtures - Part 1 by Giorgio Arena · 3 years, 7 months ago
  51. 4ffc42a Add support for G78 instance by Georgios Pinitas · 3 years, 7 months ago
  52. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 7 months ago
  53. 827817e COMPMID-3987: Nightly failure - Android builds failing in dataset and validation by Manuel Bottini · 3 years, 7 months ago
  54. d80792a COMPMID-3887: NEGEMMConvolutionLayer hangs up on num_threads>18 by Sheri Zhang · 3 years, 8 months ago
  55. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 8 months ago
  56. 552e11d COMPMID-3761: Update directory structure by Michele Di Giorgio · 3 years, 9 months ago
  57. ce7c441 COMPMID-3756 Update CommonGraphOptions documentations to include tuner-mode by SiCong Li · 3 years, 10 months ago
  58. e357a25 COMPMID-3454 Patch1: Relocate data_type_from_name to core/Utils by SiCong Li · 3 years, 11 months ago
  59. 318c9f4 COMPMID-3578: Update FP32/int8 kernel selection. by David Mansell · 4 years ago
  60. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  61. aba2f91 COMPMID-3289: Test improvement CLGEMMMatrixMultiplyReshapedKernel. by morgolock · 4 years, 2 months ago
  62. ea2ce17 Introduce CL kernel cache feature by Inki Dae · 4 years, 3 months ago
  63. 9204646 COMPMID-3069: Remove unnecessary uses of ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  64. 758b5ba COMPMID-3069: Improve build time by splitting up ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  65. b467021 COMPMID-1181: Support for tracing configuration by Anthony Barbier · 6 years ago
  66. e8291ac COMPMID-3152: Initial Bfloat16 support by Georgios Pinitas · 4 years, 4 months ago
  67. 07df3d4 COMPMID-3079: Implement Hard-Swish in NEON. by morgolock · 4 years, 4 months ago
  68. 11fedda COMPMID-2985 add data_layout to PoolingLayerInfo by Sang-Hoon Park · 4 years, 6 months ago
  69. 0cb3da6 COMPMID-2985 change PoolingLayerInfo to struct by Sang-Hoon Park · 4 years, 6 months ago
  70. 448a81f COMPMID-2805: Add QASYMM8_SIGNED support in NEGEMMLowpOutputStage by Georgios Pinitas · 4 years, 7 months ago
  71. cd4e9ab COMPMID-2452: Add mnist example by Isabella Gottardi · 4 years, 8 months ago
  72. 8217c8e COMPMID-2895: Remove QASYMM8_PER_CHANNEL data type by Georgios Pinitas · 4 years, 8 months ago
  73. 3252795 COMPMID-2106: Extend get_input_accessor() to run input images through QASYMM8 networks by Manuel Bottini · 4 years, 8 months ago
  74. fae513c COMPMID-2486: Remove/add disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  75. 7c60c99 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  76. db8485a COMPMID-2205: CL runtime context. by Pablo Tello · 4 years, 9 months ago
  77. 6bff195 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  78. 351bd13 compmid-2573: Investigate FP16 Winograd reference implementations by giuros01 · 4 years, 10 months ago
  79. 35ea9a7 COMPMID-2317: Add new QASYMM16 data type by Michele Di Giorgio · 4 years, 10 months ago
  80. fb0fdcd COMPMID-2460: Add ELU activation on NEON,CL,GLES by Georgios Pinitas · 4 years, 10 months ago
  81. c853021 COMPMID-2417: Add new QASYMM8_PER_CHANNEL data type by Michalis Spyrou · 4 years, 10 months ago
  82. a7acb3c COMPMID-1849: Implement CPPDetectionPostProcessLayer by Isabella Gottardi · 5 years ago
  83. cf9c843 COMPMID 1528: Fixed compilation error when opencl=0 by Pablo Tello · 5 years ago
  84. db9116f COMPMID-2443: CL example use program cache by default. by Pablo Tello · 5 years ago
  85. 2ea3761 COMPMID-2336: Fix InPlaceMutator condition and add SaveNumpyAccessor by Isabella Gottardi · 5 years ago
  86. d5462ff COMPMID-2435: Update GPU target definitions by Georgios Pinitas · 5 years ago
  87. 3d13af8 COMPMID-2235: Extend type support for CL/NEON DequantizationLayer. by Georgios Pinitas · 5 years ago
  88. 3689fcd COMPMID-2408: Add QSYMM16 support for ElementwiseAddition for NEON by Manuel Bottini · 5 years ago
  89. e71eb6f COMPMID-2079: Print positional argument help by Georgios Pinitas · 5 years ago
  90. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  91. 6a4d542 COMPMID-2159 Implement Round for CL by Usama Arif · 5 years ago
  92. 28f0dd9 COMPMID-2279: Implement REDUCE_MAX operator for NEON by Usama Arif · 5 years ago
  93. a4a08ad COMPMID-2280: Implement REDUCE_MIN operator for NEON by Usama Arif · 5 years ago
  94. ac33d7e COMPMID-2264: Implement LOG operator for CL by Usama Arif · 5 years ago
  95. 52c54f6 COMPMID-2270: Implement POW operator for CL by Usama Arif · 5 years ago
  96. eb312ef COMPMID-2267: Implement NEG for CL by Usama Arif · 5 years ago
  97. 6a98a6e COMPMID-2194: Refactor activation function macro in OpenCL. Change all activation calls to macro from activation_float_helpers.h by Usama Arif · 5 years ago
  98. 083a069 COMPMID-1995: Change CLTuner default mode to NORMAL by Michalis Spyrou · 5 years ago
  99. 050471e COMPMID-1974 : Extend CLTuner to support different of level of tuning by Vidhya Sudhan Loganathan · 5 years ago
  100. b54c644 COMPMID-2011: ResNet50 returns wrong result by Georgios Pinitas · 5 years ago