-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move some Device methods to private section (#16259)
### Ticket None ### Problem description There are plenty of Device methods which are only used by device itself but they are in a public section This PR depends on #16256 ### What's changed This PR does not add any new functionality, nor changes existing. It shuffles things around. * Moved near every method thats only used by Device to the private section (19) * Re-groupped methods logically: methods that proxy to allocator, to cluster * Moved a couple implementations to cpp * Reviewed usage of some methods, left comments where its desirable to review usage with owners * Removed template where it was not used Whats next: * Discuss and align what we can/want to do about the two outlined groups of methods * Review notes with owners, align on next steps ### Checklist - [ ] [Post commit CI](https://github.com/tenstorrent/tt-metal/actions/runs/12475902305)
- Loading branch information
1 parent
9f4eb98
commit a927a47
Showing
7 changed files
with
148 additions
and
168 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
Oops, something went wrong.