torch-mlir/lib/Conversion
Sean Silva 1c7c362e29 [TCP] Replace tcp.matmul with linalg.matmul.
This involved adding a `tcp.splatted` op to splat a dynamically sized
init tensor. See rationale in TCPOps.td docs.

One interesting observation is that when lowering tcf.matmul to
linalg.matmul, we need to both 1) create the error checks and 2)
calculate a shape transfer function to create the init tensors.
Previously, 2) was deferred to bufferizing tcp.matmul later. I'm not
sure if this is a conflation of concerns or not. For now, it's not a big
burden.
2020-11-10 18:58:28 -08:00
..
ATenToTCF Add aten.maximum op and conversions from aten->tcf. 2020-11-04 17:20:54 -08:00
BasicpyToIREEVM Start reworking towards a shared library build. 2020-10-09 16:02:58 -07:00
BasicpyToStd Bump llvm-project to c8c07b76b2cf2ada8e7ec132f7f57b97d76743cf. 2020-10-29 15:25:55 -07:00
NumpyToTCF Bump llvm-project to c8c07b76b2cf2ada8e7ec132f7f57b97d76743cf. 2020-10-29 15:25:55 -07:00
TCFToLinalg [TCP] Replace tcp.matmul with linalg.matmul. 2020-11-10 18:58:28 -08:00
TCFToStd [TCP] Replace elementwise ops with std elementwise ops. 2020-11-10 18:58:28 -08:00
TCFToTCP [TCP] Replace tcp.matmul with linalg.matmul. 2020-11-10 18:58:28 -08:00
CMakeLists.txt [TCP] Replace tcp.matmul with linalg.matmul. 2020-11-10 18:58:28 -08:00
PassDetail.h Initial TCF/TCP E2E seed. 2020-05-08 20:20:41 -07:00
Passes.cpp [TCP] Replace tcp.matmul with linalg.matmul. 2020-11-10 18:58:28 -08:00