-
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.
### Issue Related to #103 ### Description Reformat ARCH into tt::umd::Arch While at it, I looked at other types, and realised that cluster_types are a thing. And now we have 3 or 4 different type files, so this warrants a dedicated folder for these small types. ### List of the changes - Initially renamed tt::ARCH to tt::umd::Arch. Then figured out through comments that it actually makes more sense to leave it inside tt:: namespace. Then figured out the change from ARCH -> Arch is unnecessary, and doesn't justify the amount of changes needed. - Renamed file from tt_arch_type.h to types/arch.h - Renamed tt_cluster_descriptor_types.h to types/cluster_descriptor_types.h - Moved structs from cluster.h to types/cluster_types.h - Renamed xy_pair.h to types/xy_pair.h - Marked tt_xy_pair.h to be deleted. - Consolidated multiple arch_to_string and string_to_arch methods into a single source of truth, which should be fine for all applications Following changes will be 1. adding everything to tt::umd namespace 2. removing tt_ prefix from all classes. ### Testing Code builds in existing CI tests. ### API Changes This PR has API changes: - [x] tt_metal approved PR pointing to this branch: tenstorrent/tt-metal#15753 - [x] tt_debuda approved PR pointing to this branch:tenstorrent/tt-exalens#203
- Loading branch information
Showing
20 changed files
with
304 additions
and
365 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 was deleted.
Oops, something went wrong.
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.