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 202356d commit bffa11bCopy full SHA for bffa11b
mlir/lib/Bindings/Python/DialectGPU.cpp
@@ -9,8 +9,8 @@
9
#include "mlir-c/Dialect/GPU.h"
10
#include "mlir-c/IR.h"
11
#include "mlir-c/Support.h"
12
-#include "mlir/Bindings/Python/NanobindAdaptors.h"
13
#include "mlir/Bindings/Python/Nanobind.h"
+#include "mlir/Bindings/Python/NanobindAdaptors.h"
14
15
namespace nb = nanobind;
16
using namespace nanobind::literals;
0 commit comments