We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5055a7 commit 6d2f472Copy full SHA for 6d2f472
mlir/lib/Bindings/Python/Pass.cpp
@@ -11,8 +11,8 @@
11
#include "IRModule.h"
12
#include "mlir-c/Pass.h"
13
#include "mlir/Bindings/Python/Nanobind.h"
14
-#include "nanobind/trampoline.h"
15
#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
+#include "nanobind/trampoline.h"
16
17
namespace nb = nanobind;
18
using namespace nb::literals;
0 commit comments