[Mlir-commits] [mlir] [mlir][python] meta region_op (PR #75673)
Maksim Levental
llvmlistbot at llvm.org
Tue Dec 19 18:09:21 PST 2023
================
@@ -30,6 +29,14 @@ declare_mlir_python_sources(MLIRPythonSources.Core.Python
_mlir_libs/_mlir/passmanager.pyi
)
+declare_mlir_python_sources(MLIRPythonSources.Core.Python.Extras
+ ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/mlir"
+ ADD_TO_PARENT MLIRPythonSources.Core.Python
+ SOURCES
+ extras/types.py
----------------
makslevental wrote:
Yea I've started "colonizing" in various extracurricular places as well. I think it should be fine - it's a `NameSpace` package after all so we can all share. But it's a good point to be mindful of whether downstream people have started populating (the produced effect is downstream overwrites which isn't fun...).
https://github.com/llvm/llvm-project/pull/75673
More information about the Mlir-commits
mailing list