[Mlir-commits] [mlir] e537a3a - [MLIR][Linalg] Fix typo

Lorenzo Chelini llvmlistbot at llvm.org
Fri Aug 13 09:01:17 PDT 2021


Author: Lorenzo Chelini
Date: 2021-08-13T18:00:14+02:00
New Revision: e537a3adde92685154f17a5fa9d5582d29446729

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

LOG: [MLIR][Linalg] Fix typo

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td b/mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
index bc8777125be89..5f90045cdeaf7 100644
--- a/mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
+++ b/mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
@@ -781,7 +781,7 @@ def LinalgStructuredInterface : OpInterface<"LinalgOp"> {
         only works with permutation affine maps.
         A more advanced Tensor-Comprehension like inference is possible but has
         proven to be ambiguous in unfavorable case.
-        A safer and more robust alternative is to allow each each op to define
+        A safer and more robust alternative is to allow each op to define
         its own AffineMap.
       }],
       /*retTy=*/"AffineMap",


        


More information about the Mlir-commits mailing list