C# Class ManagedCuda.Nvml.nvmlPciInfo

Mostrar archivo Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
bus uint
device uint
domain uint
pciDeviceId uint
pciSubSystemId uint
reserved0 uint
reserved1 uint
reserved2 uint
reserved3 uint

Property Details

bus public_oe property

The bus on which the device resides, 0 to 0xff
public uint bus
return uint

device public_oe property

The device's id on the bus, 0 to 31
public uint device
return uint

domain public_oe property

The PCI domain on which the device's bus resides, 0 to 0xffff
public uint domain
return uint

pciDeviceId public_oe property

The combined 16-bit device id and 16-bit vendor id
public uint pciDeviceId
return uint

pciSubSystemId public_oe property

The 32-bit Sub System Device ID. Added in NVML 2.285 API
public uint pciSubSystemId
return uint

reserved0 public_oe property

NVIDIA reserved for internal use only
public uint reserved0
return uint

reserved1 public_oe property

public uint reserved1
return uint

reserved2 public_oe property

public uint reserved2
return uint

reserved3 public_oe property

public uint reserved3
return uint