[Mlir-commits] [mlir] [mlir][Python] port in-tree dialect extensions to use MLIRPythonSupport (PR #174156)
Maksim Levental
llvmlistbot at llvm.org
Mon Jan 5 09:37:48 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>
----------------
makslevental wrote:
whoops
https://github.com/llvm/llvm-project/pull/174156
More information about the Mlir-commits
mailing list