[Mlir-commits] [mlir] [mlir][python] enable registering dialects with the default `Context` (PR #72488)
Maksim Levental
llvmlistbot at llvm.org
Mon Nov 27 23:41:18 PST 2023
================
@@ -56,14 +56,28 @@ def get_include_dirs() -> Sequence[str]:
#
# This facility allows downstreams to customize Context creation to their
# needs.
+
+_dialect_registry = None
----------------
makslevental wrote:
My first todo for tomorrow is to update the python docs with all the stuff from the last ~6 months 😄.
https://github.com/llvm/llvm-project/pull/72488
More information about the Mlir-commits
mailing list