nvmlPciInfo_t Struct Reference
[Device Structs]

Handle to a GPU device. More...

#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.


Detailed Description

Handle to a GPU device.

PCI information about a GPU device.


Generated on Tue Mar 15 21:18:03 2011