Show / Hide Table of Contents

    Enum CUStreamFlags

    CUDA stream flags

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

    Fields

    Name Description
    Default

    Default stream flag

    NonBlocking

    Stream does not synchronize with stream 0 (the NULL stream)

    None

    For compatibilty with pre Cuda 5.0, equal to Default

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