tenstorrent / tt-metal

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.
https://docs.tenstorrent.com/ttnn/latest/index.html
Apache License 2.0
485 stars 79 forks source link

Add window_reversal boolean flag to conv_transpose2d #15342

Open LPanosTT opened 4 days ago

LPanosTT commented 4 days ago

This is being requested because some frameworks that compile through MLIR reverse the weights as part of the conv_transpose2d op (like PyTorch) and some do not (like JAX).

FYI: @nsmithtt you said we will likely need this flag for the regular conv2d op as well for training purposes.