Show / Hide Table of Contents

    Struct CUstreamBatchMemOpParams

    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 CUstreamBatchMemOpParams

    Fields

    | Improve this Doc View Source

    flushRemoteWrites

    Declaration
    public CUstreamMemOpFlushRemoteWritesParams flushRemoteWrites
    Field Value
    Type Description
    CUstreamMemOpFlushRemoteWritesParams
    | Improve this Doc View Source

    operation

    Declaration
    public CUstreamBatchMemOpType operation
    Field Value
    Type Description
    CUstreamBatchMemOpType
    | Improve this Doc View Source

    waitValue

    Declaration
    public CUstreamMemOpWaitValueParams waitValue
    Field Value
    Type Description
    CUstreamMemOpWaitValueParams
    | Improve this Doc View Source

    writeValue

    Declaration
    public CUstreamMemOpWriteValueParams writeValue
    Field Value
    Type Description
    CUstreamMemOpWriteValueParams
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX