cuda.bindings.nvml.device_get_bus_type#

cuda.bindings.nvml.device_get_bus_type(intptr_t device) unsigned int#

Get the type of the GPU Bus (PCIe, PCI, …).

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

The PCI Bus type.

Return type:

unsigned int

See also

nvmlDeviceGetBusType