aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/operators/ClConv2d.cpp
AgeCommit message (Expand)Author
2023-09-28Apply clang-format on repositoryFelix Thomasmathibalan
2023-09-04Remove legacy PostOps codeJakub Sujak
2022-12-29Update the ClConv2d heuristicGian Marco Iodice
2022-09-09Rework heuristic in ClConv2dGian Marco Iodice
2022-09-02Enable Winograd-based conv2d when IFM>=8 on GpuGian Marco Iodice
2022-08-17Revert "Fix performance regression in ClConv2D"Ramy Elgammal
2022-08-16Fix performance regression in ClConv2DGian Marco Iodice
2022-08-11Fix performance regression in Conv2D on OpenCLAdnan AlSinan
2022-08-05Fix LeNet-f16 convolution regressionAdnan AlSinan
2022-07-22Update ClConv2D heuristic to use direct convolutionAdnan AlSinan
2022-02-21Fix performance regression on Arm(R) Mali(TM)-G71Gian Marco Iodice
2022-02-10Fix performance regression on the first layer of convolution-based modelGian Marco Iodice
2022-01-21Fix heuristic in ClConv2DGian Marco Iodice
2021-12-10Use #if directive instead of regular condition in CLDirectConv2DGiorgio Arena
2021-12-01Improve start-up direct convolution on OpenCLGian Marco Iodice
2021-11-01Add PostOp support to GEMM and CLGEMM operators and functions Part 2SiCongLi
2021-09-28Provide logging for configure functions in all gpu operatorsramelg01
2021-08-25Move CPU/GPU files from Core/Runtime to the respective backend foldersGeorgios Pinitas