[Mlir-commits] [mlir] [mlir][python] enable registering dialects with the default `Context` (PR #72488)
Mehdi Amini
llvmlistbot at llvm.org
Mon Nov 27 21:34:23 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
----------------
joker-eph wrote:
Document please?
https://github.com/llvm/llvm-project/pull/72488
More information about the Mlir-commits
mailing list