The snippets had several problems including mismatching argument names,
stray or missing symbols, and missing updates to changes in transform
ops. I also rewrapped those comments in the snippets that I touchted
that exceeded 80 characters.
Details
Details
- Reviewers
ftynse - Commits
- rG278a8efb7fdb: [mlir][transform][tutorial] Make snippets of Ch1 run.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/docs/Tutorials/transform/Ch1.md | ||
---|---|---|
194 | This took me forever to find :/ Maybe there should be a check whether the op name actually exists or not? |
Comment Actions
Thanks! There was also a suggestion in the chat to add a link from the snippet to the test file. Tests are exercised by bots and presumbits so they should be up-to-date.
This took me forever to find :/ Maybe there should be a check whether the op name actually exists or not?