-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UMD] Switching to new coord API (#17003)
### Ticket Related to #17002 ### Problem description One of the many changes leading towards tt-metal using new CoreCoords, both in soc_descriptor and in umd's interface. Due to complexity of all the maps present, the changes will be relatively small. ### What's changed - virtual_core_from_physical_core and get_virtual_coordinate_from_physical_coordinates rewritten to use translate_coord_to instead of convert_to_umd_coordinates and translate_to_noc_table_coords - removed worker_log_to_physical_routing and physical_routing_to_virtual_routing from metal_soc_descriptor - get_physical_tensix_core_from_logical and convert_to_umd_coordinates rewritten to use translate_coord_to - Rewritten some get_physical_core_from_logical_core to get_physical_tensix_core_from_logical - grayskull soc descriptor changed so that it is rowwise instead of columnwise. This matches the way it is written in UMD, and it matches other soc descriptors. - bump umd to pull in some new changes in UMD ### Checklist All runs on brosko/soc_new_api : - [x] All post-commit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12986193862 - [x] Blackhole post-commit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12986195849 - [x] (Single-card) Model perf tests : https://github.com/tenstorrent/tt-metal/actions/runs/12986198348 - [x] (Single-card) Device perf regressions : https://github.com/tenstorrent/tt-metal/actions/runs/12986201144 - [x] (T3K) T3000 unit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12986203715 - [x] (T3K) T3000 demo tests : https://github.com/tenstorrent/tt-metal/actions/runs/12986205723 - [x] (TG) TG unit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12986207280 - [x] (TG) TG demo tests : https://github.com/tenstorrent/tt-metal/actions/runs/12986209173 - [x] (TGG) TGG unit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12986211545 - [x] (TGG) TGG demo tests : https://github.com/tenstorrent/tt-metal/actions/runs/12986213812
- Loading branch information
1 parent
7deb7b2
commit 3001628
Showing
9 changed files
with
59 additions
and
95 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.