We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to https://docs.google.com/drawings/d/1-m1azdsBqMA0A6ATYRMfkhyeuOJuGCEI62N5a96LXj0/edit?usp=sharing Make TTDevice abstract class which holds unique_ptr. This is then specialized per Arch , rather than holding architecture_implementation per arch. Also move functions from PCIDevice for what makes sense to be in TTDevice. One potential implementation can be found here https://github.com/tenstorrent/tt-umd/blob/brosko/new_api_experiment/new_device/tt_device.h
The text was updated successfully, but these errors were encountered:
broskoTT
Successfully merging a pull request may close this issue.
According to https://docs.google.com/drawings/d/1-m1azdsBqMA0A6ATYRMfkhyeuOJuGCEI62N5a96LXj0/edit?usp=sharing
Make TTDevice abstract class which holds unique_ptr. This is then specialized per Arch , rather than holding architecture_implementation per arch. Also move functions from PCIDevice for what makes sense to be in TTDevice.
One potential implementation can be found here https://github.com/tenstorrent/tt-umd/blob/brosko/new_api_experiment/new_device/tt_device.h
The text was updated successfully, but these errors were encountered: