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 d8e2123 commit c767ee1Copy full SHA for c767ee1
mlir/lib/Bindings/Python/RegisterEverything.cpp
@@ -7,8 +7,8 @@
7
//===----------------------------------------------------------------------===//
8
9
#include "mlir-c/RegisterEverything.h"
10
-#include "mlir/Bindings/Python/NanobindAdaptors.h"
11
#include "mlir/Bindings/Python/Nanobind.h"
+#include "mlir/Bindings/Python/NanobindAdaptors.h"
12
13
NB_MODULE(_mlirRegisterEverything, m) {
14
m.doc() = "MLIR All Upstream Dialects, Translations and Passes Registration";
0 commit comments