We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cb5d5 commit 45e7b41Copy full SHA for 45e7b41
mlir/python/mlir/_mlir_libs/__init__.py
@@ -94,6 +94,7 @@ def process_initializer_module(module_name):
94
"encountered otherwise and the MLIR Python API may not function."
95
)
96
logger.warning(message, exc_info=True)
97
+ return False
98
99
logger.debug("Initializing MLIR with module: %s", module_name)
100
if hasattr(m, "register_dialects"):
0 commit comments