-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
detect_arch in ClusterDescriptor (#345)
### Issue Related to #99 Aftermath of #175 ### Description Make detect_arch available through cluster_descriptor which should be the only real endpoint when reading information about chips in the cluster. ### List of the changes - Removed detect_arch from cluster.h - Added arch map in ClusterDescriptor - Added static tt_ClusterDescriptor::detect_arch which should be used instead of previously defined detect_arch ### Testing Wrote a test which verifies this works as intended ### API Changes This PR has API changes: - [x] tt_metal approved PR pointing to this branch: tenstorrent/tt-metal#15564 - [x] tt_debuda approved PR pointing to this branch: tenstorrent/tt-lens#201
- Loading branch information
Showing
5 changed files
with
64 additions
and
57 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