Skip to content

Commit 362f726

Browse files
IanWood1qedawkins
andauthored
Update mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp
Co-authored-by: Quinn Dawkins <[email protected]>
1 parent 5c96ba1 commit 362f726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ static bool isOpOperandCanBeDroppedAfterFusedLinalgs(
9090
}
9191
if (indexingMaps.empty()) {
9292
// If there are no indexing maps, the operand can only be dropped
93-
// if neither ops op have loops.
93+
// if neither op has loops.
9494
return producer.getNumLoops() == 0 && consumer.getNumLoops() == 0;
9595
}
9696

0 commit comments

Comments
 (0)