[MLIR][Linalg] Fix typo

This commit is contained in:
Lorenzo Chelini 2021-08-13 18:00:14 +02:00
parent 54ed8b9317
commit e537a3adde
1 changed files with 1 additions and 1 deletions

View File

@ -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",