ttnn.squeeze unable to handle tiled inputs #13227
Labels
bug
Something isn't working
Op Generalization
Generalization and relaxations of requirements in Ops
P1
pytorch-compiler
Describe the bug
(core.cpp:49: tt::exception\ninfo:\nUnable to reshape a tensor in TILE_LAYOUT to non-tile height and width! Please convert the tensor to ROW_MAJOR_LAYOUT first.)
Squeeze can't handle tiled inputs.
To Reproduce
Steps to reproduce the behavior (make sure environment is built and you have access to elastic cloud/corporate):
Expected behavior
Should run with no errors and output the squeezed tensor exactly as PyTorch does.
Additional context
This was about 35% of total squeeze fails.
The text was updated successfully, but these errors were encountered: