You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In talks with @LPanosTT, we agreed that it makes sense to reshape the 1d tensors to 2d in order to do the convolution, and then reshape the output back. This is the same as tt-metal currently does for their ttnn.Conv1d on the python side.
In addition, I will open an issue to the tt-metal folks to see if they can provide a c++ api to conv1d, which would make things easier on our side by shifting the reshapes into tt-metal. Issue: tenstorrent/tt-metal#15452
stablehlo.convolution
op is lowered tottir.convolution
but lowering to TTNN fails becausettir.convolution
op is marked illegal.TTIR grap
Error
The text was updated successfully, but these errors were encountered: