mil-tokyo / webdnn

The Fastest DNN Running Framework on Web Browser
https://mil-tokyo.github.io/webdnn
Other
1.97k stars 146 forks source link

Support splitting im2col in Conv #956

Closed milhidaka closed 2 years ago

milhidaka commented 2 years ago

im2col step in Conv produces large temporary tensor, which sometimes exceeds texture size limit. The new code automatically divides tensor to avoid large texture.