[Mlir-commits] [mlir] [mlir][python] meta region_op (PR #75673)

Stella Laurenzo llvmlistbot at llvm.org
Tue Dec 19 17:58:35 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
----------------
stellaraccident wrote:

Just so you are aware, I recently started colonizing this extras/ folder as well. See https://github.com/llvm/torch-mlir/blob/main/python/CMakeLists.txt#L38 . Just so we are aware this is now a shared namespace of sorts.

https://github.com/llvm/llvm-project/pull/75673


More information about the Mlir-commits mailing list