tenstorrent / tt-umd

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

remove ioctl from tt_SiliconDriver #107

Closed broskoTT closed 1 day ago

broskoTT commented 1 month ago

Lower these functions to TTDevice/PCIDevice: tt_SiliconDevice::init_hugepage reset_by_ioctl auto_reset_board

And remove ioctl include in tt_silicon_driver file.

broskoTT commented 1 day ago

Resolved by #253