Open kevinwuTT opened 1 month ago
@kevinwuTT can you comment on the priority on this>
@ntarafdar I will say maybe medium-high. We initially got these to work by inserting pairs of to_layout
from TILE to ROW_MAJOR and back. But because these are causing models to run slow, we're trying to optimize them away. So having support for these shapes in TILE_LAYOUT would be very helpful. Thanks!
Describe the bug When I try to reshape a 3-D tensor to 5-D with a tensor on device and tile layout, I get the following error:
To Reproduce
Expected behavior If I change the
ttnn.from_torch
call tottnn_from_torch = ttnn.from_torch(arg0_1, layout = ttnn.ROW_MAJOR_LAYOUT, dtype = ttnn.bfloat16)
then it works.Please complete the following environment information: