dynconv icon indicating copy to clipboard operation
dynconv copied to clipboard

Does the cuda version support standard convolutions?

Open wenbinTse opened this issue 4 years ago • 2 comments

Thanks for your amazing work.

I want to apply your method to a standard convolution instead of a depthwise one. Does your cuda code support standard convolutions?

wenbinTse avatar Jul 27 '20 11:07 wenbinTse

Hi, I did not find a fast and straightforward CUDA implementation of standard convolutions so I was not able to integrate the method. Standard convolutions are hard to implement efficiently and cuDNN is closed source.

thomasverelst avatar Jul 27 '20 13:07 thomasverelst

Thanks for your reply, hoping that the method will be applied to standard convolutions and more other applications.

wenbinTse avatar Jul 28 '20 08:07 wenbinTse