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 SourcePointer
Declaration
public IntPtr Pointer
Field Value
Type | Description |
---|---|
System.IntPtr |
Properties
| Improve this Doc View SourceLegacyStream
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 |
NullStream
Returns the CUDA NULL stream (0)
Declaration
public static CUstream NullStream { get; }
Property Value
Type | Description |
---|---|
CUstream |
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 |