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

[lower_to_mlir] Use named_attrs while lowering tt-forge ops to mlir #41

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

dgolubovicTT
Copy link
Contributor

Solves #39. Use named_attrs from tt-forge ops instead of hardcoding attributes for each op, while lowering to mlir. This will enable easier lowering from tt-forge to MLIR without the need to know the exact attributes for each op. However, names of attributes in tt-forge ops have to be the same as in mlir.

@dgolubovicTT dgolubovicTT force-pushed the dgolubovic/named-attrs-in-lower-to-mlir branch from 5a9d443 to dcbce09 Compare August 7, 2024 16:38
…ng attributes for each op, while lowering to mlir.
@dgolubovicTT dgolubovicTT force-pushed the dgolubovic/named-attrs-in-lower-to-mlir branch from dcbce09 to 8cc7c46 Compare August 8, 2024 11:30
@dgolubovicTT dgolubovicTT merged commit 557ed8b into main Aug 9, 2024
1 check failed
@dgolubovicTT dgolubovicTT deleted the dgolubovic/named-attrs-in-lower-to-mlir branch September 5, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants