Show / Hide Table of Contents

    Property Stacktrace

    static property Stacktrace: bool

    If set to true, CUDA operations produce an acurate stack trace when an error is encountered.

    Declaration
    static property Stacktrace: bool with get, set
    Property Value
    Type Description
    bool
    Remarks

    Setting this to true affects performance, even if no error occurs.

    This setting is local to the calling thread and defaults to false.

    Back to top Generated by DocFX