-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change tt_cluster to use single tt_SiliconDevice (#13949)
Ticket First step towards #13948 What's changed Changing tt_cluster so that it uses a single tt_SiliconDevice (to be renamed to tt::umd::Cluster) for all connected chips. In UMD, the following changes were made prior to this change: Some API tests added to track current API usage. Made a test which explicitly shows our current driver doesn't support multiple separate clusters of chips (e.g. two N300 cards not connected through ethernet). chip_id added to setup_core_to_tlb_map, since each mmio chip has it's own set of TLBs Changed wait_for_non_mmio_flush to be able to accept chip_id, so it can run only for a specific remote chip. chip_id added to get_pcie_base_addr_from_device dynamic_tlb_config removed from constructor (this might be checked in with another PR before this one, since it is already in master) Related UMD PRs tenstorrent/tt-umd#166 tenstorrent/tt-umd#179 tenstorrent/tt-umd#165 tenstorrent/tt-umd#183 tenstorrent/tt-umd#131 tenstorrent/tt-umd#195 tenstorrent/tt-umd#247
- Loading branch information
Showing
8 changed files
with
62 additions
and
87 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
Oops, something went wrong.