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 f3520c5 commit 40d8d41Copy full SHA for 40d8d41
mlir/lib/Bindings/Python/IRAffine.cpp
@@ -17,9 +17,9 @@
17
#include "NanobindUtils.h"
18
#include "mlir-c/AffineExpr.h"
19
#include "mlir-c/AffineMap.h"
20
+#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
21
#include "mlir-c/IntegerSet.h"
22
#include "mlir/Bindings/Python/Nanobind.h"
-#include "mlir-c/Bindings/Python/Interop.h" // This is expected after nanobind.
23
#include "mlir/Support/LLVM.h"
24
#include "llvm/ADT/Hashing.h"
25
#include "llvm/ADT/SmallVector.h"
0 commit comments