Show / Hide Table of Contents

    Enum CUComputeMode

    Compute mode that device is currently in.

    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    public enum CUComputeMode

    Fields

    Name Description
    Default

    Default mode - Device is not restricted and can have multiple CUDA contexts present at a single time.

    ExclusiveProcess

    Compute-exclusive-process mode (Only one context used by a single process can be present on this device at a time)

    Prohibited

    Compute-prohibited mode - Device is prohibited from creating new CUDA contexts.

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