Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Quick FMI, did you see the more sugared makeGenericLinalgOp version and its use here https://github.com/llvm/llvm-project/blob/19e5b2bccb4c93f85ca098528f9fa42344e8312f/mlir/lib/Dialect/Linalg/EDSC/Builders.cpp#L329 ?
I'd welcome and indexed version of this that does the same thing with additional IV insertion into blocks.
Unlike the other more controversial implicit builder pieces, this should be kosher enough to be used anywhere, it is just a better Linalg builder that uses more structured (pun intended) helper structs.