Show / Hide Table of Contents

    Struct CUstream

    Cuda stream

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    public struct CUstream

    Fields

    | Improve this Doc View Source

    Pointer

    Declaration
    public IntPtr Pointer
    Field Value
    Type Description
    System.IntPtr

    Properties

    | Improve this Doc View Source

    LegacyStream

    Stream handle that can be passed as a CUstream to use an implicit stream with legacy synchronization behavior.

    Declaration
    public static CUstream LegacyStream { get; }
    Property Value
    Type Description
    CUstream
    | Improve this Doc View Source

    NullStream

    Returns the CUDA NULL stream (0)

    Declaration
    public static CUstream NullStream { get; }
    Property Value
    Type Description
    CUstream
    | Improve this Doc View Source

    StreamPerThread

    Stream handle that can be passed as a CUstream to use an implicit stream with per-thread synchronization behavior.

    Declaration
    public static CUstream StreamPerThread { get; }
    Property Value
    Type Description
    CUstream
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX