Show / Hide Table of Contents

    Struct nvmlProcessInfo

    Information about running compute processes on the GPU

    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 nvmlProcessInfo

    Fields

    | Improve this Doc View Source

    pid

    Process ID

    Declaration
    public uint pid
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    usedGpuMemory

    Amount of used GPU memory in bytes.

    Declaration
    public ulong usedGpuMemory
    Field Value
    Type Description
    System.UInt64
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX