Andrew Lavin
Andrew Lavin
I will leave this issue open until my pull request is accepted. In the mean time, anybody who is blocked by this bug can use maxDNN from my fork, here:...
I am not sure I understand the question. Can you please elaborate?
The minimal Winograd (modified Cook-Toom) algorithms calculated by wincnn are most effective with small tiles. You would normally use a tile size of 2 or 4 and tile the input....
I really wouldn't ever use a Winograd minimal filtering algorithm (modified cook-toom algorithm) for anything bigger than F(6, 3), F(4, 5), or F(2, 7). All these have an input tile...