pytorch
4ca2fc48 - inductor(CPU): add Conv+binary+unary fusion filter (#90259)

Commit
2 years ago
inductor(CPU): add Conv+binary+unary fusion filter (#90259) For Conv+binary+unary fusion, we only support conv+add+relu, this PR adds a such check to fix TIMM failed models. TODO: enable more Conv+binary+unary fusion to improve TIMM models' performance. Pull Request resolved: https://github.com/pytorch/pytorch/pull/90259 Approved by: https://github.com/EikanWang, https://github.com/jgong5, https://github.com/jansel
Author
Committer
Parents
Loading