diff --git a/mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td b/mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td --- a/mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td +++ b/mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td @@ -37,7 +37,7 @@ let methods = [ InterfaceMethod< /*desc=*/[{ - Returns whether the given op has indexing maps the correspond to a + Returns whether the given op has indexing maps that correspond to a row-major matmul operation. }], /*retTy=*/"bool", @@ -48,7 +48,7 @@ }]>, InterfaceMethod< /*desc=*/[{ - Returns whether the given op has indexing maps the correspond to a + Returns whether the given op has indexing maps that correspond to a column-major matmul operation. }], /*retTy=*/"bool", @@ -59,7 +59,7 @@ }]>, InterfaceMethod< /*desc=*/[{ - Returns whether the given op has indexing maps the correspond to a + Returns whether the given op has indexing maps that correspond to a row-major batch matmul operation. }], /*retTy=*/"bool",