torch-mlir/test/E2E
Stella Laurenzo 97d83f786a Bump submodule versions.
* llvm-project: b5924a8e27536d19dd5c4d302db29fb6163d5faa
* mhlo: 848ca244d20f045b7921da55a98a04d95ef94f0e
* Multiple breakages that need to be fixed.

Fixes:
* Refactor dialect registration
* Remove all kindof methods (Casting functionality has been added upstream and is implicitly
available, see https://llvm.discourse.group/t/removing-kinds-from-attributes-and-types/1547.)
* Update dialect registration to comply with https://reviews.llvm.org/D85495.
* Remove type kinds and update some changed dialect signatures.
* Upgrade ATen dialect to match upstream needs.
  * Move dialect registration to tablegen.
  * Register the ListType in tablegen.
  * Change dialect initialization signature.
* Use TypeSwitch in MlirIr location printer.
* Remove global registry depends from npcomp-opt.
* Change LowerToLLVM to pass an MLIRContext vs an LLVMDialect for type creation.
* Remove dep on MLIREDSCInterface that is removed upstream.
* Thread through the DialectRegistry for opt and python-like tools.
* Modernize pass registration (This was forced because the GEN_PASS_REGISTRATION code now generates inline functions vs literal pass registration statements)

Co-authored-by: Marius Brehler <marius.brehler@iml.fraunhofer.de>
2020-09-08 13:26:42 -07:00
..
e2e-basic.mlir Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
e2e-constants.mlir Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
e2e-mixed-ranks.mlir Rework e2e flow to use new "npcomprt" 2020-07-08 19:36:19 -07:00
lower-alloc-memref-ops.mlir Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
lower-constant-tensors-to-memrefs.mlir npcomprt: add support for constants 2020-07-10 17:31:24 -07:00
lower-linalg-tensor-to-memref.mlir Add custom assembly format for tcp.alloc_memref/tcp.get_extent 2020-05-11 15:28:34 -07:00
lower-ranked-shapes.mlir Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
lower-to-llvm-global.mlir Bump submodule versions. 2020-09-08 13:26:42 -07:00
lower-to-llvm.mlir Bump submodule versions. 2020-09-08 13:26:42 -07:00
lower-to-npcomprt-abi.mlir Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
resolve-shape-of-ops.mlir Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
resolve-tensor-load-store-ops.mlir Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00