aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEWinogradConvolutionLayer.cpp
AgeCommit message (Expand)Author
2024-01-10Fix compilation error on GCC 13.2Jakub Sujak
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2022-07-14Integrate new winograd APIs from MLTechramelg01
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas
2021-07-23Port NEFullyConnectedLayer to memory injecting interfaceMichele Di Giorgio
2021-07-16Avoid multiple Rhs matrix transformation on ClGemmGeorgios Pinitas
2021-07-13Port NEWinogradConvolutionLayerMichalis Spyrou
2021-06-25Port NEGEMMConv2d to memory injecting interfaceMichele Di Giorgio
2021-05-14Rename NEGEMMAssembly to CpuGemmAssemblySang-Hoon Park
2021-04-06Mixed data-layout testing on high priority operatorsManuel Bottini
2021-02-25Avoid division with zeroGeorgios Pinitas
2021-01-15Release winograd transformed weights if not needed on NEONGeorgios Pinitas
2020-12-09Move NEGEMMAssemblyDispatch as an internal functionGeorgios Pinitas
2020-12-01Update default C++ standard to C++14Georgios Pinitas
2020-11-03COMPMID-3638: Move NEON kernelsMichalis Spyrou
2020-10-20COMPMID-3637: Move utility headers from arm_compute to srcSang-Hoon Park
2020-07-09COMPMID-3324: Adjusting capitalization of Arm copyright claim to reflect Arm ...Michele Di Giorgio
2020-07-02COMPMID-3501 Modify heuristics for f16+fastmath NEON Winograd ConvSiCong Li
2020-06-17COMPMID-3520: Move ndrange.hpp header from arm_gemm to assemblyMichele Di Giorgio
2020-05-13COMPMID-3108: Add Winograd 3x3,4x4 FP16 support for NEONGeorgios Pinitas
2020-03-11COMPMID-3069: Remove unnecessary uses of ToolchainSupport.hMatthew Bentham
2019-11-08COMPMID-2576: Fuse activation in Winograd output transform.Pablo Tello
2019-08-14COMPMID-2568: NEON Convolution layer failuregiuros01
2019-07-01COMPMID-2427: Remove structurally dead codeGeorgios Pinitas
2019-05-01COMPMID-1995: Fix clang-tidy warningsMichalis Spyrou
2019-04-18COMPMID-2112: Rework memory manager support in NEWinogradLayerGeorgios Pinitas
2019-04-16COMPMID-2063: New Winograd implementationPablo Tello
2019-04-08COMPMID-2098: Scope handling of memory group resources.Georgios Pinitas
2018-11-23COMPMID-1451: Fix MemoryManager usage.Georgios Pinitas
2018-11-08COMPMID-1773: Replaced Gemm wrapper for NEGEMM in NEWinogradPablo Tello
2018-11-02COMPMID-1701: small cleanup NEWinogradConvolutionLayer.Pablo Tello
2018-11-02COMPMID-1590: Memory corruption in arm_compute_validation.Pablo Tello
2018-11-02COMPMID-1552: support kernels sizes 1x7, 7x1, 1x5, 5x1 in NEWinogradPablo Tello
2018-11-02COMPMID-1247:Integrate kernel size 1x3 & 3x1 support in NEWinogradLayer.Pablo Tello
2018-11-02COMPMID-1248 Enabled memory manager in NEWinogradConvolutionLayerAnthony Barbier
2018-11-02COMPMID-1357: Stop passing around raw pointers in NEWinogradConvolutionAnthony Barbier
2018-11-02COMPMID-1357: Port NEWinogradConvolution to use NEGEMMAssemblyDispatchAnthony Barbier
2018-11-02COMPMID-1381: Cleaned up the AssemblyHelper interfaceAnthony Barbier
2018-11-02COMPMID-1334 (Nightly) Fix std::bad_alloc error in 32-bit NEON runsGiorgio Arena
2018-11-02COMPMID-1287: Extending NEWinogradLayer test suitePablo Tello
2018-11-02COMPMID-1145: (API) Introduce prepare() stage (NEON/CL/GLES)Georgios Pinitas
2018-11-02COMPMID-1162: Enable NHWC data layout support for NEWinogradConvolutionLayer ...Pablo Tello
2018-11-02COMPMID-1209: Enable memory manager for the GEMM workspace bufferGeorgios Pinitas
2018-11-02COMPMID-1106 Add fast math support in NEWinogradConvolutionLayerGiorgio Arena
2018-11-02COMPMID-1102 : Enable the use of 4x4 tile sizes in neon implementation of win...Vidhya Sudhan Loganathan
2018-11-02COMPMID-959: Perform pretranspose if allowed on NEON assemblyGeorgios Pinitas
2018-11-02COMPMID-1074: Rename WinograLayer.cpp to WinogradConvolutionLayer.cppGeorgios Pinitas