torch-mlir/include/npcomp/Dialect
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
..
ATen Bump submodule versions. 2020-09-08 13:26:42 -07:00
Basicpy Bump submodule versions. 2020-09-08 13:26:42 -07:00
Npcomprt Bump submodule versions. 2020-09-08 13:26:42 -07:00
Numpy Bump submodule versions. 2020-09-08 13:26:42 -07:00
TCF Bump submodule versions. 2020-09-08 13:26:42 -07:00
TCP Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
CMakeLists.txt Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00