Memref subview operation has been initially designed to work on memrefs with
strided layouts only and has never supported anything else. Port it to use the
recently added StridedLayoutAttr instead of extracting the strided from
implicitly from affine maps.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice!
mlir/test/Dialect/Bufferization/Transforms/one-shot-module-bufferize-out-params.mlir | ||
---|---|---|
101 | it's also nice that we don't to chase affine maps around at the top of the file. |
it's also nice that we don't to chase affine maps around at the top of the file.