Closed jnie-TT closed 1 month ago
solved here: https://github.com/tenstorrent/tt-metal/pull/13022 will merge soon
Thanks for the quick fix @ntarafdar!!!
merged in, I'm closing issue for now, feel free to re-open if main isn't still working for your case.
Describe the bug
ttnn::Reshape
doesn't work when squeezing the last dim of a 2D row major device tensor - getting errorUnable to reshape given tensor!
. However, directly calling tensor.reshape works.To Reproduce This fails:
This works:
cc: @AleksKnezevic @mrakitaTT