Skip to content

Commit bac1f12

Browse files
committed
NFC; fix typo in comment
This should have gone in with a76761c.
1 parent a76761c commit bac1f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ fuseTensorOpsImpl(LinalgOp producer, OpOperand &consumerOpOperand,
199199
consumerOperands.end());
200200

201201
// Compute indexing_maps for the fused operation. The indexing_maps for the
202-
// operands of the consumers that arent fused are the same. The
202+
// operands of the consumers that aren't fused are the same. The
203203
// indexing_maps for the producers need to be computed based on the
204204
// indexing_map of the operand at consumerIdx in the consumer.
205205
SmallVector<Attribute, 4> fusedIndexMaps;

0 commit comments

Comments
 (0)