tenstorrent / tt-umd

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

ARCH code cleanup #189

Closed pjanevskiTT closed 2 weeks ago

pjanevskiTT commented 2 weeks ago

Fixes https://github.com/tenstorrent/tt-umd/issues/161 and https://github.com/tenstorrent/tt-umd/issues/158. Cleanup code related to arch of TT cards. Remove duplicated enums and eliminate architectures that we don't support

Small fix for Blackhole PCI id included

tt-metal build

branch with successful build https://github.com/tenstorrent/tt-metal/tree/pjanevski/bump_umd_arch

TODO

pjanevskiTT commented 2 weeks ago

@blozano-tt attached tt-metal branch with required changes for the uplift

blozano-tt commented 2 weeks ago

I like the idea of using the string wormhole instead of wormhole_b0. It is less noisy for new people who look at our code base. I am just afraid of who it might break.

pjanevskiTT commented 2 weeks ago

As per offline discussion with @broskoTT , I will split this into multiple PRs since some things would be nice to check in faster than others (it also follows PR per issue)