moskewcz / boda

Boda: A C++ Framework for Efficient Experiments in Computer Vision
Other
63 stars 12 forks source link

Winograd vs CUDNN benchmarks #16

Closed bhack closed 2 years ago

bhack commented 7 years ago

What perforamce we could achive without a Winograd implementation? See last benchmark results at https://www.nervanasys.com/winograd-3/

aryamazaheri commented 6 years ago

@bhack We implemented a Winograd convolution for Boda. https://github.com/TUD-UCB-Boda/boda/pull/8

Are you also interested in the performance comparison of Winograd/Direct convolutions in different frameworks?