[TTIR, TTNN] Decompose ttir.convolution to ttir.conv_transpose2d #1662
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
As discussed here: #1540, we want to support a decomposition from
ttir.convolution
tottir.conv_transpose2d
.Additionally, we should add the
window_reversal
attribute to bothttir.conv_transpose2d
andttnn.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.The text was updated successfully, but these errors were encountered: