pytorch
1ceb9040 - [TensorExpr] Add plumbing for conv2d fusion. (#54439)

Commit
3 years ago
[TensorExpr] Add plumbing for conv2d fusion. (#54439) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/54439 For now the only way to represent conv2d in TE is via an external call, and since aten library doesn't have an out variant for conv2d, the external call has to perform an extra copy. Because of that fusing conv2d now regressed performance and hence is disabled. However, in near future we should have two alternative ways to enable it: 1) represent conv2d natively in TE (without an external call) 2) add an out variant for conv2d Test Plan: Imported from OSS Reviewed By: bertmaher Differential Revision: D27237045 Pulled By: ZolotukhinM fbshipit-source-id: f5545ff711b75f9f37bc056316d1999a70043b4c
Author
Mikhail Zolotukhin
Parents
Loading