Show / Hide Table of Contents

    Struct nvmlBridgeChipHierarchy

    This structure stores the complete Hierarchy of the Bridge Chip within the board. The immediate bridge is stored at index 0 of bridgeInfoList, parent to immediate bridge is at index 1 and so forth.

    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 nvmlBridgeChipHierarchy

    Fields

    | Improve this Doc View Source

    bridgeChipInfo

    Hierarchy of Bridge Chips on the board

    Declaration
    public nvmlBridgeChipInfo[] bridgeChipInfo
    Field Value
    Type Description
    nvmlBridgeChipInfo[]
    | Improve this Doc View Source

    bridgeCount

    Number of Bridge Chips on the Board

    Declaration
    public byte bridgeCount
    Field Value
    Type Description
    System.Byte
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX