[Mlir-commits] [mlir] bac1f12 - NFC; fix typo in comment

Sanjoy Das llvmlistbot at llvm.org
Wed Feb 10 21:35:26 PST 2021


Author: Sanjoy Das
Date: 2021-02-10T21:34:29-08:00
New Revision: bac1f12727835bd8b80ad3db256457ef91eed63b

URL: https://github.com/llvm/llvm-project/commit/bac1f12727835bd8b80ad3db256457ef91eed63b
DIFF: https://github.com/llvm/llvm-project/commit/bac1f12727835bd8b80ad3db256457ef91eed63b.diff

LOG: NFC; fix typo in comment

This should have gone in with a76761cf0deeb223ca1c0b0e5ee68cfcd436e0c4.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp b/mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
index b7dda2e13ef7..4dc22c2219d4 100644
--- a/mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
+++ b/mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
@@ -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;


        


More information about the Mlir-commits mailing list