-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…15333) ### Ticket #14974 ### Problem description Extensions to `Tensor` creation APIs to support `MeshDevice`. ### What's changed Follow up from #15191: * Extend support for `MeshDevice` in `ttnn::empty_like`, `ttnn::full`, `ttnn::full_like`. * Minor refactor of `Tensor` allocation functions. ### Checklist - [X] [Post commit CI passes](https://github.com/tenstorrent/tt-metal/actions/runs/12054314234) (the PR was updated to address the static checks) - [X] New/Existing tests provide coverage for changes - [X] [T3K unit tests + frequent tests](https://github.com/tenstorrent/tt-metal/actions/runs/12054324195) (the failures are the same as on main)
- Loading branch information
1 parent
d183d61
commit ed6dda9
Showing
14 changed files
with
645 additions
and
482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.