tenstorrent / tt-umd

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

Remove support for ancient KMD #62

Open vtangTT opened 1 month ago

vtangTT commented 1 month ago

This change involves removing the need to open one device fd per host channel, see these functions/variables: device_fd_per_host_ch open_hugepage_per_host_mem_ch

Can check for a minimum KMD version somewhere to ensure nothing breaks.