torch-mlir/test/Dialect/Torch
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
..
adjust-calling-conventions.mlir Add torch-adjust-calling-conventions pass. 2021-04-05 17:56:35 -07:00
globalize-object-graph-error.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
globalize-object-graph-free-functions.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
globalize-object-graph-initializers.mlir Give torch.global_slot an initializer region. 2021-02-26 16:24:19 -08:00
globalize-object-graph-methods.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
globalize-object-graph-module-uses-error.mlir Extend GlobalizeObjectGraph to handle torch.prim.GetAttr returning NnModuleType 2021-02-19 10:23:25 -08:00
globalize-object-graph-module-uses.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
globalize-object-graph-multiple-instances-error.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
globalize-object-graph-multiple-instances-multiple-module-args.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
globalize-object-graph-multiple-instances.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
globalize-object-graph-submodules.mlir Give torch.global_slot an initializer region. 2021-02-26 16:24:19 -08:00
globalize-object-graph-visibility.mlir Add ability to annotate TorchScript classes. 2021-02-25 11:28:34 -08:00
globalize-object-graph.mlir Give torch.global_slot an initializer region. 2021-02-26 16:24:19 -08:00
invalid.mlir Basic infra for annotate shapes and dtypes on arguments. 2021-04-01 18:40:03 -07:00
ops.mlir Implement GlobalizeObjectGraph transformation. 2021-02-18 18:18:47 -08:00
prepare-for-globalize-object-graph.mlir Support multiple instances of a class in GlobalizeObjectGraph. 2021-03-11 19:21:07 -08:00
refine-types.mlir Add `aten.mm` to linalg lowering. 2021-04-16 12:03:31 -07:00