1. afd38f0 Apply clang-format on repository by Felix Thomasmathibalan · 11 months ago
  2. 0d27b2e Remove legacy PostOps code by Jakub Sujak · 1 year ago
  3. edafe7f Disable dynamic weights in unsupported operators by Viet-Hoa Do · 1 year, 4 months ago
  4. a5cb79f Update the ClConv2d heuristic by Gian Marco Iodice · 1 year, 8 months ago
  5. 3177861 Fix PostOp dependency by SiCongLi · 2 years, 10 months ago
  6. 579ca84 Add PostOp support to GEMM and CLGEMM operators and functions Part 2 by SiCongLi · 2 years, 10 months ago
  7. 6d89157 Provide logging for configure functions in all CL functions by ramelg01 · 2 years, 11 months ago
  8. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 3 years ago
  9. 06d1efd Port CLConvolutionLayer by Sheri Zhang · 3 years, 1 month ago
  10. 4718706 Dispatch Conv2d using the Direct method when necessary by Georgios Pinitas · 3 years, 1 month ago
  11. 4411e1f Change CLConvolution selection to run Direct approach on large kernels by Georgios Pinitas · 3 years, 2 months ago
  12. 2db3a99 Fix Winograd heuristic in CLConvolutionLayer by Gian Marco Iodice · 3 years, 2 months ago
  13. 8266ae5 Rework the CLConvolutionLayer heuristic by Gian Marco Iodice · 3 years, 2 months ago
  14. 186fe68 Fix the OpenCL convolution layer heuristic for int8 by Gian Marco Iodice · 3 years, 4 months ago
  15. 3ae6580 Update heuristic for CLConvolutionLayer by Gian Marco Iodice · 3 years, 4 months ago
  16. e253515 Fix for performance regression on G71 (mate9) for direct convolution by Aleksandr Nikolaev · 3 years, 4 months ago
  17. 0b76f7d Add support for cl_image in CLDirectConvolutionLayer by Gian Marco Iodice · 3 years, 5 months ago
  18. ff1fe3e Remove padding from direct convolution - OpenCL by Gian Marco Iodice · 3 years, 8 months ago
  19. ea7de7b Enable FFT for FP16 by Giorgio Arena · 3 years, 9 months ago
  20. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 9 months ago
  21. bef7fa2 COMPMID-3639: (3RDPARTY_UPDATE) Move CL kernels to src by Sang-Hoon Park · 3 years, 10 months ago
  22. 68dd25f COMPMID-3637: Move utility headers from arm_compute to src by Sang-Hoon Park · 3 years, 10 months ago
  23. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years, 2 months ago
  24. 2b84be5 COMPMID-3280: Make all ML primitives for CL use the new interface - Part 2 by Manuel Bottini · 4 years, 5 months ago
  25. 14cbfb2 COMPMID-2609: Enable quantization with multiplier greater than 1 on OpenCL by Michele Di Giorgio · 4 years, 10 months ago
  26. 26dcbc7 COMPMID-2158 Add SRGAN shapes in ConvolutionLayer heurists to dispatch direct convolution by Michalis Spyrou · 5 years ago
  27. 8ec0bb6 COMPMID-2117 : Use FFT convolution if output feature map depth is less than input by Vidhya Sudhan Loganathan · 5 years ago
  28. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  29. ff4bbce COMPMID-1188 - Fixed get_convolution_method in CLConvolutionLayer by Gian Marco Iodice · 6 years ago
  30. e083771 COMPMID-1160 Turn Graph hints into heuristics by Giorgio Arena · 6 years ago
  31. 96b86a9 COMPMID-959 - Fix Validate in Convolution Layer by Isabella Gottardi · 6 years ago
  32. a8aef29 COMPMID-792 - Re-enabled Winograd on NEON in all graph examples. by Gian Marco Iodice · 6 years ago
  33. e043767 COMPMID-920: Introduce prepare() stage by Georgios Pinitas · 6 years ago
  34. 2213d4b COMPMID-1096 - Add fast_math flag to CLConvolutionLayer by Gian Marco Iodice · 6 years ago
  35. 82b5148 COMPMID-959: Sets memory manager to CLWinograd by Georgios Pinitas · 6 years ago
  36. e52a300 COMPMID-1026 - Add support for 4x4 output tile in CLWinogradConvolutionLayer by Gian Marco Iodice · 6 years ago
  37. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 7 years ago
  38. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  39. 78c0090 COMPMID-754: Add validation to kernels. by Georgios Pinitas · 7 years ago
  40. cac4a2e COMPMID-765 - Fix get_convolution_method in order to return the correct method. by Isabella Gottardi · 7 years ago
  41. f07d28d COMPMID-845: Create a ConvolutionLayer for CL by Isabella Gottardi · 7 years ago
  42. e6630e4 COMPMID-790 - NEON: Add QASYMM8 support to Convolution by Isabella Gottardi · 7 years ago
  43. 20d7848 COMPMID-816 - Enabled CLConvolutionLayer to use CLGEMM function instead by Gian Marco · 7 years ago
  44. 1d25ed5 COMPMID-759 - CLGEMM optimization for McVail benchmarks by Gian Marco · 7 years ago
  45. b660dcf COMPMID-556: Fix NEConvolutionLayer for fully connected convolution. by Georgios Pinitas · 7 years ago
  46. bfa3b52 COMPMID-556 - Fix examples by Gian Marco · 7 years ago
  47. 5124be5 COMPMID-661: Convolution quantized (#32) by Chunosov · 7 years ago
  48. fcd52fb COMPMID-661: Vectorize im2col and add lws heuristics for convolution kernels #46 by Anthony Barbier · 7 years ago
  49. a1ed41f IVGCVSW-601: support for asymetric padding in cl conv and depthwise conv by Jaroslaw Rzepecki · 7 years ago
  50. baf174e COMPMID-485: Memory Manager by Georgios Pinitas · 7 years ago
  51. edfa9f4 COMPMID-477 - Optimized batched case in CLConvolutionLayer by Gian Marco Iodice · 7 years ago
  52. 1246b63 COMPMID-477 - Optimized Direct Convolution 3x3 and 5x5 (f32) for Bifrost. by Gian Marco Iodice · 7 years ago
  53. 559d771 COMPMID-417 - Fixed auto-config in NEConvolutionLayer and in CLConvolutionLayer by Gian Marco Iodice · 7 years ago
  54. 7d323a6 COMPMID-440, COMPMID-441 - Port CLConvolutionLayer and CLFullyConnectedLayer to support 16 bit fixed point by Gian Marco Iodice · 7 years ago
  55. 368da83 COMPMID-420, COMPMID-414 - Port CLConvolutionLayer and CLFullyConnectedLayer to use 8 bit fixed point by Gian Marco Iodice · 7 years ago
  56. 13edbff COMPMID-432 - Extended Convolution Layer to support rectangular kernels by Gian Marco Iodice · 7 years ago
  57. 4e28869 COMPMID-417 - Adding support for rectangular kernels by Gian Marco Iodice · 7 years ago
  58. 6ff3b19 COMPMID-344 Updated doxygen by Anthony Barbier · 7 years ago