Show / Hide Table of Contents

    Enum nvmlGpuOperationMode

    GPU Operation Mode

    GOM allows to reduce power usage and optimize GPU throughput by disabling GPU features.

    Each GOM is designed to meet specific user needs.

    Namespace: ManagedCuda.Nvml
    Assembly: ManagedNvml.dll
    Syntax
    public enum nvmlGpuOperationMode

    Fields

    Name Description
    AllOn

    Everything is enabled and running at full speed

    Compute

    Designed for running only compute tasks. Graphics operations are not allowed

    LowDP

    Designed for running graphics applications that don't require high bandwidth double precision

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX