pytorch
569eff85 - inductor: enhance conv+binary fusion path test for cpu path (#100058)

Commit
1 year ago
inductor: enhance conv+binary fusion path test for cpu path (#100058) The motivations for this PR are: 1. Add negative/positive testing for conv+binary fusion path. 2. Add alias check for in-place fusion path: if the write buffer is an alias tensor, we will lower the out-place path(one test is also added). 3. Fix https://github.com/pytorch/pytorch/issues/99842. Pull Request resolved: https://github.com/pytorch/pytorch/pull/100058 Approved by: https://github.com/jgong5, https://github.com/jansel
Author
Committer
Parents
Loading