aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEGEMMConvolutionLayer.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2022-07-26Fix for inclusion of "arm_gemm" from src into "Types.h" from coreRamy Elgammal
2022-07-19[ONCPUML-951] Variable weight support for Convolution.Francesco Petrogalli
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-08-20Rename [Cl|Cpu]GemmConvolution to [Cl|Gpu]GemmConv2dGeorgios Pinitas
2021-08-13Ensure correct transformed matrices are used in CpuGemmConvolutionGeorgios Pinitas
2021-07-23Port NEFullyConnectedLayer to memory injecting interfaceMichele Di Giorgio
2021-07-22Expose fast_math mode for GEMM through BFloat16Georgios Pinitas
2021-07-16Avoid multiple Rhs matrix transformation on ClGemmGeorgios Pinitas
2021-07-15Port NEGEMMConvolutionLayerManuel Bottini
2021-07-09Port NECol2ImKernelManuel Bottini
2021-07-06Port NEIm2ColKernelManuel Bottini
2021-06-29Port NEGEMM to memory injecting interface (Part 1)Michele Di Giorgio
2021-04-29Remove stale/solved TODOsMichele Di Giorgio
2021-03-31Fix trademarks throughout the codebaseMichele Di Giorgio
2021-03-23Fixed compiler errorsPablo Marquez Tello
2021-03-08Make auxiliary tensor within NEGEMMConvolutionLayer resizableGeorgios Pinitas
2021-02-22Comply with Trademark rules for use of Neon, Arm and MaliSheri Zhang
2021-02-19Free _gemm_output_3d's memory region after run()Giorgio Arena
2021-02-18Set _gemm_output_3d's padding as the output's in NEGEMMConvolutionLayerGiorgio Arena
2021-02-16Handle Conv2d layer with implicit output padding in NHWCGeorgios Pinitas
2020-12-03Fix NEGEMMLowpMatrixMultiplyCore nonfused activationSiCong Li
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-11-03COMPMID-3638: Move NEON kernelsMichalis Spyrou
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-03-31COMPMID-3069: Resolve Bfloat16 validation issues.Georgios Pinitas
2020-03-12COMPMID-3160: Add Bfloat16 support in NEGEMMConvolutionLayerGeorgios Pinitas
2020-01-14COMPMID-2760: add support for QASYMM8_SIGNED to CLGEMMConvolutionLayerSang-Hoon Park
2019-12-20COMPMID-2608: Enable quantization with multiplier greater than 1 on NEONMichele Di Giorgio
2019-12-19COMPMID-2980 (Nightly) armv7a build failuresMichalis Spyrou
2019-12-04COMPMID-2764: Add support for QASYMM8_SIGNED in NEConvolutionLayer.Georgios Pinitas
2019-11-13COMPMID-2921 Performance regression on NEON Int8Giorgio Arena
2019-11-06COMPMID-2308: NEConvolutionLayer: support QUANT8_SYMM_PER_CHANNEL filtersGeorgios Pinitas
2019-10-23COMPMID-2577: Fuse bias addition and activation in gemm assembly kernelsGeorgios Pinitas
2019-10-02COMPMID-2661: Implement complex function dynamic tensor support.Georgios Pinitas
2019-09-26COMPMID-2161 [NEON] Create IWeightManager classMichalis Spyrou
2019-07-31COMPMID-2500: Report error in Int8 Conv2d if multiplier > 1.Georgios Pinitas
2019-07-26COMPMID-2178: Update GEMM assembly code.Georgios Pinitas
2019-06-03COMPMID-2225: Add interface support for new quantized data types.Georgios Pinitas
2019-05-01COMPMID-1995: Fix clang-tidy warningsMichalis Spyrou
2019-04-08COMPMID-2098: Scope handling of memory group resources.Georgios Pinitas
2019-03-15COMPMID-1694: Fuse offset contribution with the output stage when we use NEGE...George Wort
2018-11-23COMPMID-1451: Fix MemoryManager usage.Georgios Pinitas
2018-11-15COMPMID-1783: NEGEMMConvolutionLayer fails for QASYMM8 on 32bitGeorgios Pinitas
2018-11-13COMPMID-1751: Remove output_3d_depth from NEGEMMLowpQuantizeDownInt32ToUint8S...Georgios Pinitas
2018-11-08COMPMID-1451: Fix fused activation in GEMMConvolutionLayerGeorgios Pinitas
2018-11-08COMPMID-1736: Fixed out-of-bound write in CLIm2ColGian Marco Iodice
2018-11-02COMPMID-1413 - Improve the performance of GEMMLowp with 8 bit dot product on ...Gian Marco Iodice
2018-11-02COMPMID-1451:Fuse RELU,LU_BOUNDED_RELU with requantization in NEGEMMConvoluti...Georgios Pinitas
2018-11-02COMPMID-1446 : Add support for 3D output in NEGEMMLowpOutputStageGeorgios Pinitas