moskewcz / boda

Boda: A C++ Framework for Efficient Experiments in Computer Vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Winograd vs CUDNN benchmarks

bhack opened this issue · comments

commented

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

@bhack We implemented a Winograd convolution for Boda.
TUD-UCB-Boda/boda#8

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