Abstract: Winograd algorithm can effectively reduce the computational complexity of convolution operation. Effectively using the parallelism of Winograd convolution algorithm can effectively improve ...
why there is no jit implementation for winograd, I see only ACL winograd implementation Why winograd convolution is not used compared to normal convolution? is it because of the accuracy issue? Any ...
I am trying to gather the performance results of MKL-DNN's Winograd convolution with below case, but found performance drop when using Winograd convolution shape = (16,3,1024,1024) data = ...