File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/include/mlir/Dialect/MemRef/Utils Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ bool isStaticShapeAndContiguousRowMajor(MemRefType type);
4444// / is also scaled down by `dstBits`/`srcBits`. If `indices` is not provided
4545// / 0, is returned for the linearized index.
4646// / - If the size of the load/store is smaller than the linearized memref
47- // / load/store, the memory region emulated is larger than the actual memory
48- // / region needed. `intraDataOffset` returns the element offset of the data
49- // / relevant at the beginning.
47+ // / load/store, the memory region emulated is larger than the actual memory
48+ // / region needed. `intraDataOffset` returns the element offset of the data
49+ // / relevant at the beginning.
5050struct LinearizedMemRefInfo {
5151 OpFoldResult linearizedOffset;
5252 OpFoldResult linearizedSize;
You can’t perform that action at this time.
0 commit comments