Open chandrasekaranpradeep opened 4 weeks ago
@jaykru-tt can you see if this has been covered by the concat merge you did ?
@chandrasekaranpradeep spoke to @jaykru-tt , it will be fixed with his PR that he has already implemented, it is in the process of getting merged in. will close this issue when its merged in.
Did not hear back reason for P0 label. Setting to P1.
@ntarafdar let's update the Forge team on the status on this issue. :)
During the bugs meeting this morning, the Forge team reported that this is top priority for them to unblock a single model they want to push through. It's not a generality and sweep milestone.
Setting back to P0, as per Forge request.
This can be cherry-picked right now in Jay's branch. He is currently trying to push this in through CI and running into perf issues (allocater). https://github.com/tenstorrent/tt-metal/pull/14306
Need to investigate if this is infra issue or issue in concat.
Let us know if cherry-picking will work in meantime, Jay will be back next Wednesday to push it in. If not we can assign someone this in the mean time
Hi Naif, thanks for the update. At the moment we are consuming only metal main so we can't consume custom branch that you shared and we will wait for fix to land on main. I understand that it takes some time to get this in and it is fine, important part if that this is being worked on with priority. Assigning someone else at this point seems inefficient. Wednesday sounds fine.
Describe the bug The ttnn.concat op throws
Tile padding along concatenated dim (3) not supported for concat yet (tensor: 0)
error when the tuple of two input tensor of same shape (1, 32, 12, 50) are passed with concat dim = -1. The above error is thrown while validating the input tensor of the concat op in thettnn::operations::data_movement::ConcatDeviceOperation::validate
function.For more context, here is the exact error message:
To Reproduce Run the following test: