pytorch/test/cpp
Mikhail Zolotukhin 2decccea2e [TensorExpr] Implement shape inference for TE. (#41451)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/41451

Since TE operates on a limited subset of ops with a well-defined
semantics, we can easily infer shapes of intermediate and output tensors
given shapes of the inputs.

There is a couple of ops that are not yet supported in the shape
inference, once we add them we could relax the shape info requirements
in the TE fuser: currently it requires all values in the fusion group to
have shapes known and we can change it to only inputs.

Test Plan: Imported from OSS

Reviewed By: eellison

Differential Revision: D22543470

Pulled By: ZolotukhinM

fbshipit-source-id: 256bae921028cb6ec3af91977f12bb870c385f40
2020-07-31 20:05:21 -07:00
..
api Add test to cross function 2020-07-29 22:48:52 -07:00
common Trim libshm deps, move tempfile.h to c10 (#17019) 2019-02-13 19:38:35 -08:00
dist_autograd Release DistAutogradContainer context for each dist_autograd test case (#38711) 2020-06-18 20:58:55 -07:00
jit [jit] make clone works for interface type (#42121) 2020-07-31 10:24:27 -07:00
rpc Revert D22812445: Update TensorPipe submodule 2020-07-31 10:16:48 -07:00
tensorexpr [TensorExpr] Implement shape inference for TE. (#41451) 2020-07-31 20:05:21 -07:00
__init__.py remediation of S205607 2020-07-17 17:19:47 -07:00