[Mlir-commits] [mlir] [mlir][Python] port in-tree dialect extensions to use MLIRPythonSupport (PR #174156)

Jakub Kuderski llvmlistbot at llvm.org
Mon Jan 5 09:37:33 PST 2026


================
@@ -9,83 +9,111 @@
 #include "mlir-c/Dialect/GPU.h"
 #include "mlir-c/IR.h"
 #include "mlir-c/Support.h"
+#include "mlir/Bindings/Python/IRCore.h"
 #include "mlir/Bindings/Python/Nanobind.h"
 #include "mlir/Bindings/Python/NanobindAdaptors.h"
 
+#include <mlir/Bindings/Python/IRAttributes.h>
----------------
kuhar wrote:

do not use system includes?

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


More information about the Mlir-commits mailing list