torch-mlir/include/npcomp/Conversion
Sean Silva f5dfa02523 Add `aten.mm` to linalg lowering.
This is our first op with error semantics, and stresses the system.

There are a few design notes of special interest:
- RefineTypes.cpp's note about shape inference in the presence of code
  that dynamically produces and error, and it is provable statically.
- ATenToLinalg.cpp's notes about future automation of the ATen->linalg
  path.
- The notes in Passes.td about using low-tech `std.assert` ops instead
  of `shape.assuming`.

Note: Doesn't work on IREE yet due to the `std.assert` op (needs to be
lowered to `vm.fail` on the IREE side).
2021-04-16 12:03:31 -07:00
..
ATenToLinalg Add `aten.mm` to linalg lowering. 2021-04-16 12:03:31 -07:00
ATenToTCF Bump llvm-project to 0524a09cc7e1a0797982feacf505825231efbee7 2021-03-23 14:29:05 -07:00
BasicpyToStd Bump llvm-project to 0524a09cc7e1a0797982feacf505825231efbee7 2021-03-23 14:29:05 -07:00
NumpyToTCF Add NumpyToTCF conversion. 2020-07-08 21:03:57 -07:00
TCFToLinalg Make some passes run on FuncOp so they can run in parallel. 2020-11-13 16:12:18 -08:00
TCFToStd Make some passes run on FuncOp so they can run in parallel. 2020-11-13 16:12:18 -08:00
TCFToTCP Make some passes run on FuncOp so they can run in parallel. 2020-11-13 16:12:18 -08:00
CMakeLists.txt Enable building using LLVM_EXTERNAL_PROJECTS. (#152) 2021-01-26 11:43:43 -07:00
Passes.h Bump submodule versions. 2020-09-08 13:26:42 -07:00
Passes.td Add `aten.mm` to linalg lowering. 2021-04-16 12:03:31 -07:00