[Bug Report] ttnn.from_torch
unable to create tensor with shape (2048, 1024, 32, 32)
in TILE_LAYOUT
#15032
Labels
bug
Something isn't working
Describe the bug
When calling
ttnn.from_torch
with a torch BF16 tensor with shape(2048, 1024, 32, 32)
, it failed withTILE_LAYOUT
(while succeeded withROW_MAJOR_LAYOUT
)To Reproduce
Run the example below:
It failed with the error:
Expected behavior
The call to
ttnn.from_torch
should succeedPlease complete the following environment information:
The text was updated successfully, but these errors were encountered: