Class NVMLConstants
Constants used in NVML API (defines in original header file)
Inheritance
Inherited Members
Namespace: ManagedCuda.Nvml
Assembly: ManagedNvml.dll
Syntax
public static class NVMLConstants
Fields
| Improve this Doc View SourceDeviceInformVersionBufferSize
Buffer size guaranteed to be large enough for \ref nvmlDeviceGetInforomVersion and \ref nvmlDeviceGetInforomImageVersion
Declaration
public const uint DeviceInformVersionBufferSize = 16U
Field Value
Type | Description |
---|---|
System.UInt32 |
DeviceNameBufferSize
Buffer size guaranteed to be large enough for \ref nvmlDeviceGetName
Declaration
public const uint DeviceNameBufferSize = 64U
Field Value
Type | Description |
---|---|
System.UInt32 |
DevicePartNumberBufferSize
Buffer size guaranteed to be large enough for \ref nvmlDeviceGetBoardPartNumber
Declaration
public const uint DevicePartNumberBufferSize = 80U
Field Value
Type | Description |
---|---|
System.UInt32 |
DevicePCIBusIDBufferSize
Buffer size guaranteed to be large enough for pci bus id
Declaration
public const uint DevicePCIBusIDBufferSize = 16U
Field Value
Type | Description |
---|---|
System.UInt32 |
DeviceSerialBufferSize
Buffer size guaranteed to be large enough for \ref nvmlDeviceGetSerial
Declaration
public const uint DeviceSerialBufferSize = 30U
Field Value
Type | Description |
---|---|
System.UInt32 |
DeviceUUIDBufferSize
Buffer size guaranteed to be large enough for \ref nvmlDeviceGetUUID
Declaration
public const uint DeviceUUIDBufferSize = 80U
Field Value
Type | Description |
---|---|
System.UInt32 |
DeviceVBIOSVersionBufferSize
Buffer size guaranteed to be large enough for \ref nvmlDeviceGetVbiosVersion
Declaration
public const uint DeviceVBIOSVersionBufferSize = 32U
Field Value
Type | Description |
---|---|
System.UInt32 |
MaxPhysicalBridge
Maximum limit on Physical Bridges per Board
Declaration
public const uint MaxPhysicalBridge = 128U
Field Value
Type | Description |
---|---|
System.UInt32 |
NVLinkMaxLinks
Maximum number of NvLink links supported
Declaration
public const uint NVLinkMaxLinks = 4U
Field Value
Type | Description |
---|---|
System.UInt32 |
SystemDriverVersionBufferSize
Buffer size guaranteed to be large enough for \ref nvmlSystemGetDriverVersion
Declaration
public const uint SystemDriverVersionBufferSize = 80U
Field Value
Type | Description |
---|---|
System.UInt32 |
SystemNVMLVersionBufferSize
Buffer size guaranteed to be large enough for \ref nvmlSystemGetNVMLVersion
Declaration
public const uint SystemNVMLVersionBufferSize = 80U
Field Value
Type | Description |
---|---|
System.UInt32 |