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 83a48ce commit 3c7d9aaCopy full SHA for 3c7d9aa
mlir/include/mlir/Dialect/GPU/Transforms/Passes.h
@@ -13,8 +13,8 @@
13
#ifndef MLIR_DIALECT_GPU_TRANSFORMS_PASSES_H_
14
#define MLIR_DIALECT_GPU_TRANSFORMS_PASSES_H_
15
16
-#include "mlir/Dialect/GPU/Utils/GPUUtils.h"
17
#include "mlir/Dialect/GPU/IR/GPUDialect.h"
+#include "mlir/Dialect/GPU/Utils/GPUUtils.h"
18
#include "mlir/IR/PatternMatch.h"
19
#include "mlir/Pass/Pass.h"
20
#include <optional>
0 commit comments