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 4a0b1cc commit 526dfb3Copy full SHA for 526dfb3
mlir/include/mlir/IR/BuiltinAttributeInterfaces.td
@@ -514,7 +514,7 @@ def MemRefLayoutAttrInterface : AttrInterface<"MemRefLayoutAttrInterface"> {
514
InterfaceMethod<
515
[{Return the strides (using ShapedType::kDynamic for the dynamic case)
516
that this layout corresponds to into `strides` and `offset` if such exist
517
- and can be detirmined from a combination of the layout and the given
+ and can be determined from a combination of the layout and the given
518
`shape`. If these strides cannot be inferred, return failure().
519
The values of `strides` and `offset` are undefined on failure.}],
520
"::llvm::LogicalResult", "getStridesAndOffset",
0 commit comments