1. 35ceeb2 IVGCVSW-798 Add Softmax NEON support for QASYMM8 by Diego Lopez Recas · 7 years ago
  2. 97cf249 COMPMID-564: CustomConvolution issue fixed by Sanghoon Lee · 6 years ago
  3. d6ca478 COMPMID-784: Added support for biases in WinogradLayer. by Pablo Tello · 6 years ago
  4. d05dce4 COMPMID-791: Generic Depthwise Convolution Layer NEON QASYMM8 by Georgios Pinitas · 6 years ago
  5. 5d9d019 COMPMID-863: Only output (end-start) for OpenCL timers by Anthony Barbier · 6 years ago
  6. e6630e4 COMPMID-790 - NEON: Add QASYMM8 support to Convolution by Isabella Gottardi · 6 years ago
  7. b99d57d COMPMID-765: Clangtidy warnings by Pablo Tello · 6 years ago
  8. c9afce5 COMPMID-863: Remove some of the post-processing from the JSON backend by Anthony Barbier · 6 years ago
  9. f6402dd COMPMID-834 Fix arm_compute_nightly_validation getting killed by Michalis Spyrou · 6 years ago
  10. bd0e612 COMPMID-848 NEPoolingLayerKernel incorrectly reports by Michalis Spyrou · 6 years ago
  11. 36a0a46 COMPMID-748 - Integrating optimized SGEMM for bifrost by Gian Marco · 6 years ago
  12. 46edf63 COMPMID-765: Fixed output accessor in LeNet example, and disabled colors when not running in a terminal by Anthony Barbier · 6 years ago
  13. c8d2316 COMPMID-564: Implement reference and CL/NEON validation for CustomConvolution (output S16) by Sanghoon Lee · 6 years ago
  14. 503cec8 COMPMID-765: Added missing <errno.h> include by Anthony Barbier · 6 years ago
  15. 33d2207 COMPMID-860: Neon HGEMM integrated assembly kernel from RSH for Arm Cortex-A55r1. by Pablo Tello · 6 years ago
  16. e8a4983 COMPMID-798 Add instrumentation to NEON kernels by Anthony Barbier · 6 years ago
  17. fa7dc84 COMPMID-765: Enable fp16 extension for arm64-v8.2-a by Pablo Tello · 6 years ago
  18. 7b4d547 COMPMID-816 - Optimizing CLGEMMLowpMatrixMultiplyCore - Part1 by Gian Marco · 6 years ago
  19. dde3ad9 COMPMID-842: Add NEON QASYMM8 RELU Activation by Michele Di Giorgio · 6 years ago
  20. 967f86d COMPMID-858: Assert in ICLKernel on higher window dimensions moved to enqueue by Anthony Barbier · 6 years ago
  21. a1f7e33 COMPMID-841: Add CL QASYMM8 RELU Activation by Michele Di Giorgio · 6 years ago
  22. 9efceaf COMPMID-765 - Add issue_template for github by Michalis Spyrou · 6 years ago
  23. 989f1b5 COMPMID-857 ARMCV Failure to Build on RHEL platform by Michalis Spyrou · 6 years ago
  24. 7f530b3 COMPMID-847: Add MobileNet_v1_0.75_160. by Georgios Pinitas · 6 years ago
  25. 6c6e77a COMPMID-784: Doxygen fixes by Pablo Tello · 6 years ago
  26. 64c95a0 COMPMID-765: Updated changelog before 18.01 by Anthony Barbier · 6 years ago
  27. 657fb99 COMPMID-765 UPDATE_DATE Switching to use mpd-repository for data by Anthony Barbier · 6 years ago
  28. e855c23 APPBROWSER-377: GCConvoutionLayer support for FP16 by Stephen Li · 6 years ago
  29. 81ce008 COMPMID-847: DATA_UPDATE Add MobilenetV1 224,160 data. by Georgios Pinitas · 6 years ago
  30. 9ceebbe COMPMID-815: Updated NEWinogradLayer with the lastest code from Research. by Pablo Tello · 6 years ago
  31. 00afd11 COMPMID-719: NEPermuteKernel refactoring by Pablo Tello · 6 years ago
  32. 5237e01 COMPMID-838 Implement CLPermute by Michalis Spyrou · 6 years ago
  33. 652bde5 COMPMID-674 - Create Google InceptionV3 example by Georgios Pinitas · 6 years ago
  34. f72f936 COMPMID-791: Adds support of QASYMM8 in NEDepthwiseConvolution3x3 by Georgios Pinitas · 6 years ago
  35. a026e98 COMPMID-849: Changed default toolchain to Clang on Android by Anthony Barbier · 6 years ago
  36. 61ef5bf IVGCVSW-847 Fix {NEON/CL}PoolingLayerKernel config by Diego Lopez Recas · 7 years ago
  37. 9c42de9 COMPMID-753 Add benchmarks for ActivationLayers used in MobileNet by Giorgio Arena · 6 years ago
  38. a0d1183 COMPMID-751 QASYMM8 ActivationLayer optimisation: don't requantize if not necessary by Giorgio Arena · 6 years ago
  39. 51a6730 COMPMID-832: Clean up tests. by Georgios Pinitas · 6 years ago
  40. 944d3f7 COMPMID-751 Processing 8 elements makes computation up to 80us faster on MobileNet QASYMM8 dwc layers by Giorgio Arena · 6 years ago
  41. 200b6e3 COMPMID-839 Added method to clear the Kernel Library's program cache by Anthony Barbier · 6 years ago
  42. 826c769 COMPMID-835: Valgrind make UNIT/Utils/RoundFloatToNearestUp fail on aarch64 by Pablo Tello · 6 years ago
  43. a66eaa2 COMPMID-752 Creating an example for QASYMM8 MobileNet by Giorgio Arena · 7 years ago
  44. 621965e COMPMID-769 Add asymmetric padding support in NEON kernels. by Michalis Spyrou · 6 years ago
  45. 20d7848 COMPMID-816 - Enabled CLConvolutionLayer to use CLGEMM function instead by Gian Marco · 6 years ago
  46. 84f3ae8 COMPMID-830 Fix hang in arm_compute_benchmark NEON by Michalis Spyrou · 6 years ago
  47. 86fb1e7 COMPMID-752: DATA_UPDATE Add MobilenetV1 QASYMM8 data. by Georgios Pinitas · 6 years ago
  48. 7c10f48 COMPMID-765 - Reduced to 4 the batch size for AlexNet by Gian Marco · 6 years ago
  49. 5518671 COMPMID-785: Add QASYMM8 support for pooling layer by Georgios Pinitas · 6 years ago
  50. 1ff480b COMPMID-765: Fixed unused variable warning by Anthony Barbier · 6 years ago
  51. 72856ab COMPMID-786: Remove all the fill() calls in benchmarks by Anthony Barbier · 6 years ago
  52. 2b5f0f2 COMPMID-782 Port examples to the new format by Michalis Spyrou · 6 years ago
  53. 571b18a COMPMID-565 - Implement reference and CL/NEON validation for CustomConvolutionSeparable by Sanghoon Lee · 7 years ago
  54. 4b9c58a COMPMID-800: Display build_information() at the beginning of the runs by Anthony Barbier · 6 years ago
  55. 093adbc COMPMID-753 Add benchmarks for GEMM/GEMMLowp used in AlexNet by Giorgio Arena · 6 years ago
  56. bcbc970 IVGCVSW-863 calculate_max_window..() family takes ValidRegion by Diego Lopez Recas · 7 years ago
  57. 1bfc784 APPBROWSER-376: Work around for scale validation error. by Frank Lei · 6 years ago
  58. 345ab18 COMPMID-742: Add image input support for Harris Corners tests by Alex Gilday · 6 years ago
  59. 780db4e COMPMID-471 Implement Deconvolution on OpenCL by Michalis Spyrou · 7 years ago
  60. d7ba539 COMPMID-727 - Implement reference and CL/NEON validation for CustomConvolutionRectangle by Sanghoon Lee · 7 years ago
  61. 6db0ff5 COMPMID-771 Allow examples to be profiled by Anthony Barbier · 6 years ago
  62. fde97fb COMPMID-784: Removed no longer needed file winograd_shim_nchw.hpp by Pablo Tello · 6 years ago
  63. a302d69 COMPMID-753 Add benchmarks for QASYMM8 depthwise convolution layers used in MobileNet by Giorgio Arena · 6 years ago
  64. 4e2c139 COMPMID-784: Winograd refactoring by Pablo Tello · 6 years ago
  65. e671d6a COMPMID-765: Fix HarrisCorners data type in benchmarks by Georgios Pinitas · 6 years ago
  66. fd14f9e COMPMID-783: Segfault in OCLGrind by Georgios Pinitas · 6 years ago
  67. abd03cf APPBROWSER-298: Remove the old shader common code by Joel Liang · 6 years ago
  68. 088cc7f COMPMID: GEMMTranspose1xW tests. by Pablo Tello · 7 years ago
  69. 25f2368 COMPMID-589: Port HOGDescriptor to new validation by John Richardson · 7 years ago
  70. 1d25ed5 COMPMID-759 - CLGEMM optimization for McVail benchmarks by Gian Marco · 7 years ago
  71. 57b2010 APPBROWSER-373: Rewrite the convolution_layer.cs with the new common code by zhenglin · 6 years ago
  72. 6fc06cc APPBROWSER-374: Rewrite the dropout.cs with the common code by zhenglin · 6 years ago
  73. b91e34c COMPMID-746 Allow NEDirectConvolution to work without biases for QS. by Michalis Spyrou · 7 years ago
  74. aa1209a APPBROWSER-375: Rewrite the transpose.cs with the new common code by zhenglin · 6 years ago
  75. 09849a0 APPBROWSER-372: Rewrite the direct_convolution5x5.cs with the new common code by Joel Liang · 6 years ago
  76. 07d4054 APPBROWSER-370: Rewrite the normalization_layer.cs with the new common code by zhenglin · 6 years ago
  77. 6485691 COMPMID-773: Add CL/NEON Harris Corners benchmark tests by Alex Gilday · 6 years ago
  78. 384a43e COMPMID-579: Port Derivative to new validation by John Richardson · 7 years ago
  79. 6387543 APPBROWSER-371: Rewrite the direct_convolution3x3.cs with the new common code by Joel Liang · 6 years ago
  80. 19e9142 APPBROWSER-369: Rewrite the gemm.cs with the new common code by zhenglin · 6 years ago
  81. fef6dae COMPMID-750: Enabled support for U8 and S8 datatypes in NEGEMMLowpAArch64V8P4Kernel by Pablo Tello · 7 years ago
  82. 340a272 COMPMID-765 Merge pull request #325 from lukeiwanski/feature/no_exceptions by Anthony Barbier · 6 years ago
  83. 8cdfdb8 APPBROWSER-366: Add DepthwiseConvolutionLayer(fp16 only) support. by Frank Lei · 6 years ago
  84. 02541fb COMPMID-719: NEWinogradLayer reordering using NEPermute. by Pablo Tello · 7 years ago
  85. d064389 APPBROWSER-357: Fix Transpose performance issue by tuning lws by steli01 · 6 years ago
  86. 1d08a31 COMPMID-765: Collapse execution window in CL kernels. by Georgios Pinitas · 6 years ago
  87. 2c35018 COMPMID-761: Add CL/NEON Magnitude benchmark tests by Ioan-Cristian Szabo · 7 years ago
  88. 1250a5a COMPMID-767 : Propagate hints to subgraph. by Georgios Pinitas · 6 years ago
  89. 7c23ad0 COMPMID-617 Add validation to NEConvolutionLayer by Giorgio Arena · 7 years ago
  90. 926d5e1 APPBROWSER-356: Implement GCArithmeticAddition Operator by zhenglin · 7 years ago
  91. 358ca20 COMPMID-617: Adds CLFullyConnectionLayer validation support by Georgios Pinitas · 7 years ago
  92. eb8f71e APPBROWSER-230, APPBROWSER-300: Rename GCScheduler enqueue to dispatch, sync to memory_barrier by Joel Liang · 7 years ago
  93. b59eb0b APPBROWSER-347: Add GCDirectConvolution example. by Frank Lei · 7 years ago
  94. 1c5ffd6 APPBROWSER-359: Sync tensor in GC benchmark tests by Joel Liang · 7 years ago
  95. c5a7e59 APPBROWSER-365: Rewrite the pooling_layer.cs with the new common code by Joel Liang · 7 years ago
  96. 08d5421 APPBROWSER-363: Rewrite the ActivationLayer.cs with the new common code by zhenglin · 7 years ago
  97. 82588e8 APPBROWSER-364: Rewrite the DepthConcatLayer.cs with the new common code by zhenglin · 7 years ago
  98. 57a150a APPBROWSER-341: Add ResizeNearest operator support by Frank Lei · 7 years ago
  99. 2f41981 APPBROWSER-358: Fix shader compilation error in matrix addition by Frank Lei · 7 years ago
  100. a9e1533 COMPMID-766 Allow graph examples to run without OpenCL being present on the platform by Anthony Barbier · 7 years ago