C# 클래스 ManagedCuda.Nvml.nvmlPciInfo

파일 보기 프로젝트 열기: kunzmi/managedCuda 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bus uint
device uint
domain uint
pciDeviceId uint
pciSubSystemId uint
reserved0 uint
reserved1 uint
reserved2 uint
reserved3 uint

프로퍼티 상세

bus 공개적으로 프로퍼티

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

device 공개적으로 프로퍼티

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

domain 공개적으로 프로퍼티

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

pciDeviceId 공개적으로 프로퍼티

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

pciSubSystemId 공개적으로 프로퍼티

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

reserved0 공개적으로 프로퍼티

NVIDIA reserved for internal use only
public uint reserved0
리턴 uint

reserved1 공개적으로 프로퍼티

public uint reserved1
리턴 uint

reserved2 공개적으로 프로퍼티

public uint reserved2
리턴 uint

reserved3 공개적으로 프로퍼티

public uint reserved3
리턴 uint