Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix losing tile information in tensor_to_layout for MeshDevice (#18531)
### Ticket ### Problem description We're losing tile information in tensor_to_layout for MeshDevice which causes issues when used with custom tile shapes. This appears in test failures after replacing single device with MeshDevice ### What's changed Preserve tile information when constructing new TensorSpec ### Checklist - [x] [All post commit CI passes](https://github.com/tenstorrent/tt-metal/actions/runs/13612723267) - [x] New/Existing tests provide coverage for changes
- Loading branch information