cuda.bindings.nvml.device_get_bus_type#

cuda.bindings.nvml.device_get_bus_type(intptr_t device) unsigned int#
:param device: The identifier of the target device.
:type device: intptr_t

:returns: The PCI Bus type.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetBusType`