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

Create a fusing pass in TT-MLIR compiler #1059

Open
sdjordjevicTT opened this issue Oct 25, 2024 · 1 comment
Open

Create a fusing pass in TT-MLIR compiler #1059

sdjordjevicTT opened this issue Oct 25, 2024 · 1 comment
Labels
TTIR Dialect Issues related to TTIR dialect

Comments

@sdjordjevicTT
Copy link
Contributor

Sometimes, we can combine certain operation patterns into a single operation, reducing execution time by utilizing a single operation kernel. We should develop a compiler pass to achieve this.

@sdjordjevicTT sdjordjevicTT changed the title Create a fusion pass in TT-MLIR compiler Create a fusing pass in TT-MLIR compiler Nov 4, 2024
@sdjordjevicTT sdjordjevicTT added the TTIR Dialect Issues related to TTIR dialect label Nov 15, 2024
@LPanosTT LPanosTT self-assigned this Dec 23, 2024
@LPanosTT
Copy link
Contributor

Unassigning myself as the PR I made is an example of some trivial patterns and a rudimentary pass. Not meant to be the actual implementation.

@LPanosTT LPanosTT removed their assignment Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TTIR Dialect Issues related to TTIR dialect
Projects
None yet
Development

No branches or pull requests

2 participants