tenstorrent / tt-umd

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

Move Simulation and Mockup into a Chip instead of Cluster abstraction. #249

Open broskoTT opened 1 week ago

broskoTT commented 1 week ago

After #248 , we can finaly move tt_SimulationDevice and tt_MockupDevice into a Chip abstraction. They would be created through cluster by passing vector of chips to cluster to work with.

broskoTT commented 6 days ago

Think about how would this be used from tt::umd::Cluster. We could create a constructor which accepts a custom set of chips?