NFC; fix typo in comment

This should have gone in with a76761cf0d.
This commit is contained in:
Sanjoy Das 2021-02-10 21:34:29 -08:00
parent a76761cf0d
commit bac1f12727

View File

@ -199,7 +199,7 @@ fuseTensorOpsImpl(LinalgOp producer, OpOperand &consumerOpOperand,
consumerOperands.end());
// Compute indexing_maps for the fused operation. The indexing_maps for the
// operands of the consumers that arent fused are the same. The
// operands of the consumers that aren't fused are the same. The
// indexing_maps for the producers need to be computed based on the
// indexing_map of the operand at consumerIdx in the consumer.
SmallVector<Attribute, 4> fusedIndexMaps;