#include <nvml.h>
Data Fields | |
| char | busId [16] |
| The 3-tuple domain:bus:device PCI identifier (+ null terminator). | |
| unsigned int | domain |
| The PCI domain on which the device's bus resides, 0 to 255. | |
| unsigned int | bus |
| The bus on which the device resides, 0 to 255. | |
| unsigned int | device |
| The device's id on the bus, 0 to 31. | |
| unsigned int | pciDeviceId |
| The combined 16-bit device id and 16-bit vendor id. | |
PCI information about a GPU device.