As the name suggests, it copies from one memref to another.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td | ||
---|---|---|
452 | does it mean SameOperandsType, although we don't have this trait in mlir yet? Are different layouts allowed? |
mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td | ||
---|---|---|
452 | I was not sure whether SameOperandsType would imply that the types have to be identical, which they don't. They may differ in the used maps and I have extended the comment a little. |
does it mean SameOperandsType, although we don't have this trait in mlir yet? Are different layouts allowed?