Show / Hide Table of Contents

    Class NVMLConstants

    Constants used in NVML API (defines in original header file)

    Inheritance
    System.Object
    NVMLConstants
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda.Nvml
    Assembly: ManagedNvml.dll
    Syntax
    public static class NVMLConstants

    Fields

    | Improve this Doc View Source

    DeviceInformVersionBufferSize

    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
    | Improve this Doc View Source

    DeviceNameBufferSize

    Buffer size guaranteed to be large enough for \ref nvmlDeviceGetName

    Declaration
    public const uint DeviceNameBufferSize = 64U
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    DevicePartNumberBufferSize

    Buffer size guaranteed to be large enough for \ref nvmlDeviceGetBoardPartNumber

    Declaration
    public const uint DevicePartNumberBufferSize = 80U
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    DevicePCIBusIDBufferSize

    Buffer size guaranteed to be large enough for pci bus id

    Declaration
    public const uint DevicePCIBusIDBufferSize = 16U
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    DeviceSerialBufferSize

    Buffer size guaranteed to be large enough for \ref nvmlDeviceGetSerial

    Declaration
    public const uint DeviceSerialBufferSize = 30U
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    DeviceUUIDBufferSize

    Buffer size guaranteed to be large enough for \ref nvmlDeviceGetUUID

    Declaration
    public const uint DeviceUUIDBufferSize = 80U
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    DeviceVBIOSVersionBufferSize

    Buffer size guaranteed to be large enough for \ref nvmlDeviceGetVbiosVersion

    Declaration
    public const uint DeviceVBIOSVersionBufferSize = 32U
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    MaxPhysicalBridge

    Maximum limit on Physical Bridges per Board

    Declaration
    public const uint MaxPhysicalBridge = 128U
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    NVLinkMaxLinks

    Maximum number of NvLink links supported

    Declaration
    public const uint NVLinkMaxLinks = 4U
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    SystemDriverVersionBufferSize

    Buffer size guaranteed to be large enough for \ref nvmlSystemGetDriverVersion

    Declaration
    public const uint SystemDriverVersionBufferSize = 80U
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    SystemNVMLVersionBufferSize

    Buffer size guaranteed to be large enough for \ref nvmlSystemGetNVMLVersion

    Declaration
    public const uint SystemNVMLVersionBufferSize = 80U
    Field Value
    Type Description
    System.UInt32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX