tenstorrent / tt-mlir

Tenstorrent MLIR compiler
https://tenstorrent.github.io/tt-mlir/
Apache License 2.0
76 stars 13 forks source link

Add support for transpose input parameters for matmul and linear #1305

Open azecevicTT opened 4 days ago

azecevicTT commented 4 days ago

TTNN and TF supports transpose_a and transpose_b parameters, we should model this as DefaultValuedAttr in TTIR and TTNN dialects.