Struct nvmlPciInfo
PCI information about a GPU device.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.Nvml
Assembly: ManagedNvml.dll
Syntax
public struct nvmlPciInfo
Fields
| Improve this Doc View Sourcebus
The bus on which the device resides, 0 to 0xff
Declaration
public uint bus
Field Value
Type | Description |
---|---|
System.UInt32 |
busId
The tuple domain:bus:device.function PCI identifier (& NULL terminator)
Declaration
public string busId
Field Value
Type | Description |
---|---|
System.String |
device
The device's id on the bus, 0 to 31
Declaration
public uint device
Field Value
Type | Description |
---|---|
System.UInt32 |
domain
The PCI domain on which the device's bus resides, 0 to 0xffff
Declaration
public uint domain
Field Value
Type | Description |
---|---|
System.UInt32 |
pciDeviceId
The combined 16-bit device id and 16-bit vendor id
Declaration
public uint pciDeviceId
Field Value
Type | Description |
---|---|
System.UInt32 |
pciSubSystemId
The 32-bit Sub System Device ID. Added in NVML 2.285 API
Declaration
public uint pciSubSystemId
Field Value
Type | Description |
---|---|
System.UInt32 |
reserved0
NVIDIA reserved for internal use only
Declaration
public uint reserved0
Field Value
Type | Description |
---|---|
System.UInt32 |
reserved1
Declaration
public uint reserved1
Field Value
Type | Description |
---|---|
System.UInt32 |
reserved2
Declaration
public uint reserved2
Field Value
Type | Description |
---|---|
System.UInt32 |
reserved3
Declaration
public uint reserved3
Field Value
Type | Description |
---|---|
System.UInt32 |