-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#17477: Adopt ND coordinate system in
MeshDeviceView
and the relate…
…d abstractions (#18073) ### Ticket #17477 ### Problem description Continuing plumbing ND coordinate system across Metal / TTNN. ### What's changed * Adopted `SimpleMeshShape` in `MeshDeviceView`. * Removed `Coordinate`. * Simplified `MeshDeviceView` construction (unused `CoordinateMapper`), simplified getting line/ring coordinates. * Support ND rotation when requesting specific mesh shape from `SystemMesh`. * More features in ND `MeshContainer`, `MeshCoordinate`, `MeshCoordinateRange`. ### Checklist - [x] [All post commit](https://github.com/tenstorrent/tt-metal/actions/runs/13441887717) - pending - [Build failures in programming examples fixed and verified](https://github.com/tenstorrent/tt-metal/actions/runs/13444193986) - [X] New/Existing tests provide coverage for changes - [X] Ran the affected T3K distributed tests locally (`unit_tests_ttnn_cc`, `unit_tests_ttnn_tensor`, `test_distributed`, `distributed_unit_tests_wormhole_b0`).
- Loading branch information
1 parent
0df1047
commit f4719c7
Showing
33 changed files
with
542 additions
and
449 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
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.