torch-mlir/include/npcomp/Dialect
Sean Silva 1dfcfa9cd1 Add aten.mm op and "test" it e2e.
Note that unlike aten.matmul which has dynamic behavior
depending on the argument ranks (can do matrix-matrix, matrix-vector,
batch matmul, etc.), aten.mm is just a vanilla matrix
multiply, which can be lowered precisely to tcf.matmul.

The "test" is really just an example that I stared at while getting my
feet wet with this. We probably want something that actually tests this
as part of `ninja check-npcomp`.
2020-11-20 17:21:24 -08:00
..
ATen Add aten.mm op and "test" it e2e. 2020-11-20 17:21:24 -08:00
Basicpy Bump llvm-project to 72ddd559b8aafef402091f8e192e025022e4ebef 2020-10-30 18:12:41 -07:00
Numpy More progress on PyTorch acap device capture. 2020-10-15 21:43:21 -07:00
Refback [RefBackend] Open-code shape.get_extent as extract_element 2020-11-17 11:00:38 -08:00
Refbackrt [RefBackend] Use std.global_memref instead of homegrown thing 2020-11-13 18:43:50 -08:00
TCF [RefBackend] Support element-wise multiply op 2020-10-27 19:41:23 -07:00
TCP [TCP] Replace tcp.matmul with linalg.matmul. 2020-11-10 18:58:28 -08:00
Torch Add a number of kernels and new patterns. 2020-11-04 14:36:59 -08:00
CMakeLists.txt [RefBackend] Rename RefBackend dialect to Refback 2020-10-08 09:07:00 -07:00