llvm-project
286c82f6 - [mlir][ROCDL] Enable useStrictPropertiesInAssemblyFormat (#216813)

Commit
32 days ago
[mlir][ROCDL] Enable useStrictPropertiesInAssemblyFormat (#216813) **Migration note:** Separate out inherent and discardable attributes on your `rocdl.*` operations and put a `<>` around the inherent ones. This commit adds `prop-dict` clauses to all the ROCDL-dialect operations that have inherent attributes but don't have better syntax for them. I looked at creating better syntaxes here, but these are fairly low-level operations and it was hard to put together comma-separated lists of optional arguments in tablegen. So I've gone with the rather straightforward and consistent fix of adding in `prop-dict`s. AI note: Claude did the changes here, I reviewed the designs. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> --- <sub>Stack created with <a href="https://github.com/github/gh-stack">GitHub Stacks CLI</a> • <a href="https://gh.io/stacks-feedback">Give Feedback 💬</a></sub> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Author
Parents
Loading