Closed marty1885 closed 1 day ago
Adding P0 label since it was missing.
@ntarafdar let's post an update and ETA on this issue tomorrow.
This might have been covered with the generality push for transpose, will have an update tomorrow.
This should work with ttnn::transpose
on main , could you give it another shot with a rebase?
@marty1885 we appreciate your feedback on this issue resolving.
Sorry for t he delay. Can confirm it works on main now. Closing.
Describe the bug
The following C++ code tries to transpose a tensor of shape
ttnn.Shape([1, 1, 1[32], 2[32]])
. by swapping dimension 0 and 2. Expecting output shape ofttnn.Shape([1, 1, 1[32], 2[32]])
. But the actual shape beingttnn.Shape([32, 1, 1, 32])
.To Reproduce Steps to reproduce the behavior:
Expected behavior Should result in the correct output shape.
Screenshots If applicable, add screenshots to help explain your problem.
Please complete the following environment information:
Additional context Add any other context about the problem here.