Open mmanzoorTT opened 2 days ago
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.
stablehlo.convolution
op is lowered tottir.convolution
but lowering to TTNN fails becausettir.convolution
op is marked illegal.TTIR grap
Error