1. 4a578b9 Port the ClGemmLowp kernels to the new API by Georgios Pinitas · 3 years ago
  2. ae58bdf Port NEGEMMLowp Part 1 by Manuel Bottini · 3 years ago
  3. d02d5ed Integrate improved CPU depthwise convolution kernels by Michele Di Giorgio · 3 years, 5 months ago
  4. 450dfb1 Add `batches` options in the graph examples by Georgios Pinitas · 3 years ago
  5. 4d7fff1 Fix missing network references by SiCongLi · 3 years, 1 month ago
  6. 856f66e Port CLGEMM to memory injecting interface by Georgios Pinitas · 3 years, 2 months ago
  7. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  8. eda87d4 Fix cl_gemmlowp_reshaped_rhs_only_fused_output_stage_fixedpoint example by SiCongLi · 3 years, 4 months ago
  9. ca419dd Add tuner mode support in GeMM benchmark by Gian Marco Iodice · 3 years, 4 months ago
  10. 473cb01 Remove Compute Vision CL support by Michalis Spyrou · 3 years, 4 months ago
  11. f466d75 Add QASYMM8_SIGNED support to graph examples via graph mutator by SiCongLi · 3 years, 4 months ago
  12. ceaa0bf Remove OpenGL ES support by Manuel Bottini · 3 years, 4 months ago
  13. 27e67f0 Remove Compute Vision Neon support by Michalis Spyrou · 3 years, 4 months ago
  14. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  15. 716b1be Update OpenCL GEMM benchmark script by Gian Marco Iodice · 3 years, 5 months ago
  16. 4841c97 Add mlgo to graph examples by SiCong Li · 3 years, 5 months ago
  17. 7b42786 Fix Floating Point Exception for cl_gemm_reshaped by Manuel Bottini · 3 years, 5 months ago
  18. 4551403 Add support for macOS by Georgios Pinitas · 3 years, 6 months ago
  19. 72610dc Remove 3rdparty submodule and internal_only build option by Michele Di Giorgio · 3 years, 7 months ago
  20. c53266e Remove (CL/NE)UpsampleLayer in favor to (NE/CL)Scale by Georgios Pinitas · 3 years, 7 months ago
  21. 0b1c2db Remove (NE/CL)YoloLayer support by Georgios Pinitas · 3 years, 7 months ago
  22. 98e33b9 Fix invalid arguments error for cl_gemmlowp* examples without arguments by SiCong Li · 3 years, 7 months ago
  23. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 7 months ago
  24. 282f324 COMPMID-3982 Add QASYMM8 support to gemm tuner (reshaped and reshaped_only_rhs) by SiCongLi · 3 years, 7 months ago
  25. bef7fa2 COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src by Sang-Hoon Park · 3 years, 8 months ago
  26. ebcebf1 COMPMID-3638: Move NEON kernels by Michalis Spyrou · 3 years, 8 months ago
  27. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 8 months ago
  28. 6a9e801 COMPMID-3830: Support baremetal with gcc7+ by Michalis Spyrou · 4 years, 5 months ago
  29. 47ae441 COMPMID-3816: Nightly failure: neon_scale example and benchmark by Manuel Bottini · 3 years, 9 months ago
  30. 57f30a9 COMPMID-3767: Align documentation with trademark rules by Michele Di Giorgio · 3 years, 10 months ago
  31. e4340a4 COMPMID-3568: Add provenance of model for EDSR graph example by Michele Di Giorgio · 3 years, 10 months ago
  32. 4e28d60 COMPMID-3569: (3RDPARTY_UPDATE) Move Yolo v3 output detector graph example to 3rdparty by Michele Di Giorgio · 3 years, 10 months ago
  33. be058f4 Use shape broadcast for Mult inputs in EDSR graph by thecha01 · 3 years, 10 months ago
  34. e357a25 COMPMID-3454 Patch1: Relocate data_type_from_name to core/Utils by SiCong Li · 3 years, 11 months ago
  35. d72bd12 COMPMID-3743: Fix for benchmark_gemm_examples.sh by Gian Marco Iodice · 3 years, 11 months ago
  36. b10181b COMPMID-3456 Update gemm tuner documentation by SiCong Li · 3 years, 11 months ago
  37. ac4c030 COMPMID-3618 Add support for export_to_cl_image_rhs in GEMMTuner.py by SiCong Li · 4 years ago
  38. 15205d9 COMPMID-3549: GEMM Tuner - Validate input parameters by Eren Kopuz · 4 years ago
  39. 6977b37 COMPMID-3549: Add support for data type in bash and python scripts by Eren Kopuz · 4 years ago
  40. a0bf913 COMPMID-3453: Modify GemmTuner.py to output JSON by Eren Kopuz · 4 years ago
  41. c8e6e2c COMPMID-3325: Add support in gemm_tuner for cl_image by Manuel Bottini · 4 years ago
  42. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  43. 1e2a451 COMPMID-3452: Skip empty lines and lines starting with # when parsing the gemm configs CSV files by Eren Kopuz · 4 years ago
  44. d355653 COMPMID-3382: Validate YoLo v3 output detector by Michele Di Giorgio · 4 years ago
  45. 0f954eb COMPMID-3324: Remove pretranspose_B support from NEGEMM by Georgios Pinitas · 4 years ago
  46. 350099e COMPMID-3451: Add support for F16 in Gemm Tuner by Eren Kopuz · 4 years, 1 month ago
  47. 16dddd2 COMPMID-3381: Implement graph example for YoLo v3 output detector by Sheri Zhang · 4 years, 1 month ago
  48. ccd9496 COMPMID-3364: use ScaleKernelInfo for Scale on OpenCL and GLES by Sang-Hoon Park · 4 years, 1 month ago
  49. ea2ce17 Introduce CL kernel cache feature by Inki Dae · 4 years, 3 months ago
  50. b7f4a95 Add uint8 quantization example for NEON by Diana Bite · 4 years, 5 months ago
  51. 8abbabd COMPMID-3233 Extend gemm tuner in the doxygen documentation by SiCong Li · 4 years, 3 months ago
  52. 4df2cf3 COMPMID-3315: Allow only QASYMM8 data type for EDSR graph example by Sang-Hoon Park · 4 years, 3 months ago
  53. 2e5fd63 COMPMID-3098 Fuse Relu and Bounded Relu with FullyConnected NEON by SiCongLi · 4 years, 4 months ago
  54. 6cd1c9b COMPMID-3277: (3RDPARTY_UPDATE) fix build issue related to constructors by Sang-Hoon Park · 4 years, 3 months ago
  55. 104fbd7 COMPMID-3221: Add DeconvolutionLayerDescriptor by Sang-Hoon Park · 4 years, 4 months ago
  56. 797b76b COMPMID-3221: Add EltwiseLayerDescriptor by Sang-Hoon Park · 4 years, 4 months ago
  57. 6800117 COMPMID-3221: (DATA_UPDATE) add graph example for EDSR by Sang-Hoon Park · 4 years, 4 months ago
  58. f5f2391 COMPMID-3069: Silence clang-8 warning wrt explicit default of deleted operator by Matthew Bentham · 4 years, 4 months ago
  59. adb3291 COMPMID-3100 Fuse bias addition with fully connected layer NEON by SiCong Li · 4 years, 4 months ago
  60. 11fedda COMPMID-2985 add data_layout to PoolingLayerInfo by Sang-Hoon Park · 4 years, 5 months ago
  61. 0183368 COMPMID-3000 (Nightly) Bare metal debug build failures by Michalis Spyrou · 4 years, 6 months ago
  62. 7d30352 COMPMID-3000 (Nightly) Bare metal debug build failures by Michalis Spyrou · 4 years, 6 months ago
  63. f4261ad COMPMID-2779: Add support for generating synthetic int8 graphs. by Georgios Pinitas · 4 years, 7 months ago
  64. cd4e9ab COMPMID-2452: Add mnist example by Isabella Gottardi · 4 years, 8 months ago
  65. 94e0cf9 COMPMID-2690 Extend Doxygen documents to include GEMM Tuner by SiCong Li · 4 years, 8 months ago
  66. 75041a1 COMPMID-2563 Change how the best overall GEMM configuration is selected by SiCong Li · 4 years, 8 months ago
  67. 3252795 COMPMID-2106: Extend get_input_accessor() to run input images through QASYMM8 networks by Manuel Bottini · 4 years, 8 months ago
  68. 05069f0 COMPMID-2515: Merge optimized depthwise convolution to the generic depthwise convolution function by Manuel Bottini · 4 years, 9 months ago
  69. e36b526 COMPMID-2567: Create a python script to parse the CLGEMM benchmarks and by SiCong Li · 4 years, 9 months ago
  70. 6bff195 COMPMID-2486: Remove disabled compiler warnings by Michalis Spyrou · 4 years, 9 months ago
  71. bd18811 COMPMID-2103: Use substreams for sharing weights in the DeepSpeech example by Michalis Spyrou · 4 years, 9 months ago
  72. b94c368 COMPMID-2645: Detection Post-Process fixes by Georgios Pinitas · 4 years, 9 months ago
  73. ea80348 COMPMID-2564 - Add CLGEMMNative example by SiCong Li · 4 years, 9 months ago
  74. bc166d5 COMPMID-2565 - Add CLGEMMReshaped example by SiCong Li · 4 years, 9 months ago
  75. 240b79d COMPMID-2692 Use existing command line infrastructure for CLGEMMReshapedOnlyRHS by SiCong Li · 4 years, 9 months ago
  76. 8b4c730 COMPMID-2566 - Add CLGEMMReshapedOnlyRHS example by SiCong Li · 4 years, 9 months ago
  77. 351bd13 compmid-2573: Investigate FP16 Winograd reference implementations by giuros01 · 4 years, 10 months ago
  78. cd60a5f COMPMID-2594: Graph example option parsing doens't fail on invalid values by Georgios Pinitas · 4 years, 10 months ago
  79. c755f78 COMPMID-1850: Port TFLite mobilenetSSD as a graph example by Isabella Gottardi · 5 years ago
  80. 96ce9f5 COMPMID-2525: Remove configuration time from AlexNet and Inception examples by Gian Marco Iodice · 5 years ago
  81. f3622be COMPMID-1979: Fuse Activation Function in CLGEMM - part 4 by Gian Marco Iodice · 5 years ago
  82. db9116f COMPMID-2443: CL example use program cache by default. by Pablo Tello · 5 years ago
  83. ca1f460 COMPMID-1979: Fuse Activation Function in CLGEMM - part 2 by Gian Marco Iodice · 5 years ago
  84. f6f23ea COMPMID-2443: OpenCL kernels cache. by Pablo Tello · 5 years ago
  85. 11de30d COMPMID-2193: Improve permute documentation. by Pablo Tello · 5 years ago
  86. e99196c COMPMID-2391: Created optical flow example by Pablo Tello · 5 years ago
  87. 6260e19 COMPMID-2394: (Nightly) Clang-tidy errors by Michalis Spyrou · 5 years ago
  88. 8baaa45 COMPMID-2336: Replace Mobilenet v1 graph example quantization info with values from tflite hosted model by Isabella Gottardi · 5 years ago
  89. bcfd09a COMPMID-2177 Fix clang warnings by Michalis Spyrou · 5 years ago
  90. a4f378d COMPMID-1995: Fix clang-tidy warnings by Michalis Spyrou · 5 years ago
  91. 050471e COMPMID-1974 : Extend CLTuner to support different of level of tuning by Vidhya Sudhan Loganathan · 5 years ago
  92. 165308c COMPMID-1995: Fix examples SConsscript install_dir by Michalis Spyrou · 5 years ago
  93. 3418ba5 COMPMID-1058: Implement DeepSpeech as a graph example by Michele Di Giorgio · 5 years ago
  94. b54c644 COMPMID-2011: ResNet50 returns wrong result by Georgios Pinitas · 5 years ago
  95. f52cd78 COMPMID-1995: Minor code fixes. by Georgios Pinitas · 5 years ago
  96. adc2186 COMPMID-1995: Fixed path in mobilenet_v2 by Pablo Tello · 5 years ago
  97. a74923c COMPMID-1910: Improve CLTuner reducing the number of LWS to test by Gian Marco Iodice · 5 years ago
  98. 62c3639 COMPMID-1913: Add names to all graph examples by Georgios Pinitas · 5 years ago
  99. 1df9cca COMPMID-1897: ResNet50 does not load ACL tuner file passed at command line by Michele Di Giorgio · 5 years ago
  100. 588ebc5 COMPMID-1839: Add script from extracting tf frozen models. by Georgios Pinitas · 6 years ago