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 ca80408 commit c8c2faeCopy full SHA for c8c2fae
mlir/lib/Bindings/Python/Pass.cpp
@@ -10,9 +10,10 @@
10
11
#include "IRModule.h"
12
#include "mlir-c/Pass.h"
13
+// clang-format off
14
#include "mlir/Bindings/Python/Nanobind.h"
-
15
#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
16
+// clang-format on
17
#include "nanobind/trampoline.h"
18
19
namespace nb = nanobind;
0 commit comments