Skip to content

Commit a76761c

Browse files
committed
NFC comment-only cleanups
- Remove leftover comment from de2568a - Fix a typo in a comment
1 parent 3d15b7e commit a76761c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ using namespace mlir;
2626
using namespace mlir::linalg;
2727

2828
/// Implementation of fusion of generic ops and indexed_generic ops.
29-
// struct FuseGenericOpsOnTensors {
3029
static bool areTensorOpsFusable(LinalgOp producer, LinalgOp consumer,
3130
unsigned consumerIdx) {
3231
// Producer and consumer must have tensor semantics.

0 commit comments

Comments
 (0)