We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676d3ba commit 693a458Copy full SHA for 693a458
mlir/include/mlir/Interfaces/ViewLikeInterface.td
@@ -158,7 +158,7 @@ def OffsetSizeAndStrideOpInterface : OpInterface<"OffsetSizeAndStrideOpInterface
158
>,
159
InterfaceMethod<
160
/*desc=*/[{
161
- Return a vector of all the static or dynamic sizes of the op.
+ Return a vector of all the static or dynamic offsets of the op.
162
}],
163
/*retTy=*/"::llvm::SmallVector<::mlir::OpFoldResult, 4>",
164
/*methodName=*/"getMixedOffsets",
0 commit comments