Fixes a few small issues in the docs. It seems one of the examples was missing
the expected MLIR output due to a copy-paste typo.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Just updated the syntax to reflect the current situation and fixed a small copy-paste issue. Hopefully, nothing wrong was introduced :).
Looks great, thanks!
Just a few args_in / args_out remaining to delete and this is good to go.
mlir/docs/Dialects/Linalg.md | ||
---|---|---|
98–99 | Now that you mention it, args_in and args_out are obsolete and derived form ins and outs + operand_segment_sizes :) | |
309 | ah you removed them from here already, thanks! | |
331–332 | I think you can also delete this line, I think I just used it to generate the IR but ended up copying the wrong IR .. :p thanks for fixing |
Now that you mention it, args_in and args_out are obsolete and derived form ins and outs + operand_segment_sizes :)
Could you please delete those 2 lines and hunt the other places ?