torch-mlir/test/Dialect
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
..
ATen Add a number of kernels and new patterns. 2020-11-04 14:36:59 -08:00
Basicpy Add remaining pieces to capture full example models. 2020-10-19 22:16:59 -07:00
Numpy Add NumpyPublicFunctionsToTensor pass. 2020-07-08 22:51:54 -07:00
Refback [RefBackend] Use more idiomatic bufferize pattern for TCP. 2020-10-15 20:15:53 -07:00
Refbackrt [RefBackend] Rename Npcomprt dialect to Refbackrt. 2020-10-08 09:07:00 -07:00
TCF [RefE2E] Add support for unary ops exp and tanh 2020-09-24 18:41:30 -07:00
TCP [TCP] Replace tcp.matmul with linalg.matmul. 2020-11-10 18:58:28 -08:00
Torch Expose signature metadata to ops and implement ATenRecognizeKernelsPass pass. 2020-10-26 20:31:45 -07:00