tenstorrent / tt-umd

User-Mode Driver for Tenstorrent hardware
Apache License 2.0
9 stars 5 forks source link

Rename architecture_implementation to TTDevice #145

Open broskoTT opened 4 weeks ago

broskoTT commented 4 weeks ago

This is just a first step related to #98 For more information consult https://docs.google.com/drawings/d/1-m1azdsBqMA0A6ATYRMfkhyeuOJuGCEI62N5a96LXj0/edit

This change just renames and moves files, without any functional changes -> for ease of review. The following change will implement further changes to set TTDevice own PCIDevice, rather than other way around.

Not sure though if I should wait for original tt_device.h to be renamed first to something else (cluster.h), not to add confusion with this rename.