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 |