1. afd38f0 Apply clang-format on repository by Felix Thomasmathibalan · 9 months ago
  2. a1f7851 Integrate new winograd APIs from MLTech by ramelg01 · 2 years ago
  3. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  4. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  5. 2b147ee Avoid multiple Rhs matrix transformation on ClGemm by Georgios Pinitas · 3 years ago
  6. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  7. d7316eb Port NEGEMMConv2d to memory injecting interface by Michele Di Giorgio · 3 years ago
  8. 4f7693d Rename NEGEMMAssembly to CpuGemmAssembly by Sang-Hoon Park · 3 years, 2 months ago
  9. ca62c6f Mixed data-layout testing on high priority operators by Manuel Bottini · 3 years, 3 months ago
  10. 9a67178 Avoid division with zero by Georgios Pinitas · 3 years, 4 months ago
  11. ddd79f5 Release winograd transformed weights if not needed on NEON by Georgios Pinitas · 3 years, 6 months ago
  12. ec2256b Move NEGEMMAssemblyDispatch as an internal function by Georgios Pinitas · 3 years, 7 months ago
  13. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 7 months ago
  14. ebcebf1 COMPMID-3638: Move NEON kernels by Michalis Spyrou · 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. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  17. 6b6a16f COMPMID-3501 Modify heuristics for f16+fastmath NEON Winograd Conv by SiCong Li · 4 years, 1 month ago
  18. 6ad60af COMPMID-3520: Move ndrange.hpp header from arm_gemm to assembly by Michele Di Giorgio · 4 years, 1 month ago
  19. 5ce897f COMPMID-3108: Add Winograd 3x3,4x4 FP16 support for NEON by Georgios Pinitas · 4 years, 2 months ago
  20. 9204646 COMPMID-3069: Remove unnecessary uses of ToolchainSupport.h by Matthew Bentham · 4 years, 4 months ago
  21. 5264b7d COMPMID-2576: Fuse activation in Winograd output transform. by Pablo Tello · 4 years, 8 months ago
  22. f44fe3d COMPMID-2568: NEON Convolution layer failure by giuros01 · 4 years, 11 months ago
  23. 7b735dc COMPMID-2427: Remove structurally dead code by Georgios Pinitas · 5 years ago
  24. a4f378d COMPMID-1995: Fix clang-tidy warnings by Michalis Spyrou · 5 years ago
  25. 7179837 COMPMID-2112: Rework memory manager support in NEWinogradLayer by Georgios Pinitas · 5 years ago
  26. 8f43d74 COMPMID-2063: New Winograd implementation by Pablo Tello · 5 years ago
  27. da953f2 COMPMID-2098: Scope handling of memory group resources. by Georgios Pinitas · 5 years ago
  28. ca1250d COMPMID-1451: Fix MemoryManager usage. by Georgios Pinitas · 6 years ago
  29. a518f30 COMPMID-1773: Replaced Gemm wrapper for NEGEMM in NEWinograd by Pablo Tello · 6 years ago
  30. f718ce2 COMPMID-1701: small cleanup NEWinogradConvolutionLayer. by Pablo Tello · 6 years ago
  31. fe4b05f COMPMID-1590: Memory corruption in arm_compute_validation. by Pablo Tello · 6 years ago
  32. 000d33a COMPMID-1552: support kernels sizes 1x7, 7x1, 1x5, 5x1 in NEWinograd by Pablo Tello · 6 years ago
  33. bda6e4b COMPMID-1247:Integrate kernel size 1x3 & 3x1 support in NEWinogradLayer. by Pablo Tello · 6 years ago
  34. 20394d5 COMPMID-1248 Enabled memory manager in NEWinogradConvolutionLayer by Anthony Barbier · 6 years ago
  35. e155337 COMPMID-1357: Stop passing around raw pointers in NEWinogradConvolution by Anthony Barbier · 6 years ago
  36. 578225e COMPMID-1357: Port NEWinogradConvolution to use NEGEMMAssemblyDispatch by Anthony Barbier · 6 years ago
  37. 71d9b57 COMPMID-1381: Cleaned up the AssemblyHelper interface by Anthony Barbier · 6 years ago
  38. f3139dd COMPMID-1334 (Nightly) Fix std::bad_alloc error in 32-bit NEON runs by Giorgio Arena · 6 years ago
  39. 7282d56 COMPMID-1287: Extending NEWinogradLayer test suite by Pablo Tello · 6 years ago
  40. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  41. 7df2786 COMPMID-1162: Enable NHWC data layout support for NEWinogradConvolutionLayer - part1 by Pablo Tello · 6 years ago
  42. b95e210 COMPMID-1209: Enable memory manager for the GEMM workspace buffer by Georgios Pinitas · 6 years ago
  43. a3221e6 COMPMID-1106 Add fast math support in NEWinogradConvolutionLayer by Giorgio Arena · 6 years ago
  44. cb0010b COMPMID-1102 : Enable the use of 4x4 tile sizes in neon implementation of winograd conv. by Vidhya Sudhan Loganathan · 6 years ago
  45. 932b561 COMPMID-959: Perform pretranspose if allowed on NEON assembly by Georgios Pinitas · 6 years ago
  46. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago[Renamed (95%) from src/runtime/NEON/functions/NEWinogradLayer.cpp]
  47. 2b3129e COMPMID-1041 NEON Winograd: update function to use GEMM function by Michalis Spyrou · 6 years ago
  48. 84ce1f9 COMPMID-718 : Winograd: add validate method and tests by Vidhya Sudhan Loganathan · 6 years ago
  49. 3ca9786 COMPMID-718 : Winograd: add validate method and tests by Vidhya Sudhan Loganathan · 6 years ago
  50. 4d9379a COMPMID-1040: Added support for nullptr bias tensor in NEWinogradLayer by Andrew Mundy · 6 years ago
  51. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 6 years ago
  52. d9eb275 COMPMID-797: Switch to new graph. by Georgios Pinitas · 6 years ago
  53. 6acc6ad COMPMID-846: Create a ConvolutionLayer for NEON by Isabella Gottardi · 6 years ago
  54. f6c572c COMPMID-784: Productise Winograd. by Pablo Tello · 6 years ago
  55. 02ee429 COMPMID-765: Fix CPPPermute error when permuting the strides. by Georgios Pinitas · 6 years ago
  56. 4074c99 COMPMID-873: Integrate RSH NEON Depthwise Convolution routine by Georgios Pinitas · 6 years ago
  57. 679463a COMPMID-784: Added support for PADDING = SAME in Winograd layer. by Pablo Tello · 6 years ago
  58. 52140b4 COMPMID-784: Winograd tramsforms refactoring by Pablo Tello · 6 years ago
  59. d6ca478 COMPMID-784: Added support for biases in WinogradLayer. by Pablo Tello · 6 years ago
  60. b99d57d COMPMID-765: Clangtidy warnings by Pablo Tello · 6 years ago
  61. 9ceebbe COMPMID-815: Updated NEWinogradLayer with the lastest code from Research. by Pablo Tello · 6 years ago
  62. 4e2c139 COMPMID-784: Winograd refactoring by Pablo Tello · 6 years ago
  63. 02541fb COMPMID-719: NEWinogradLayer reordering using NEPermute. by Pablo Tello · 7 years ago
  64. 3d4968a COMPMID-687: Winograd refactoring by Pablo Tello · 7 years ago
  65. 8951933 COMPMID-687: Winograd layer. by Pablo Tello · 7 years ago