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

[TTIR, TTNN] Decompose ttir.convolution to ttir.conv_transpose2d #1662

Open
jserbedzijaTT opened this issue Dec 24, 2024 · 0 comments
Open
Labels
MLIR Ops Issues related to MLIR dialect ops and their implementations TTIR Dialect Issues related to TTIR dialect TTNN Dialect Issues related to TTNN dialect

Comments

@jserbedzijaTT
Copy link
Contributor

As discussed here: #1540, we want to support a decomposition from ttir.convolution to ttir.conv_transpose2d.

Additionally, we should add the window_reversal attribute to both ttir.conv_transpose2d and ttnn.conv_transpose2d to support frameworks that include this attribute for the conv_transpose2d operation. However, before proceeding, this attribute must first be supported in ttnn, as tracked in this tenstorrent/tt-metal#15342.

@jserbedzijaTT jserbedzijaTT added MLIR Ops Issues related to MLIR dialect ops and their implementations TTIR Dialect Issues related to TTIR dialect TTNN Dialect Issues related to TTNN dialect labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MLIR Ops Issues related to MLIR dialect ops and their implementations TTIR Dialect Issues related to TTIR dialect TTNN Dialect Issues related to TTNN dialect
Projects
None yet
Development

No branches or pull requests

1 participant