Show / Hide Table of Contents

    Enum nvmlMemoryErrorType

    Memory error types

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

    Fields

    Name Description
    Corrected

    A memory error that was corrected

    For ECC errors, these are single bit errors

    For Texture memory, these are errors fixed by resend

    Uncorrected

    A memory error that was not corrected

    For ECC errors, these are double bit errors

    For Texture memory, these are errors where the resend fails

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