tenstorrent / tt-umd

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

Revisit create-ethernet-map #73

Open broskoTT opened 1 month ago

broskoTT commented 1 month ago

Investigate whether it is possible to have the code present in the repo, and build it with umd, rather than having a binary. Motivation is that this would make it easier to flag all the binaries we need to ship to the customer.

joelsmithTT commented 1 month ago

This is possible to do in UMD, but will require some refactoring. In the long run, we would benefit if ARC firmware had the ability to communicate via ERISC to remote chips.

pjanevskiTT commented 2 weeks ago

Improved with #245, next step would be to have source code directly inside tt-umd repo