torch-mlir/test
Ashay Rane ad283c1043
python: trim registration and loading of dialects and passes (#1084)
In the interest of merging upstream LLVM quickly, a previous patch
(7f08169) updated the torch-mlir build to register all dialects and
passes through Python bindings.  This patch limits the dialects and
passes to only those that are used in torch-mlir.

Key to this change are the removal of
`MLIRPythonExtension.RegisterEverything` and the introduction of a new
Python module (`_mlir_libs/_site_initialize_0.py`), where we register
the dialects and passes used by torch-mlir.
2022-07-20 18:34:17 -07:00
..
Conversion [MHLO] Init MHLO integration. (#1083) 2022-07-20 16:18:16 -07:00
Dialect [MLIR][TORCH] Add canonicalization pattern for prim.ListUnpack op 2022-07-18 13:51:25 +05:30
RefBackend mlir: bump llvm tag to 5380e3 (#856) 2022-05-16 12:54:35 -07:00
python python: trim registration and loading of dialects and passes (#1084) 2022-07-20 18:34:17 -07:00
CMakeLists.txt [MHLO] Init MHLO integration. (#1083) 2022-07-20 16:18:16 -07:00
lit.cfg.py Add tool substitutions to support out-of-tree builds 2021-10-07 21:16:43 -07:00
lit.site.cfg.py.in [MHLO] Init MHLO integration. (#1083) 2022-07-20 16:18:16 -07:00