Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
部分3x3case竞品性能超过50%,经分析其使用了winograd算法,所以卷积dw里补充winograd实现,提升对应场景性能
conv反向
有效提升3x3 kernel下的卷积性能
在原有conv3d_backprop_filter_v2算子接口内补充Winograd模板参数,并实现winograd算法
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
Backgroud(背景信息)
部分3x3case竞品性能超过50%,经分析其使用了winograd算法,所以卷积dw里补充winograd实现,提升对应场景性能
Origin(信息来源)
conv反向
Benefit / Necessity (价值/作用)
有效提升3x3 kernel下的卷积性能
Design(设计方案)
在原有conv3d_backprop_filter_v2算子接口内补充Winograd模板参数,并实现winograd算法