Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change tt_SiliconDevice to tt::umd::Cluster #14752

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

broskoTT
Copy link
Contributor

@broskoTT broskoTT commented Nov 5, 2024

Ticket

Related to #13948

What's changed

Related UMD PR: tenstorrent/tt-umd#265
Changed naming
tt_device.h -> cluster.h
tt_SiliconDriver -> tt::umd::Cluster

Checklist

@broskoTT broskoTT force-pushed the brosko/change_name_to_cluster branch from 53ab536 to 28d1e69 Compare November 13, 2024 12:10
broskoTT added a commit to tenstorrent/tt-umd that referenced this pull request Nov 14, 2024
Fixes #108 
For bigger picture, see
https://docs.google.com/drawings/d/1-m1azdsBqMA0A6ATYRMfkhyeuOJuGCEI62N5a96LXj0/edit

Changes:
- Renamed tt_SiliconDevice to Cluster
- Added Cluster to tt::umd namespace.
- Renamed tt_device.h to cluster.h, and tt_silicon_driver.cpp to
cluster.cpp
- Moved a few trivial functions from tt_device.cpp to cluster.cpp.

Note that tt_device will be removed, according to the diagram.
Currently, simulation device and mockup device are specializations of
current tt::umd::Cluster. When we create tt::umd::Chip abstraction, they
will be moved correspondingly, and this tt_device abstraction will be
removed.

### API Changes
This PR has API changes:
- [x] (If breaking change) tt_metal approved PR pointing to this branch:
tenstorrent/tt-metal#14752
- [x] (If breaking change) tt_debuda approved PR pointing to this
branch: tenstorrent/tt-debuda#158
@broskoTT broskoTT force-pushed the brosko/change_name_to_cluster branch from d041ac4 to e46bf90 Compare November 14, 2024 22:30
@broskoTT broskoTT merged commit 8a26e0e into main Nov 15, 2024
120 checks passed
@broskoTT broskoTT deleted the brosko/change_name_to_cluster branch November 15, 2024 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants