cuda.core.system.PciInfo#
- class cuda.core.system.PciInfo(pci_info: nvml.PciInfo)#
PCI information about a GPU device.
- bus#
int
The bus on which the device resides, 0 to 255
- Type:
PciInfo.bus
- bus_id#
str
The tuple domain:bus:device.function PCI identifier string
- Type:
PciInfo.bus_id
- device#
int
The device’s id on the bus, 0 to 31
- Type:
PciInfo.device
- device_id#
int
The PCI device id of the device
- Type:
PciInfo.device_id
- domain#
int
The PCI domain on which the device’s bus resides, 0 to 0xffffffff
- Type:
PciInfo.domain
- vendor_id#
int
The PCI vendor id of the device
- Type:
PciInfo.vendor_id
Methods
- __init__(*args, **kwargs)#