tenstorrent / tt-umd

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

ClusterDescriptor chips grouped by closest mmio #167

Closed broskoTT closed 2 weeks ago

broskoTT commented 3 weeks ago

This map might be needed by the client, as it is currently needed by tt_metal at https://github.com/tenstorrent/tt-metal/blob/main/tt_metal/llrt/tt_cluster.hpp#L280. This implements it directly in tt_clusterdescriptor. And fills it up in the same way as tt_metal. Added to API tests as well.