cuda.bindings.nvml.device_get_pci_info_v3#

cuda.bindings.nvml.device_get_pci_info_v3(intptr_t device)#

Retrieves the PCI attributes of this device.

Parameters:

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

Returns:

Reference in which to return the PCI info.

Return type:

nvmlPciInfo_t

See also

nvmlDeviceGetPciInfo_v3