From 2e5a75581c7636fb223ebda6297f7be62ffe6b1e Mon Sep 17 00:00:00 2001 From: wyzhao <951425797@qq.com> Date: Mon, 23 Dec 2019 16:11:29 +0800 Subject: [PATCH] [mlir] fix typo in a comment Trivial patch, reviewed and accepted on https://github.com/tensorflow/mlir/pull/336 before MLIR merge. --- mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h b/mlir/include/mlir/Dialect/Linalg/Transforms/LinalgTransforms.h index 757ee3a..1bba295 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` -- 2.7.4