public class CUstreamBatchMemOpType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CU_STREAM_MEM_OP_FLUSH_REMOTE_WRITES
This has the same effect as ::CU_STREAM_WAIT_VALUE_FLUSH, but as a
standalone operation.
|
static int |
CU_STREAM_MEM_OP_WAIT_VALUE_32
Represents a ::cuStreamWaitValue32 operation
|
static int |
CU_STREAM_MEM_OP_WAIT_VALUE_64
Represents a ::cuStreamWaitValue64 operation
|
static int |
CU_STREAM_MEM_OP_WRITE_VALUE_32
Represents a ::cuStreamWriteValue32 operation
|
static int |
CU_STREAM_MEM_OP_WRITE_VALUE_64
Represents a ::cuStreamWriteValue64 operation
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns the String identifying the given CUstreamBatchMemOpType
|
public static final int CU_STREAM_MEM_OP_WAIT_VALUE_32
public static final int CU_STREAM_MEM_OP_WRITE_VALUE_32
public static final int CU_STREAM_MEM_OP_WAIT_VALUE_64
public static final int CU_STREAM_MEM_OP_WRITE_VALUE_64
public static final int CU_STREAM_MEM_OP_FLUSH_REMOTE_WRITES
public static String stringFor(int n)
n
- The CUstreamBatchMemOpTypeCopyright © 2020. All rights reserved.