torch-mlir/python/npcomp/compiler
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
..
generic/backend Sever C++ level depend on IREE and rebase on exe and python interface. 2020-11-16 21:32:56 -08:00
numpy Bump llvm-project to 223dcdcfbe23affdf17ada7f023ee1872fd76160 2021-04-05 17:56:35 -07:00
pytorch Add `aten.mm` to linalg lowering. 2021-04-16 12:03:31 -07:00
utils NFC: Delete npcomp python API and switch to upstream. 2021-01-08 10:46:24 -08:00