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 83107e0 commit 377a047Copy full SHA for 377a047
mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h
@@ -9,6 +9,10 @@
9
#ifndef MLIR_DIALECT_XEGPU_TRANSFORMS_TRANSFORMS_H
10
#define MLIR_DIALECT_XEGPU_TRANSFORMS_TRANSFORMS_H
11
12
+#include "llvm/ADT/SmallVector.h"
13
+#include "llvm/Support/LogicalResult.h"
14
+#include "mlir/IR/Operation.h"
15
+
16
#include <functional>
17
#include <optional>
18
#include <utility>
0 commit comments