-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create_for_grayskull_cluster -> create_mock_cluster (#310)
### Issue Contributes to #99 , and a continuation of #280 ### Description This function is now only used for creating a cluster descriptor for simulation or mockup environment. Changing accordingly. ### List of the changes - Renamed create_for_grayskull_cluster to create_mock_cluster - Changed arguments and functionality so that this function does not accept physical device ids at all. - Accepting std::vector instead of std::set for logical device ids ### Testing Code builds. ### API Changes This PR has API changes: - [x] tt_metal approved PR pointing to this branch: tenstorrent/tt-metal#15301 - tt_debuda doesn't use this --------- Co-authored-by: Vincent Tang <vtang@tenstorrent.com>
- Loading branch information
Showing
4 changed files
with
25 additions
and
41 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