-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] ttnn.concat - Tile padding along concatenated dim is not supported #13667
Comments
@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). #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. |
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. |
Any updates on this one? We are still blocked on Llama bringup due to this. |
@jaykru-tt is back to work on this. He has seen unexpected bugs related to perf tests of models due to concat allocating large tensors. His eta to get this fixed and in is tomorrow. |
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:
The text was updated successfully, but these errors were encountered: