Skip to content

Commit 321aea7

Browse files
committed
nit
1 parent 333c4e0 commit 321aea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
// This file implements the linalg dialect Fusion on tensors operations pass.
1010
//
1111
//===----------------------------------------------------------------------===//
12+
1213
#include "mlir/Dialect/Linalg/Passes.h"
13-
#include <iostream>
14+
1415

1516
#include "mlir/Dialect/Affine/IR/AffineOps.h"
1617
#include "mlir/Dialect/Arith/IR/Arith.h"
@@ -21,7 +22,6 @@
2122
#include "mlir/Dialect/Tensor/Transforms/Transforms.h"
2223
#include "mlir/IR/AffineExpr.h"
2324
#include "mlir/IR/AffineMap.h"
24-
#include "mlir/IR/BuiltinTypes.h"
2525
#include "mlir/IR/Matchers.h"
2626
#include "mlir/IR/PatternMatch.h"
2727
#include "mlir/Support/LLVM.h"

0 commit comments

Comments
 (0)