-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detecting arch through cluster descriptor (#15564)
### Ticket Related to #13948 ### Problem description detect_arch was in the global namespace. Now putting this functionality in the right place. It also now works with logical ids, as opposed to pci device enumeration id. Related UMD change tenstorrent/tt-umd#345 ### What's changed Changed detect_arch to tt_ClusterDescriptor::get_arch() BoardType::DEFAULT changed to UNKNOWN Also changed detect_arch to PCIDevice::enumerate_devices_info(), due to ClusterDescriptor::create() not working. ### Checklist - [x] All post-commit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12139731818 - [x] Blackhole post-commit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12139733483 - [ ] (Single-card) Model perf tests : https://github.com/tenstorrent/tt-metal/actions/runs/12139735518 - [x] (Single-card) Device perf regressions : https://github.com/tenstorrent/tt-metal/actions/runs/12139737448 - [x] (T3K) T3000 unit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12139739342 - [x] (T3K) T3000 demo tests : https://github.com/tenstorrent/tt-metal/actions/runs/12139741041 - [x] (TG) TG unit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12139742806 - [x] (TG) TG demo tests : https://github.com/tenstorrent/tt-metal/actions/runs/12139744773 - [ ] (TGG) TGG unit tests : https://github.com/tenstorrent/tt-metal/actions/runs/12139746353 - [x] (TGG) TGG demo tests : https://github.com/tenstorrent/tt-metal/actions/runs/12139748257 - [x] All post-commit tests on last commit: https://github.com/tenstorrent/tt-metal/actions/runs/12178722655
- Loading branch information
Showing
5 changed files
with
20 additions
and
17 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
Submodule umd
updated
40 files
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