1. 7891a73 Move CPU/GPU files from Core/Runtime to the respective backend folders by Georgios Pinitas · 2 years, 11 months ago
  2. 1988463 Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2d by Georgios Pinitas · 2 years, 11 months ago
  3. d4a5bc5 Ensure correct transformed matrices are used in CpuGemmConvolution by Georgios Pinitas · 2 years, 11 months ago
  4. d9cdf14 Port NEFullyConnectedLayer to memory injecting interface by Michele Di Giorgio · 3 years ago
  5. 69a9ac4 Expose fast_math mode for GEMM through BFloat16 by Georgios Pinitas · 3 years ago
  6. 2b147ee Avoid multiple Rhs matrix transformation on ClGemm by Georgios Pinitas · 3 years ago
  7. 29599d0 Port NEGEMMConvolutionLayer by Manuel Bottini · 3 years ago
  8. 24b8920 Port NECol2ImKernel by Manuel Bottini · 3 years ago
  9. 9002899 Port NEIm2ColKernel by Manuel Bottini · 3 years ago
  10. 93b75e0 Port NEGEMM to memory injecting interface (Part 1) by Michele Di Giorgio · 3 years ago
  11. 223aba9 Remove stale/solved TODOs by Michele Di Giorgio · 3 years, 2 months ago
  12. 33f41fa Fix trademarks throughout the codebase by Michele Di Giorgio · 3 years, 4 months ago
  13. 383de02 Fixed compiler errors by Pablo Marquez Tello · 3 years, 4 months ago
  14. 023efb3 Make auxiliary tensor within NEGEMMConvolutionLayer resizable by Georgios Pinitas · 3 years, 4 months ago
  15. ac6499a Comply with Trademark rules for use of Neon, Arm and Mali by Sheri Zhang · 3 years, 5 months ago
  16. f55e3fb Free _gemm_output_3d's memory region after run() by Giorgio Arena · 3 years, 4 months ago
  17. d820ed7 Set _gemm_output_3d's padding as the output's in NEGEMMConvolutionLayer by Giorgio Arena · 3 years, 5 months ago
  18. 2ee9801 Handle Conv2d layer with implicit output padding in NHWC by Georgios Pinitas · 3 years, 5 months ago
  19. 7b48166 Fix NEGEMMLowpMatrixMultiplyCore nonfused activation by SiCong Li · 3 years, 7 months ago
  20. 40f51a6 Update default C++ standard to C++14 by Georgios Pinitas · 3 years, 8 months ago
  21. ebcebf1 COMPMID-3638: Move NEON kernels by Michalis Spyrou · 3 years, 9 months ago
  22. d9eaf61 COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm preferred presentation by Michele Di Giorgio · 4 years ago
  23. afc630f COMPMID-3069: Resolve Bfloat16 validation issues. by Georgios Pinitas · 4 years, 3 months ago
  24. c7b183a COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayer by Georgios Pinitas · 4 years, 4 months ago
  25. 4715cf9 COMPMID-2760: add support for QASYMM8_SIGNED to CLGEMMConvolutionLayer by Sang-Hoon Park · 4 years, 6 months ago
  26. f29d1b7 COMPMID-2608: Enable quantization with multiplier greater than 1 on NEON by Michele Di Giorgio · 4 years, 8 months ago
  27. e7be8a0 COMPMID-2980 (Nightly) armv7a build failures by Michalis Spyrou · 4 years, 7 months ago
  28. 6e1791b COMPMID-2764: Add support for QASYMM8_SIGNED in NEConvolutionLayer. by Georgios Pinitas · 4 years, 7 months ago
  29. 7a669a8 COMPMID-2921 Performance regression on NEON Int8 by Giorgio Arena · 4 years, 8 months ago
  30. dbdea0d COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filters by Georgios Pinitas · 4 years, 9 months ago
  31. 48b3ef8 COMPMID-2577: Fuse bias addition and activation in gemm assembly kernels by Georgios Pinitas · 4 years, 9 months ago
  32. 2ff0009 COMPMID-2661: Implement complex function dynamic tensor support. by Georgios Pinitas · 4 years, 9 months ago
  33. 1a569a3 COMPMID-2161 [NEON] Create IWeightManager class by Michalis Spyrou · 4 years, 10 months ago
  34. 4d600c7 COMPMID-2500: Report error in Int8 Conv2d if multiplier > 1. by Georgios Pinitas · 5 years ago
  35. cfa2bba COMPMID-2178: Update GEMM assembly code. by Georgios Pinitas · 5 years ago
  36. 4c5469b COMPMID-2225: Add interface support for new quantized data types. by Georgios Pinitas · 5 years ago
  37. a4f378d COMPMID-1995: Fix clang-tidy warnings by Michalis Spyrou · 5 years ago
  38. da953f2 COMPMID-2098: Scope handling of memory group resources. by Georgios Pinitas · 5 years ago
  39. 2d7e683 COMPMID-1694: Fuse offset contribution with the output stage when we use NEGEMMLowpMatrixMultiplyCore by George Wort · 5 years ago
  40. ca1250d COMPMID-1451: Fix MemoryManager usage. by Georgios Pinitas · 6 years ago
  41. e413d25 COMPMID-1783: NEGEMMConvolutionLayer fails for QASYMM8 on 32bit by Georgios Pinitas · 6 years ago
  42. bb081ca COMPMID-1751: Remove output_3d_depth from NEGEMMLowpQuantizeDownInt32ToUint8ScaleByFixedPoint by Georgios Pinitas · 6 years ago
  43. c73e2b8 COMPMID-1451: Fix fused activation in GEMMConvolutionLayer by Georgios Pinitas · 6 years ago
  44. 3139f03 COMPMID-1736: Fixed out-of-bound write in CLIm2Col by Gian Marco Iodice · 6 years ago
  45. 4b90865 COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on OpenCL by Gian Marco Iodice · 6 years ago
  46. 08346e9 COMPMID-1451:Fuse RELU,LU_BOUNDED_RELU with requantization in NEGEMMConvolutionLayer. by Georgios Pinitas · 6 years ago
  47. 041f36d COMPMID-1446 : Add support for 3D output in NEGEMMLowpOutputStage by Georgios Pinitas · 6 years ago
  48. b3309e6 [COMPMID-1482] Auto-initialize the output tensor of im2col and col2im in NEGEMMConvolutionLayer by Giuseppe Rossini · 6 years ago
  49. 916d1bc COMPMID-1498 - Enable grouping in CLGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  50. db9d46d COMPMID-1485 - Add support for NHWC when running NEGEMMConvolutionLayer with FP16/QASYMM8 by Gian Marco Iodice · 6 years ago
  51. 0f17039 COMPMID-1342 Add grouping support to CLIm2ColKernel by Giorgio Arena · 6 years ago
  52. 215b4ea COMPMID-1277 - Optimizing CLIm2ColKernel for NHWC. by Gian Marco Iodice · 6 years ago
  53. 597a856 COMPMID-872 - Rework NEGEMMConvolutionLayer to use NEGEMM by Gian Marco Iodice · 6 years ago
  54. ebbb7f2 COMPMID-1188 - Fixed CLGEMMConvolutionLayer/NEGEMMConvolutionLayer for NHWC by Gian Marco Iodice · 6 years ago
  55. 71d9b57 COMPMID-1381: Cleaned up the AssemblyHelper interface by Anthony Barbier · 6 years ago
  56. 7485d5a COMPMID-970 : Remove QS8 / QS16 support by Vidhya Sudhan Loganathan · 6 years ago
  57. 7221933 COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES) by Georgios Pinitas · 6 years ago
  58. 2345f43 COMPMID-1168: enabling memory manager for _gemm_output gives wrong results by Georgios Pinitas · 6 years ago
  59. e250389 COMPMID-810 Add NHWC data format support for NEON convolution by Michalis Spyrou · 6 years ago
  60. d8cde85 COMPMID-959: Assembly kernel marks weights as unused when pretranspose by Georgios Pinitas · 6 years ago
  61. 932b561 COMPMID-959: Perform pretranspose if allowed on NEON assembly by Georgios Pinitas · 6 years ago
  62. bb54e4e COMPMID-797 Integrate Mobilenet QASYMM8 with new graph. by Giorgio Arena · 6 years ago
  63. a72300a COMPMID-1051 - Fix validate method in NEGEMMConvolutionLayer by Gian Marco Iodice · 6 years ago
  64. 3f217ec COMPMID-908 - Merge Activation layer with Convolution Layer (NEON. CL, GLES) by Isabella Gottardi · 6 years ago
  65. 7fad9b1 COMPMID-1021: CPUInfo refactoring. by Pablo Tello · 6 years ago
  66. 1562be3 COMPMID-998: Release unused trainable parameters. by Georgios Pinitas · 6 years ago
  67. 7da29b6 COMPMID-1017: Implement dilated convolution in NEON, OpenCL, and GC by Alex Gilday · 6 years ago
  68. eb82fd2 COMPMID-881: RSH new arm_gemm interface. by Pablo Tello · 6 years ago
  69. b4e3e1c COMPMID-617: Add validate support for NEON FullyConnectedLayer by Ioan-Cristian Szabo · 7 years ago
  70. 6acc6ad COMPMID-846: Create a ConvolutionLayer for NEON by Isabella Gottardi · 6 years ago