1. 02f7616 Add memory stress tests for per channel quantized convolution by Gunes Bayir · 5 weeks ago branches/arm_compute_24_04 v24.04
  2. 64f2300 Runtime checks for bf16 fixed format tests by David Svantesson-Yeung · 9 weeks ago
  3. 9167c9c Prefer indirect Gemm vs. Direct convolution if supported by Gunes Bayir · 3 months ago
  4. 8050d22 Disable FP16 tests compilation on Multi-Isa v8a by Mohammed Suhail Munshi · 4 months ago
  5. c5ab4df Optimize CpuGemmConv2d start-up time by SiCong Li · 8 months ago
  6. 93a77cd Use dynamic quantization in Convolution and Dilated Convolution tests by Gunes Bayir · 8 months ago
  7. c2a51bd Optimize CL and Neon Winograd tests by Gunes Bayir · 8 months ago
  8. 4e84f24 Increase tolerance for SME kernels by Viet-Hoa Do · 1 year, 2 months ago
  9. 573a33f Add additional FP16 guards to Convolution Layer by Nathan John Sircombe · 1 year, 2 months ago
  10. 4537089 Fixes for CMake and Bazel builds, tests failing in scons by David Svantesson · 1 year, 3 months ago
  11. 464ed20 Remove fixed format strides hack by Jonathan Deakin · 1 year, 5 months ago
  12. a4814e8 Add test case for disable Winograd on fp16 if fast-math = false by Ramy Elgammal · 1 year, 9 months ago
  13. 93581a5 [ONCPUML-970] Fast math mode for fixed format kernels by Pablo Marquez Tello · 1 year, 11 months ago
  14. 9178002 Fix for inclusion of "arm_gemm" from src into "Types.h" from core by Ramy Elgammal · 1 year, 11 months ago
  15. d208f4f Enable march=armv8.6-a in non multi-isa builds by Pablo Marquez Tello · 1 year, 11 months ago
  16. 553f695 [ONCPUML-951] Variable weight support for Convolution. by Francesco Petrogalli · 1 year, 11 months ago
  17. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 10 months ago
  18. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 10 months ago
  19. a0efe69 Reintroduce implementation of NEConvolutionLayer::get_convolution_method by Michele Di Giorgio · 2 years, 10 months ago
  20. b55f8e8 Port NEConvolutionLayer by Michalis Spyrou · 2 years, 11 months ago
  21. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 2 years, 11 months ago
  22. 96f977e Port NEWinogradConvolutionLayer by Michalis Spyrou · 3 years ago
  23. d7316eb Port NEGEMMConv2d to memory injecting interface by Michele Di Giorgio · 3 years ago
  24. 8ae3cda Revert "Implement memory injection in CpuDirectGemmConv2d" by Michele Di Giorgio · 3 years ago
  25. b3be457 Implement memory injection in CpuDirectGemmConv2d by Sang-Hoon Park · 3 years, 1 month ago
  26. ca62c6f Mixed data-layout testing on high priority operators by Manuel Bottini · 3 years, 2 months ago
  27. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 4 months ago
  28. 61ffda4 COMPMID-3599: Disable direct gemm convolution testing for armv7 for 8bit by Georgios Pinitas · 3 years, 7 months ago
  29. c0b6f76 COMPMID-3776: Indirect GEMM by Georgios Pinitas · 3 years, 7 months ago
  30. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 3 years, 11 months ago
  31. 1fad814 COMPMID-3534: Add NEGEMMConvolutionLayer tests for QASYMM8_SIGNED input by Sang-Hoon Park · 4 years ago
  32. e37662a COMPMID-3128: Test improvement for GEMMConvolutionLayer on CL and NEON(Function-level) by Michele Di Giorgio · 4 years, 1 month ago
  33. 5ce897f COMPMID-3108: Add Winograd 3x3,4x4 FP16 support for NEON by Georgios Pinitas · 4 years, 1 month ago
  34. c7b183a COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer by Georgios Pinitas · 4 years, 3 months ago
  35. f29d1b7 COMPMID-2608: Enable quantization with multiplier greater than 1 on NEON by Michele Di Giorgio · 4 years, 7 months ago
  36. 6e1791b COMPMID-2764: Add support for QASYMM8_SIGNED in NEConvolutionLayer. by Georgios Pinitas · 4 years, 6 months ago
  37. 63d4dbd COMPMID-2452: Fix 32-bit per-channel convolution for NEON. by Georgios Pinitas · 4 years, 7 months ago
  38. dbdea0d COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Georgios Pinitas · 4 years, 8 months ago
  39. 5c9f0c4 COMPMID-1652 NEON Remove unnecessary configuration tests by Michalis Spyrou · 5 years ago
  40. aeebe4a COMPMID-1652 NEON Cleanup and add missing tests by Michalis Spyrou · 5 years ago
  41. a25d16c COMPMID-1266 : Add support for FP16 in CLWinogradConvolutionLayer: 5x5 kernels by Vidhya Sudhan Loganathan · 6 years ago
  42. af7e600 COMPMID-1628: NEWinograd mismatches in the nightly. by Pablo Tello · 6 years ago
  43. 96e922e COMPMID-1602: Added Winograd tests for kernel 7x1 and 1x7. by Pablo Tello · 6 years ago
  44. 952aeb1 COMPMID-1551: NEWinograd 1x3 and 3x1 mismatches. by Pablo Tello · 6 years ago
  45. 000d33a COMPMID-1552: support kernels sizes 1x7, 7x1, 1x5, 5x1 in NEWinograd by Pablo Tello · 6 years ago
  46. bda6e4b COMPMID-1247:Integrate kernel size 1x3 & 3x1 support in NEWinogradLayer. by Pablo Tello · 6 years ago
  47. 41acb76 COMPMID-1534 - Fixing FP16 tests on NEON by Gian Marco Iodice · 6 years ago
  48. db9d46d COMPMID-1485 - Add support for NHWC when running NEGEMMConvolutionLayer with FP16/QASYMM8 by Gian Marco Iodice · 6 years ago
  49. c8e84b5 COMPMID-1405: Create our own gemm_native kernel / function. by Anthony Barbier · 6 years ago
  50. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  51. 014333d COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  52. 19ea419 COMPMID-809: Add NHWC data format on CLGEMMConvolutionLayer. by Georgios Pinitas · 6 years ago
  53. 0fc2545 COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  54. 7282d56 COMPMID-1287: Extending NEWinogradLayer test suite by Pablo Tello · 6 years ago
  55. 8dea602 COMPMID-1273: Nightly : NEON GEMMConvolutionLayer FP32 mismatch by Georgios Pinitas · 6 years ago
  56. 86f7096 COMPMID-959 Increase tolerance for convolution layer by Giorgio Arena · 6 years ago
  57. a3221e6 COMPMID-1106 Add fast math support in NEWinogradConvolutionLayer by Giorgio Arena · 6 years ago
  58. a8aef29 COMPMID-792 - Re-enabled Winograd on NEON in all graph examples. by Gian Marco Iodice · 6 years ago
  59. e250389 COMPMID-810 Add NHWC data format support for NEON convolution by Michalis Spyrou · 6 years ago
  60. 9fb1159 COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cpp by Georgios Pinitas · 6 years ago
  61. 4d9379a COMPMID-1040: Added support for nullptr bias tensor in NEWinogradLayer by Andrew Mundy · 6 years ago
  62. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 6 years ago
  63. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  64. d2fab73 COMPMID-935 - Implementing Convolution with Winograd on OpenCL (part 4) by Gian Marco Iodice · 6 years ago
  65. 6acc6ad COMPMID-846: Create a ConvolutionLayer for NEON by Isabella Gottardi · 6 years ago
  66. 02ee429 COMPMID-765: Fix CPPPermute error when permuting the strides. by Georgios Pinitas · 6 years ago
  67. 1c0d0ff COMPMID-832: Decrease validation coverage of QS8/QS16 by Anthony Barbier · 6 years ago
  68. e6630e4 COMPMID-790 - NEON: Add QASYMM8 support to Convolution by Isabella Gottardi · 6 years ago
  69. 8951933 COMPMID-687: Winograd layer. by Pablo Tello · 7 years ago
  70. 5edbd1c COMPMID-556: Add support to build arm64-v8.2-a for Android platform (clang compiler) by Ioan-Cristian Szabo · 7 years ago
  71. 33fd07b COMPMID-634: Enable clang with libc++ to compile for Android (32 and 64 bits) by Ioan-Cristian Szabo · 7 years ago
  72. 583137c COMPMID-417: Add support for floats in scale. by Georgios Pinitas · 7 years ago
  73. ce54b56 COMPMID-532: NEON ConvolutionLayer Quantised valgrind errors by Georgios Pinitas · 7 years ago
  74. 1cd0d52 COMPMID-532: Disable NEON/ConvLayer/QS8 by Moritz Pflanzer · 7 years ago
  75. cde1e8a COMPMID-415: Add tests for ConvolutionLayer reshaped weights by Moritz Pflanzer · 7 years ago
  76. a09de0c COMPMID-415: Rename and move tests by Moritz Pflanzer · 7 years ago[Renamed (95%) from tests/validation_new/NEON/ConvolutionLayer.cpp]
  77. 6106a4d COMPMID-415: Use absolute and relative tolerance by Moritz Pflanzer · 7 years ago
  78. b3d2579 COMPMID-415: Move ConvolutionLayer to new validation by Moritz Pflanzer · 7 years ago