diff options
-rw-r--r-- | mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h b/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h index 757ee3ad1a7..1bba2953273 100644 --- a/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h +++ b/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h @@ -49,7 +49,7 @@ bool isProducedByOpOfType(Operation *consumerOp, Value consumedView) { // success. //////////////////////////////////////////////////////////////////////////////// -/// Tiles `op` by `sizes` permuting the looops according to `permutation` +/// Tiles `op` by `sizes` permuting the loops according to `permutation` /// and sets the attribute `kLinalgTransformMarker` to `linalgMarker`. /// The permutation is expressed as a list of integers that specify /// the new ordering of the loop nest. The length of `permutation` |