This can help provide a common interface for view-like
ops so that for example Linalg's dependency analysis
can avoid relying on concrete ops.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice! This looks fine to me, but maybe wait for another set of eyes on it (I am not as intimately familiar with the interface method specification)
Comment Actions
I think this is fine for now.
mlir/include/mlir/Interfaces/ViewLikeInterface.td | ||
---|---|---|
22 | You could avoid the word "memref" here altogether and just use buffer. |
You could avoid the word "memref" here altogether and just use buffer.