Skip to content

Commit

Permalink
[mlir] Remove linalg.indexed_generic forward decl.
Browse files Browse the repository at this point in the history
  • Loading branch information
pifon2a committed Jun 17, 2021
1 parent eaf60a4 commit 7cddf56
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ LogicalResult verifyStructuredOpInterface(Operation *op);
} // namespace linalg
} // namespace mlir

namespace mlir {
namespace linalg {
class IndexedGenericOp;
} // namespace linalg
} // namespace mlir
#include "mlir/Dialect/Linalg/IR/LinalgInterfaces.h"

#define GET_OP_CLASSES
Expand Down

0 comments on commit 7cddf56

Please sign in to comment.