Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a conversion pattern in the decomposition pass using a TableGen definition. #1165

Open
jserbedzijaTT opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
MLIR Compiler TTIR Dialect Issues related to TTIR dialect

Comments

@jserbedzijaTT
Copy link
Contributor

Currently, in our decomposition pass, all conversion patterns are defined directly in C++. It would be useful to also add a TableGen method for defining conversion patterns to reduce boilerplate code in C++.

@jserbedzijaTT jserbedzijaTT self-assigned this Nov 6, 2024
@sdjordjevicTT sdjordjevicTT added the TTIR Dialect Issues related to TTIR dialect label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MLIR Compiler TTIR Dialect Issues related to TTIR dialect
Projects
None yet
Development

No branches or pull requests

2 participants