Show / Hide Table of Contents

    Enum CUEventFlags

    Event creation flags

    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    [Flags]
    public enum CUEventFlags

    Fields

    Name Description
    BlockingSync

    Specifies that event should use blocking synchronization. A CPU thread that uses cuEventSynchronize(CUevent) to wait on an event created with this flag will block until the event has actually been recorded.

    Default

    Default event creation flag.

    DisableTiming

    Event will not record timing data

    InterProcess

    Event is suitable for interprocess use. CUEventFlags.DisableTiming must be set

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