Enum CUstreamBatchMemOpType
Operations for ::cuStreamBatchMemOp
Namespace: ManagedCuda.BasicTypes
Assembly: ManagedCuda.dll
Syntax
public enum CUstreamBatchMemOpType
Fields
| Name | Description |
|---|---|
| FlushRemoteWrites | This has the same effect as ::CU_STREAM_WAIT_VALUE_FLUSH, but as a standalone operation. |
| WaitValue32 | Represents a ::cuStreamWaitValue32 operation |
| WaitValue64 | Represents a ::cuStreamWaitValue64 operation |
| WriteValue32 | Represents a ::cuStreamWriteValue32 operation |
| WriteValue64 | Represents a ::cuStreamWriteValue64 operation |