tenstorrent / tt-umd

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

Lower some arch specific stuff from tt_siliconDriver #143

Open broskoTT opened 4 weeks ago

broskoTT commented 4 weeks ago

Presumably to newly added TTDevice class after #98

These two constants and two methods should be moved to TTDevice which is arch specific. BH_4GB_TLB_SIZE BAR0_BH_SIZE read_device_memory write_device_memory

broskoTT commented 1 day ago

Somewhat related to #142