fhelium._cli.cuda_view
CUDA device inventory and peer-topology rendering for the CLI.
render_device_info
function View source
python
def render_device_info(console: Console, devices: dict[int, dict[str, Any]], *, detail_device: int | None=None) -> None: ...1
render_topology
function View source
python
def render_topology(console: Console, devices: dict[int, dict[str, Any]], p2p: dict[str, Any], *, bandwidth_requested: bool) -> None: ...1