torch-mlir/include/npcomp/Dialect/ATen
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.td Bump submodule versions. 2020-09-08 13:26:42 -07:00
ATenDialect.h Bump submodule versions. 2020-09-08 13:26:42 -07:00
ATenLayerNamePass.h Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
ATenLoweringPass.h Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
ATenOpInterface.td Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
ATenOpInterfaces.h Format sources. 2020-08-27 14:47:49 -07:00
ATenOpReport.h Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
ATenOpStatisticsUtils.h Format sources. 2020-08-27 14:47:49 -07:00
ATenOps.td Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
ATenPasses.h Format sources. 2020-08-27 14:47:49 -07:00
ATenToStd.h Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
ATenToStd.td Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
CMakeLists.txt Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
LivenessReport.h Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00
ReturnEliminationPass.h Add ATen Dialect (#16) 2020-08-12 19:28:04 -07:00