thomasverelst / dynconv

Code for Dynamic Convolutions: Exploiting Spatial Sparsity for Faster Inference (CVPR2020)
https://arxiv.org/abs/1912.03203
126 stars 14 forks source link

Does the cuda version support standard convolutions? #4

Open wenbinTse opened 4 years ago

wenbinTse commented 4 years ago

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?

thomasverelst commented 4 years ago

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.

wenbinTse commented 4 years ago

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