[Mlir-commits] [mlir] [mlir][python] automatic location inference (PR #151246)
Jacques Pienaar
llvmlistbot at llvm.org
Thu Jul 31 01:35:49 PDT 2025
================
@@ -13,9 +13,9 @@
#include "Globals.h"
#include "NanobindUtils.h"
+#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
----------------
jpienaar wrote:
I believe I ran into some errors with this ordering, which is why I put it at end with comment. But fine if it works, then lets just remove the comment.
https://github.com/llvm/llvm-project/pull/151246
More information about the Mlir-commits
mailing list